Skip to content

Highlight when daily/weekly work is done

Dirk HOFFMANN requested to merge github/fork/jasuarez/work-done into develop

Created by: jasuarez

This PR allows to optional establish the number of hours to done per day, and how many days per week to work, so the extension will change the color depending on the work done:

As example, supposing the goal is 8h/day, 5 days/week:

  • Normal color: you worked less than 8h in the day
  • Blue color: you have done your hours in the day, and there is no delay regarding the previous days; you worked in mean 8h/day in the previous days.
  • Yellow color: you have done your hours in the day, but there is some delay regarding the previous days; this means that you worked less than 8h, and thus some hours should be done. As soon as those hours are done, the extension will become blue, which means you are the the good track.
  • Green color: you have done all the hours in the week; that is, you worked the 8 hours * 5 days. Go home and enjoy the rest of the week!

As said, this is an option that can be configure in the extension settings, as well as the number of hours per day, and number of days per week.

Merge request reports

Loading