raygdev / repair-order-tracker

A repair order tracker for automotive technicians
https://repair-order-tracker.vercel.app
3 stars 1 forks source link

As a user I would like to visualize my hours per day, week, month, and year to date #49

Open raygdev opened 1 month ago

raygdev commented 1 month ago

As a user I would like to visualize my accrued labor hours per day, week month, and year to date or a custom date range

Acceptance Criteria

1) The user should be able to select from a drop down 2) The drop down should have Today, This Week, This Month, Year to Date" or Custom 3) When Today is selected the user should be able to see a chart with only the hours for the current day 4) When This Week is selected the user should be able to see a bar graph with a breakdown of hours for each day of the current week. 5) When This Month is selected, the user should be able to see a single bar graph showing the current month's hours that were accrued 6) When the user selects Year to Date, they should be able to see a single bar graph showing the current year's accrued hours from January 1st of that year. 7) When the user selects Custom a popover should show and allow the user to select a custom range from and to a date 8) When the custom range is selected, the user should see a single bar graph that shows that current range's accrued hours 8) When the user see's the bar graph the bar graph should be able to scale to match larger numbers