tensorflow / tensorflow/tensorboard
Graph Visualizer: Add or remove multiple subgraphs in one click
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
I often want to tweak the graph using the 'Add to main graph' and 'Remove from main graph'. When there are multiple subgraphs that needs to be added/removed you currently have to click each of them manually, which is annoying.
It would be very convenient if multiple subgraphs could be selected (e.g. shift clicked) and added or removed with one click.
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
Start at the Graph Visualizer implementation for the “Add to main graph” and “Remove from main graph” controls. Trace how a single subgraph is selected and acted on, then determine how multi-selection, such as shift-clicking, should apply one action to all selected subgraphs. Done means multiple subgraphs can be selected and added or removed with one click.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100