Northeastern-Electric-Racing / Northeastern-Electric-Racing/FinishLine
[Executive Summaries] - getAllExecutiveSummaries endpoint
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 36
- Forks
- 9
- Avg merge
- 4d 21h
- Merged PRs (30d)
- 11
Description
Description
We need a getAllExecutiveSummaries endpoint. This should go in a new file called exec-summaries.services.ts , exec-summaries.controller.ts , etc.
Acceptance Criteria
- transformer for executive summaries
- query args for executive summaries
- anyone can get executive summaries
- getAllExecutiveSummaries service,controller,route methods
- unit tests
- postman test
Proposed Solution
- Create transformer for executive summaries.
- Create queryArgs for executive summaries.
- Create route, controller, and service functions for the getAllExecutiveSummaries.
- Model after existing getAll endpoint (ex: getAllGuestDefinitions in recruitment.services.ts)
Mocks
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 reading the existing getAllGuestDefinitions implementation in recruitment.services.ts and trace its service, controller, route, transformer, and query-argument patterns. Create the corresponding exec-summaries.services.ts and exec-summaries.controller.ts structure, add the route and tests, and verify the Postman test and unit tests cover the listed acceptance criteria.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- postman, typescript
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 72/100