ExecutionGraph icon indicating copy to clipboard operation
ExecutionGraph copied to clipboard

File Load and Save.

Open gabyx opened this issue 6 years ago • 1 comments

  • [x] Backend (master) saves and loads the graph to the m_rootPath of the filesystem (given at startup)
  • [x] 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.uiProps model.Graph.uiProps?. Maybe an effect: UpdateVisProps... for the corresponding models data structures...? So after LoadGraph we dispatch the UpdateVisProps ??

gabyx avatar Jan 06 '19 13:01 gabyx

Branch: feature/file-load-save

gabyx avatar Jan 06 '19 19:01 gabyx