graph: allow collapsing nodes
Open
enhancement
web UI
- Dominant language
- Python
- Stars
- 319
- Forks
- 55
- PR merge metrics
- No merged PRs in 30d
Description
It should be possible to reverse the effect of clicking the plus icon. For each dependency of the node to be collapsed, if no other node in the graph has a dependency on it, it should be removed from the graph.
Contributor guide
Research direction
Start at the graph UI handling for the plus icon and trace how dependencies are added to the graph. Add the corresponding collapse behavior so dependencies with no remaining dependents are removed, and verify that shared dependencies remain visible.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- python
- Domain
- data-visualization
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100