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

[Change Requests] - Add a sortable "Priority" column to the change requests table

Open Beginner friendly
#4,423 0 comments 0 reactions 0 assignees View on GitHub

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

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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.