J3RN / time-tracker

A time tracking application
http://timesheet.j3rn.com
MIT License
6 stars 14 forks source link

Show running time entries on today's page #112

Closed J3RN closed 6 years ago

J3RN commented 7 years ago

People (myself included) sometimes forget to stop timers. When a day passes and these timers are forgotten, this can lead to things getting really messed up (like time remaining, percent of estimate done, etc). This PR will make it so that all running timers are included on every time entry page so that they will not be forgotten about.

This is a first pass, and is subject to change.

Closes #82

J3RN commented 6 years ago

As of this writing, the new "Time Entries" page looks like this: time tracker new time entries page

I am satisfied with this, for now at least. These "overrun" panels only appear on the page for today's time entries. I've reviewed the code about 9 billion times, but I will let this sit for a short while, then come back and review it one last time and hopefully merge it.