nlp-tlp / 15926-4-RDL-CITS3200

Visualisation of the ISO 15926-4 Reference Data Library
https://iso15926vis.org/
MIT License
4 stars 0 forks source link

Dynamic loading on node expansion #36

Closed sellsol closed 1 month ago

sellsol commented 2 months ago

Needs

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

github-actions[bot] commented 2 months ago

Branch 36-Dynamic_loading_on_node_expansion created!