Closed thomaspeugeot closed 8 months ago
Problem with the add button, the diagram file is created but the tree does not grow by one leave.
Why ?
On Need to have a probe on the tree stack
Strange, it works now
Use DiagramNode as a interface below PortfolioNode
type DiagramNode interface {
GetDiagram() Diagram
}
For adding the CheckButton test wether the I/F is a DiagramNode instead of HasCheckButton
Migration to web socket has failed because there are too many call to SVG generation.
The architecture is clumsy. One need to reorganize with one live object for the tree management and one for the svg management.
treeMngt and wsMngt