Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine
[Make application link configurable] - Edit application link endpoint
Open
Nobody has claimed this yet.
back-end
medium
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 9
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 11
Description
Desired Changes
An organization should be able to edit an application link. To do this, we need an editApplicationLink endpoint
Acceptance Criteria
- Create an edit application link endpoint under the route /organizations/:orgainzationId/edit-link
- The payload should consist of only the new application link
- Only a head or admin should be able to edit an applicaiton link
- Add unit tests to ensure it gets updated as expected
Screenshots (as needed)
No response
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
Start by locating the organization route handling for /organizations/:orgainzationId/edit-link and the existing application-link update logic. Add unit tests covering the new-link-only payload and head/admin authorization. Done means the endpoint updates the application link for authorized users and rejects unauthorized users.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- api, authorization, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 55/100