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

Allow for dynamic switching of root node #96

Open
star4z opened this issue Apr 9, 2020 · 1 comment
Open

Allow for dynamic switching of root node #96

star4z opened this issue Apr 9, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@star4z
Copy link
Owner

star4z commented Apr 9, 2020

It would make for a nice transition. Probably would make sense to change the url endpoints, though it might be possible to accomplish them while maintaining the current ul endpoints.

@star4z
Copy link
Owner Author

star4z commented Apr 24, 2020

Maybe this could be accomplished by animating the first page to the second page and then loading the second page with the same graph.

Problems with this idea:

  • How to load the second set of coordinates?
    • This could probably be accomplished similarly to how the first set are generated on the Python side; how to ask the Python side for this info from the JavaScript side might be an issue. Maybe move JS code in template for Python access.
  • How to avoid second database call?
    • Currently graphs are VERY expensive in this regard.
    • Caching models somehow?

@star4z star4z added the enhancement New feature or request label Aug 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant