Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine
Filter change requests tab to only show latest 5 CR's
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 9
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 11
Description
Description
Right now, when you go to a change request, there is a tab at the bottom that shows other change requests on this workpackage and other change requests by the submitter. Sometimes this list can get long so we want to filter it to change requests accepted within the last 5 days.
Acceptance Criteria
The change requests bar at the bottom of the change requests page should only show change requests that have been accepted in the last five days for both CR's by submitter and CR's on this work package
Proposed Solution
Take a look at how the change requests are currently being filtered and add a condition there that ensures they are only CR's that have been accepted in the last 5 days.
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 at the change requests page and trace the existing filtering for the bottom tabs showing requests by submitter and by work package. Verify how acceptance dates and accepted status are represented, then apply the five-day condition to both lists. Done means each list shows only change requests accepted within the last five days.
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