gabrielzschmitz / Tomato.C

A pomodoro timer written in pure C.
GNU General Public License v3.0
315 stars 19 forks source link

history of hours studied in the day/month/year #47

Open CaioSimioni opened 5 months ago

CaioSimioni commented 5 months ago

I think it would be interesting if there was a history of study hours, similar to what exists in the forest app on your cell phone or the commit history on github.

gabrielzschmitz commented 5 months ago

Sure, will add it to the projects to-dos. And soon will implement!

gabrielzschmitz commented 5 months ago

Added to to-dos:

--- READMEold.md        2024-03-27 20:47:48.937917373 -0300
+++ README.md   2024-03-27 20:44:46.853376809 -0300
@@ -237,6 +237,7 @@
 * [X] Current Time to file
 * [X] Add white noise functionality
 * [X] Implement simple note taking
+* [ ] Implement a simple work hours history (maybe like git commits)

 ## 🤝 Contribute

I'll make sure to interact with this issue when the feature is implemented, so that you can be notified!