issues
search
fullstack-lang
/
gongdoc
A gong stack for editing UML diagrams of gong code
MIT License
1
stars
0
forks
source link
change the OnAfterCreate method to migrate to a more abstract button model
#188
Closed
thomaspeugeot
closed
1 year ago
thomaspeugeot
commented
1 year ago
Situation:
in tree.component.html, addNewItem
in tree.component.ts, post call
go/controllers/Node_CRUDs.go, PostNode,
go/models/gong_callbacks.go, AfterCreateFromFront
go/node2gongdoc/node_cb.go, OnAfterCreate
name computation
classdiagram creation
append the node to the root note
creation of the file
marshalling
commit / checkout ....
refactor:
[ ] in
go/models, add
OnAfterUpdate(...)` method of node
[ ] in `go/node2gongdoc, create a NodeImplRootOfDiagrams and NodeImplDiagram
[ ] in
go/node2gongdoc
, migrate the fill_up_tree_of_diagrams to the new architecture
[ ] remove old arhitecture
Situation:
refactor:
go/models, add
OnAfterUpdate(...)` method of nodego/node2gongdoc
, migrate the fill_up_tree_of_diagrams to the new architecture