Description
Determine the best way to store attendance rate for a user and add in any necessary fields to the database schemas. Write up the proposed method for attendance rate calculation, including calls and coalescing needed on the backend.
Attendance rate can be calculated for:
- Shifts where reports were filed
- Shifts where the associate didn't show up
- Shifts where the associate was late/early
Attendance rates should be able to be calculated for a given associate:
Conditions of Satisfaction
Description
Determine the best way to store attendance rate for a user and add in any necessary fields to the database schemas. Write up the proposed method for attendance rate calculation, including calls and coalescing needed on the backend.
Attendance rate can be calculated for:
Attendance rates should be able to be calculated for a given associate:
Conditions of Satisfaction
TimesheetEntryschema have been added to the Lucidchart schema diagramTimesheetEntryschema have been added to theDynamoschemas in the backendTimesheetEntryschema have been added to the shared schemas