tensorflow / tensorflow/tensorboard
Graph Visualizer Shouldn't Reset After Adding Node to Main Graph
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
When I drill down to a particular part of a graph, it isn't uncommon to find a node that isn't part of the main graph at the inner namespace. When I add that node to the main graph, the visualization resets, forcing me to drill down again, potentially many times if there are several nodes to add to the main graph. It would be nice instead if the graph visualizer remembered what namespaces I had collapsed and open before I added or removed a node from the main graph.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files or tests are named. Start by locating the graph visualizer entry point and reproducing the drill-down, node-addition flow; inspect how namespace expansion state is stored and updated. Done means collapsed and open namespaces remain unchanged after adding or removing a node from the main graph.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 38/100