-
Notifications
You must be signed in to change notification settings - Fork 1
Labels
backendrelating to code in the /server directoryrelating to code in the /server directory
Description
Is your feature request related to a problem? Please describe.
Describe the solution you'd like
Describe alternatives you've considered
Additional context
BEFORE MERGING
- Integration test written for services
- Schemas annotated if adding new models
- Code generation run (hint:
yarn workspace server tsoa spec-and-routes) - Appropriate mocks created where possible
- PR Reviewed (For non-trivial changes)
- Changes tested after rebasing on master or merging in master (hint:
git fetch origin master:master, thengit rebase masterorgit merge master) - All required PR checks passing
Metadata
Metadata
Assignees
Labels
backendrelating to code in the /server directoryrelating to code in the /server directory