Closed kennedyry closed 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:
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: