Describe the task
A Shift contains Four separate Date objects, three are used track a time of day
Shift Date
Shift End Time
Inspection Time
Blowby Time
Shift Date determines the date, and all the other fields are implicit to the Shift Date
If the shift date changes, the date changes need to reflect in the other objects
Purpose
Database consistency
Acceptance Criteria
[ ] If I change the Shift Start Date, the date stored in the ShiftEndTime, InspectionTime, and BlowbyTime are also updated
[ ] Blowby Structs, Shift Classes, Inspection classes gain functionality to change their date given a date object
Describe the task A Shift contains Four separate Date objects, three are used track a time of day
Purpose Database consistency
Acceptance Criteria