When a timesheet is submitted for the week, it would be good to have a popup allowing the manager to leave feedback for whether certain incidents occurred, and if any occurred to tag them for certain days in the timesheet duration.
Terms of Acceptance:
When the submit button is pressed, trigger a popup that asks them if they have any behavioral incidents / comments to report. If so it should then allow them to add / create reports where they tag a specific day, the type of thing they want to report, and then can leave a comment describing it.
Create an enum to hold different types of comments (For now just Report, Comment) and then these are the types of comments they are able to select from in the menu
Create functionality to save these to the timesheet / mutate the timesheet to now be holding these.
For any changes needed by backend and DB, document / outline the steps needed to accomodate this functionality, stubbing the functionality needed from backend or DB if it cannot exist currently.
When a timesheet is submitted for the week, it would be good to have a popup allowing the manager to leave feedback for whether certain incidents occurred, and if any occurred to tag them for certain days in the timesheet duration.
Terms of Acceptance: