Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine
[Change Request] - Add fields to the Shared Type
Open
@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
- 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.
Assessment
This issue has not been assessed yet.