Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

File Load and Save. #11

Open
2 tasks done
gabyx opened this issue Jan 6, 2019 · 1 comment
Open
2 tasks done

File Load and Save. #11

gabyx opened this issue Jan 6, 2019 · 1 comment

Comments

@gabyx
Copy link
Owner

gabyx commented Jan 6, 2019

  • 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.uiProps model.Graph.uiProps?. Maybe an effect: UpdateVisProps... for the corresponding models data structures...? So after LoadGraph we dispatch the UpdateVisProps ??
@gabyx gabyx changed the title File load and save. File Load and Save. Jan 6, 2019
@gabyx gabyx self-assigned this Jan 6, 2019
@gabyx
Copy link
Owner Author

gabyx commented Jan 6, 2019

Branch: feature/file-load-save

@gabyx gabyx mentioned this issue Jan 6, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant