Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine

Design Review Calendar - Filter Specific Events

Open
#2,622 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

difficult front-end
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

  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 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.