Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine
[Change Requests] - Remove the "connect existing CR" backend code
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 9
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 11
Description
Description
Context
There used to be a "connect existing CR" feature. Its frontend is already gone, but dead backend code for it still exists and should be removed. This ticket both finds it and deletes it.
Task
Search the backend for everything related to "connect existing CR," then remove it, confirming the app still builds and tests pass.
Acceptance Criteria
- Every route, controller method, service method, query-arg, transformer, shared type, and schema field tied to "connect existing CR" is found and removed.
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
Search the backend for every reference to "connect existing CR," then trace the related routes, controller and service methods, query arguments, transformers, shared types, and schema fields. Confirm the application still builds and tests pass; done means all backend code tied to the removed feature is gone.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- backend
- Issue type
- Refactor
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100