Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Greetings Dmitry,
I've been enjoying your simple and very useful Pomodoro plugin for a while, so thanks for that :-)
In this pull request I'm submitting a proposal for some simple statistics for past day, week, month for issue #9. It displays a message like the following in the status bar when the Pomodoro timer is hovered:
"Pomodoros done: today 4 (1 incomplete), past week 18 (3 incomplete), past 28 days 70 (9 incomplete)"
It's my first Kotlin project, I've tried to follow the existing style, but I'd be glad of any suggestions to improve the design. If it looks interesting then I can tune it with your feedback. One thing I think it could use is some kind of cleanup of old statistics, e.g. automatically when older than one month or when the Pomodoros counter is reset.
Regards,
Gary