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

[Feature/Improvement] Implement skip next/previous #22

Closed
a-mabe opened this issue Oct 25, 2024 · 0 comments · Fixed by #23
Closed

[Feature/Improvement] Implement skip next/previous #22

a-mabe opened this issue Oct 25, 2024 · 0 comments · Fixed by #23
Assignees
Labels
enhancement New feature or request

Comments

@a-mabe
Copy link
Owner

a-mabe commented Oct 25, 2024

Description: As a user, I would like to skip forward to the next interval or skip back to the previous interval.

More details:

With the new IntervalType and ephemeral database holding the list of intervals, skip next/previous will be much easier to implement.

With skip next, the timer should skip to the next interval in the list (increase current interval index by 1). Skip to end of interval if on the last interval.

With skip previous, the timer should skip to the previous interval in the list (decrease current interval index by 1). Restart current interval if on first interval.

Acceptance criteria:

  • Skip next and skip previous functions implemented.
  • Skip buttons that call the skip functions added to example app.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

1 participant