Code-4-Community / breaktime-backend

2 stars 0 forks source link

Timesheet: UpdateTimesheet Endpoint / DB Uploads / Frontend & Backend Type Conversions #30

Open kennedyry opened 1 year ago

kennedyry commented 1 year ago

When a user is interacting with the timesheet, we need to be saving what they are updating to our DB to allow persistence across the timesheet.

There are also differences between the frontend and backend schemas, we need conversions defined in the types for the backend for inputting and outputting what was changed with mappings.

Terms of Acceptance: