You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Backend (master) saves and loads the graph to the m_rootPath of the filesystem (given at startup)
open,save-Component calls the service to save/load the graph and delivers in the case of save the serialized visualization flatbuffer (backend has no knowledge about this buffer). Backend serializes the graph and the visualization buffer into file schema ExecutionGraph.fbs
[ ] Client: Save Implement the Visualization serialization
What should we serialize (Pos. of nodes. etc...)
[ ] Client: Load Implement how and where we setup all visualization properties (model.Node.uiProps, model.Connection.uiPropsmodel.Graph.uiProps?. Maybe an effect: UpdateVisProps... for the corresponding models data structures...? So after LoadGraph we dispatch the UpdateVisProps ??
m_rootPathof the filesystem (given at startup)open,save-Component calls the service to save/load the graph and delivers in the case of save the serialized visualization flatbuffer (backend has no knowledge about this buffer). Backend serializes the graph and the visualization buffer into file schemaExecutionGraph.fbsmodel.Node.uiProps,model.Connection.uiPropsmodel.Graph.uiProps?. Maybe an effect:UpdateVisProps...for the corresponding models data structures...? So afterLoadGraphwe dispatch theUpdateVisProps??