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

[Change Request] - Add fields to the Shared Type

Open
#4,422 0 comments 0 reactions 1 assignee View on GitHub

@Steph375 is already working on this.

Since Sep 3, 2026.

stale
Dominant language
TypeScript
Stars
36
Forks
9
Avg merge
4d 21h
Merged PRs (30d)
11

Description

Description
Context

The triage score and snapshot fields now live on the change request in the database, but the frontend won't receive them until they're included in the query and mapped through the transformer into the shared ChangeRequest type. This ticket makes the API actually return them.

Task

Add the new fields to the change-request shared type, the transformer, and (if needed) the query-args, so API responses include them.

Acceptance Criteria
  • The shared ChangeRequest type includes triageScore (and the snapshot fields if the frontend will show them).
  • The change-request transformer maps the new DB fields onto the returned object.
  • Fetching a change request from the API returns triageScore populated for CRs that have one.

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.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.