Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine
[Maintenance] - Sort Ovedue Packages by Oldest on Home Page
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 9
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 11
Description
Description
Self explanatory. Work Packages are currently not sorted as most overdue in main Home Page.
Acceptance Criteria
- Sort by most overdue
- Check that all dates are decreasing in days overdue:
Proposed Solution
-
Use
daysOverduefunction -
Sort
workPackagesinOverdueWorkPackageView.tsxby whichever is bigger from daysOverdue.
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 OverdueWorkPackageView.tsx and inspect the existing daysOverdue function and workPackages data. Sort the displayed work packages by days overdue, then verify on the home page that the dates decrease from most overdue to least overdue as shown in the acceptance criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 88/100