Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine
[Change Requests] - Add a sortable "Priority" column to the change requests table
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 9
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 11
Description
Description
Context
The change requests table currently can't be ordered by importance. Each CR now carries a triageScore. We want a column that shows/represents it and lets the user sort by it, so the most important CRs float to the top.
Task
Add a sortable "Priority" column to ChangeRequestsTable.tsx, bound to triageScore.
Acceptance Criteria
- The table has a "Priority" column sorted by triageScore.
- The column is sortable (highest-priority first when sorted descending).
- CRs without a score are treated as the lowest.
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 ChangeRequestsTable.tsx and inspect how existing columns bind to row fields and enable sorting. Add the Priority column using triageScore, then verify that descending order puts scored CRs first and that missing scores remain lowest.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- frontend
- Issue type
- Feature
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Active
- Clarity
- Clearly specified
- Newbie friendliness
- 86/100