Northeastern-Electric-Racing / Northeastern-Electric-Racing/Argos
Create selected topics view on graph screen
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 5
- Forks
- 1
- Avg merge
- 4d 22h
- Merged PRs (30d)
- 26
Description
Description
Currently all available topics are shown nested in their nodes on the graph screen sidebar, but scrolling back and forth is required too see which ones are actually selected (highlighted). There's a request for a feature that will show just the selected topics. This "selected topics" view should be available via a toggle. Display of the topics will have to be a little different (as they will no longer be nested), exactly how that will look is up to you.
Acceptance Criteria
- Old topic selection works
- You can toggle to see selected topics
- unselecting a topic works on selected topics view.
Proposed Solution
See the description for info on high level design, if you want more specifics feel free to ask. One thing to keep in mind while implementing is making your design extensible to possibly other views of topics (e.g. starred or something like favorited groups (like tab groups in a browser)). <- that may be confusing so feel free to ask questions about that to Wyatt (me).
Mocks
No response
Contributor guide
No contributing guide indexed for this repository
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 by locating the graph screen sidebar and the existing topic-selection implementation, then trace how selection and unselection are handled. Add a toggle for a selected-topics view while preserving the existing nested view; done means old selection still works, selected topics can be displayed through the toggle, and topics can be unselected from that view.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization, frontend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100