BellowingButcher / total-time-tracker-backend

0 stars 0 forks source link

As a team member I want to be able to see results from a specific time period to the current time so I can see how much time I have worked in each job from that time to the current day #11

Open BellowingButcher opened 1 year ago

BellowingButcher commented 1 year ago

Points: 3

What I meant was: The website should accept a starting week date to filter all results by.

Testing criteria: The webpage should have a calendar input for the start point of time that you are wanting to filter by, if the chosen date isn't exactly a starting date of any of the schedules the user will be prompted with a question of, 'Did you mean to choose (insert the starting date of the week the user selected). If you don't enter a start date you WILL receive more information than you wish for this test. There should be a submit button that will send your request out and display the data graphs representing the time from the starting date until the current day.

Definition of Done: When the user can filter their request by the starting date and receive information that corresponds to the given date.