Add pomodoro clock? #5
Labels
No labels
bug
dependencies
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
snorre/ajanottaja-frontend#5
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
A friend suggested adding a pomodoro clock to the dashboard (or site somewhere). A pomodoro clock is a timer clock that can be set to help you focus on tasks. When the time runs out the clock will chime and you get to take a break. Then you can set the clock again.
The pomodoro clock can be implemented client side only, which is perhaps good enough for a first edition. Alternatively it can be implemented with API integration so a user can log her pomodoro sessions and get stats on them as well.