-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
enhancementNew feature or requestNew feature or request
Milestone
Description
We need to create a new set of endpoints within the API that can be used to create entries. This endpoint refer to a new domain entity called template that is comprised of:
- name
- time in (hh:mm)
- time out (hh:mm)
- project_id
- activity_id
- ticket URI
- description
- technologies (string [])
- owner_id (read it from the JWT)
None of these fields are required.
Acceptance Criteria
- Endpoints to create, update, delete, get templates are created
- The templates have a field called owner_id that is filled with the data from the JWT
- The templates returned to the user are only those with the same owner_id
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request