lakoliu / Furtherance

Track your time without being tracked
GNU General Public License v3.0
243 stars 23 forks source link

Update today's daily sum while timer is active #99

Closed DamnedElric closed 1 year ago

DamnedElric commented 1 year ago

It would be really useful to be able to see the total duration for "today". Unfortunately, Furtherance only shows the current timer and the sum of the previous timers for the day, but not the sum of the two. This makes it hard to tell how much time was worked "today".

sums

Looking at the code, it seems like build_task_list could be made to do this, but it's currently only called on startup and on task save.

lakoliu commented 1 year ago

Thanks for the input! I think this is a good idea and I will definitely think about a good way to implement it. If it doesn't look too busy with both the main counter ticking up and the daily duration ticking at the same time, that may be the best (only?) way to go about it.

lakoliu commented 1 year ago

I just added this in 3cbbabd. Thanks for your patience! It is off by default, but you can turn it on in the settings. It will be in the next release.

DamnedElric commented 12 months ago

Looking good, much appreciated!