cadadr / pomodorino

A little Pomodoro app
https://www.gkayaalp.com/pomodorino.html
GNU General Public License v3.0
13 stars 1 forks source link

Sessions and statistics #27

Open cadadr opened 4 years ago

cadadr commented 4 years ago

Add a system for indicating when a session ends (e.g. a "Complete session" button in the menu), record pomodoros, overtime, ... per session (with timestamps) (see #12), persist all this data (probably in a persistent location like "~/Documents/pomodorino.sqlite"), and implement a statistics UI to display various statistics.

Allow naming sessions?