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

Assessment

Difficulty
2/5
Estimated time
1-3 hours
Newbie friendliness
86/100
Issue type
Feature
Clarity
Clearly specified
Activity status
Active
Tech stack
typescript
Domain
frontend

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.

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.
Dominant language
TypeScript
Stars
36
Forks
9
Avg merge
4d 11h
Merged PRs (30d)
14

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.

More from Northeastern-Electric-Racing/FinishLine

All issues in Northeastern-Electric-Racing/FinishLine

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.