lakoliu / Furtherance

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

Daily time sum #17

Closed oleastre closed 2 years ago

oleastre commented 2 years ago

Hello, first, congratulations for that nice application. I was previously using an android app to track my daily tasks, and after a day of use, Furtherance already replaced it.

Would it be a good idea to add a daily sum of the time spent on tasks ? I just did a quick mockup with something really simple: furtherance

What do you think of that idea ? Should it be worth spending a couple of hours for me to implement it ?

lakoliu commented 2 years ago

Thank you, that's really nice to hear! I'm actually already working on that feature and it should be coming in the next version, which is being released very soon. (If I don't manage to get it in that version it will be in the one after). It should actually look more or less exactly like what you have there. Thanks for the good suggestion :)

oleastre commented 2 years ago

Oh nice to hear you're already working on this :) If you need a hand on the code side, I can give it a try as well.

lakoliu commented 2 years ago

I've now implemented this and it will be in the next release, along with a preferences option to toggle it on and off. Right now it is going to be located in the "preferences group description" spot, under the date. Ultimately, I want it to be displayed where you have it in the mock-up you created, however that "preferences group suffix" feature is only available in the newest versions of libadwaita-rs and I will wait for a stable release until I move it.

Thanks again for the recommendation!

oleastre commented 2 years ago

Thanks for the implementation, having the sum displayed, anywhere will already be a big improvement for me .