Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Finishing multiple timers for the same task causes time remaning failure #51

Open
OwenPattison opened this issue Nov 1, 2018 · 0 comments

Comments

@OwenPattison
Copy link
Contributor

Problem:
Given a list a timers to finish if you have multiple timers for a single task when you add time remaining it does not take other given values into account, leaving us with duplicated time remaining.

Proposed solution:
When starting timers we could check if there is an existing timer for the task and then add additional time (if any) to the previous timer.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant