BellowingButcher / total-time-tracker-backend

0 stars 0 forks source link

As a logged in user I want to see my dashboard so that I can make selections on what data I want to view. #10

Open BellowingButcher opened 1 year ago

BellowingButcher commented 1 year ago

Points: 8

What I meant was: As a user I want to be able to choose from different filter types to choose what data I want to view.

Testing criteria: The dash board should contain a start date, an end date, and a report type drop down choice field. If the user has team member permissions the choices should only contain job title report and team member report. If the user has team leader permissions then they will have the extra choices of uploading a schedule, and a report type drop down that contains a schedule report, and also two input fields for comparing two team members information. There will also be a button to submit all the filtered choices and display the data requested.

Definition of Done: The dashboard displays the proper filter options depending on the permissions that the logged in user has.