Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine
Design Review Calendar - Filter Specific Events
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 9
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 11
Description
Description
We want to be able to filter the Design Review Calendar to show all the events corresponding to a specific filter. There should be filtering for specific projects and subteams. For example, if the mechanical subteam filter is on, then only design reviews for the mechanical subteam should appear in the Design Review Calendar
Acceptance Criteria
- [] filtering system is added in design review calendar for subteams and projects
Proposed Solution
Create a function that will filter "allDesignReviews" in CalendarPage.tsx based on an input filter. This will also require some back and forth on how to implement the filter into the frontend. Using a modal to create a menu to select filters would probably be the best way to go.
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 in CalendarPage.tsx and inspect how allDesignReviews is currently displayed and how project and subteam data is represented. Determine the frontend filter interaction, likely using a modal menu as proposed. Done means the Design Review Calendar can filter events by specific projects and subteams so only matching reviews appear.
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