Code-4-Community / breaktime-backend

2 stars 0 forks source link

TimeSheet Endpoint: POST and GET Requests Working Functionality #12

Closed kennedyry closed 1 year ago

kennedyry commented 1 year ago

The /timesheet endpoint exists, but does not currently have any data flow with it.

Implement the functionality inside /auth/timesheet with the following design:

GET: A Get request returns the timesheets for a given user

POST: Body: {timesheet: TimeSheetSchema} Will allow a specific timesheet to be uploaded to the DB

Terms of Acceptance: