tensorflow / tensorflow/tensorboard
How to create hyperlink to select node on GRAPHS plugin
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
Hi,
In our TensorBoard plugin, we have a list of op nodes that display various attributes in a vaadin grid v3.0.2. I'd like to make the node name a hyperlink (ie, 'a href'). When clicked, I'd like the event handler to:
- Tell TensorBoard to switch the active/selected plugin from our plugin to the GRAPHS plugin
- Drill down to the op node to make it visible
- Select the op node
How is this possible? An existing code fragment would be great.
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
The report mentions a Vaadin grid and the GRAPHS plugin, but names no repository files, tests, or entry points. A contributor would first need guidance on the supported plugin-navigation and node-selection entry points; done would be a hyperlink that switches plugins, reveals the requested op node, and selects it.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 20/100