tensorflow / tensorflow/tensorboard

Graph Visualizer: Add or remove multiple subgraphs in one click

Open
#834 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

plugin:graph
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.