tensorflow / tensorflow/tensorboard
preselecting runs
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 7.2k
- Forks
- 1.7k
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 1
Description
Currently, if I launch the UI over some preexisting directory, it is possible to select/deselect any and all runs by hand, but the default is that all of the runs are preselected.
It would be useful if it were possible to provide a run preselection parameter.
My suggestion is to accomplish this using a query param passed to the initial html doc fetch, similar to the darkMode={false/true} switch.
This would give my users the freedom to compare and contrast many runs in one session, while providing them with initial focus on a primary selection.
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 initial HTML document fetch and the existing darkMode query-parameter handling mentioned in the issue. Trace how runs are initially selected in the UI, then add support for a run preselection parameter so the requested runs are focused when the interface opens; done means users can compare a chosen primary selection while retaining manual selection and deselection.
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
- 35/100