Skip to content

Latest commit

 

History

History
48 lines (39 loc) · 1.82 KB

File metadata and controls

48 lines (39 loc) · 1.82 KB

Problems

Production

  • 服务管理表格,新增子服务,页面交互?
  • 字段描述不清晰,demo:产品文档中字段为交易编号,接口返回没有这个字段,希望给个备注

Ant design components

  • How to use breadcrumb with router
  • Menu only double click that can render active style
  • How to send and receive data and correctly render in the component
  • How to use DataPicker and moment.js

Technology stack

  • How to learn react technology stack step by step
  • How to use qs send parameter and request data
  • What's form data,request payload,query string parameters in HTTP blog
    • step1: HTTP params query string parameters
    • step2: parsed data:{"bill_id":1002}
    • step3: source data=%7B%22bill_id%22%3A1002%7D
    • step4: code stringify({data: JSON.stringify({bill_id: payload.currentItem.number}),token: 111111})
  • Send data twice when use reqwest
  • How to exchange format between url params, json string and json data
  • How to solve cross-domain problems
    • set cross-allow in the server
    • jsonp, how to use jsonp
  • The basis for handling the data flow is object manipulation
    • Number,String,Date,Array,Boolean,Math,RegExp
    • String, object, array, url parameter conversion between each other
  • 优化搜索时间判断

New ideas

  • Create a Mortgage Calculator component
  • Change left nav width and hide text when screen width small then 960px

Incomplete module

  • 导出报表 Payment.Search
  • 服务管理: 新增服务、新增子服务、编辑服务; ManageService
  • 上传模块
  • login system

bugs

  • report export handle error result
  • 每次重新打开浏览器
  • style-loader, post-loader, 不要内嵌css