Skip to content

Latest commit

 

History

History
38 lines (36 loc) · 1.14 KB

Next.md

File metadata and controls

38 lines (36 loc) · 1.14 KB

Next check list

Next Milestone will make all the main features work, and cut all the incomplete features

  • welcome page
  • monaco editor
  • refresh button
  • menu
  • about DvaGUI dialog
  • action flow graph
    • create component
    • delete component
    • show detail action flows
    • show component source code
    • show model source code
    • dispatch a new action
    • create model
    • delete model
    • sidebar
      • toggle sidebar RaoHai/fringing#9
      • delete component/model
      • update initial state
      • create/update/delete subscriptions
      • create/update/delete effects
      • create/update/delete reducers
  • action flow detail graph
    • create/update/delete effects
    • create/update/delete reducers
    • draw subscriptions
    • create/update/delete subscriptions
    • show source code of components
    • show source code of models
    • graph layout enhancement
  • file watchers
  • refactor
    • using css modules
    • create component/model enhancement(path should be more obvious)
    • dva-ast code operate beatify