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

Bug - Filter Dropdown Menu of Change Request IDs to Valid Change Requests

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

Nobody has claimed this yet.

front-end straightforward
Dominant language
TypeScript
Stars
36
Forks
9
Avg merge
4d 21h
Merged PRs (30d)
11

Description

Description

Currently the dropdown menu for change request IDs shows all change requests, but it needs to show only the ones that have been validated (ones that have been accepted in the last five days).
Screenshot 2024-05-16 at 10 27 14 PM

Acceptance Criteria
  • User should only be able to see validated change requests in the dropdown menu
Proposed Solution

Create a method that checks when the change request was reviewed and approved and filters out the ones whose dates are not within the past five days.

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

Locate the change request ID dropdown and the logic that supplies its options, then trace how a change request's review and approval date is represented. Update the filtering behavior so only requests accepted within the past five days appear. Done means the dropdown excludes older or unvalidated requests and retains validated ones; no test or file path is named in the issue.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.