Collapsibility is already implemented. On each expansion, make it so that now the frontend queries the backend's read-children-by-id endpoint and inserts it into the graph. On collapse, we are probably going to delete the data (or relocate / cache it somewhere else maybe?) - let the team know about complexity and concerns about fetching data multiple times quickly
Needs
55
26
Description
Collapsibility is already implemented. On each expansion, make it so that now the frontend queries the backend's read-children-by-id endpoint and inserts it into the graph. On collapse, we are probably going to delete the data (or relocate / cache it somewhere else maybe?) - let the team know about complexity and concerns about fetching data multiple times quickly
This may be useful to you: https://github.com/fhightower/d3-dynamic-tree
To-do