macmorning / pomodoro-webext

GNU General Public License v3.0
40 stars 9 forks source link

add statistics? #12

Closed dyana0908 closed 3 years ago

dyana0908 commented 3 years ago

recently i've been trying different pomodoro clocks extensions and i found that the best one is this one, but if it's possible i'd like if there were stats(es. how many pomodoros i did in total or this week ecc.). if not it's okay!

macmorning commented 3 years ago

Sure, that could be an option. First it could be in tables, then in graphs later on. I'd like to avoid including an external graph lib but there are some light ones out there. Data could be stored in the local storage, but I'll have to make sure the custom ring sound doesn't take too much space already.

macmorning commented 3 years ago

I dont' like current implementation so I'll keep this issue open for now. Requesting the downloads permission can be made optional, only if the user enables the reporting feature for example. https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/manifest.json/optional_permissions

macmorning commented 3 years ago

Done for the data gathering and export part.