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

[Project] Save & restore current graph #587

Open
kmcginnes opened this issue Sep 4, 2024 · 0 comments
Open

[Project] Save & restore current graph #587

kmcginnes opened this issue Sep 4, 2024 · 0 comments
Labels
exploration Issues related to graph exploration, node & edge details, neighbor expansion, etc usability Issues relating to the ease of use of the UI or features

Comments

@kmcginnes
Copy link
Collaborator

kmcginnes commented Sep 4, 2024

Today, Graph Explorer scenes are per session. Meaning, if you refresh the browser, or close and reopen the browser, you will start over with an empty graph.

Launching Graph Explorer should resume the previously active graph.

Potential Issues

  • Node and edge IDs may no longer exist since graph was saved
  • Connection may have changed since graph was saved
  • Cascade of database queries may be taxing on the server

Related Issues

@kmcginnes kmcginnes added exploration Issues related to graph exploration, node & edge details, neighbor expansion, etc usability Issues relating to the ease of use of the UI or features labels Sep 4, 2024
@kmcginnes kmcginnes added this to the Release 1.11.0 milestone Sep 4, 2024
@kmcginnes kmcginnes removed this from the Release 1.12.0 milestone Nov 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
exploration Issues related to graph exploration, node & edge details, neighbor expansion, etc usability Issues relating to the ease of use of the UI or features
Projects
None yet
Development

No branches or pull requests

1 participant