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

Counters can be reset #4

Open
salimZenzouni opened this issue Jul 22, 2023 · 0 comments
Open

Counters can be reset #4

salimZenzouni opened this issue Jul 22, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@salimZenzouni
Copy link
Owner

salimZenzouni commented Jul 22, 2023

As a Service provider
I need the ability to reset the counter
So that I can redo counting from the start.

Details and Assumptions

  • The counter should be clearly visible on the interface, displaying the current count and a reset option.
  • The reset action should not be reversible to prevent accidental data loss. A confirmation message should alert the user about this irreversible action before proceeding with the reset.

Acceptance Criteria

Given the counter is active and has recorded counts
When I choose the "Reset" option from the counter settings
Then the counter should be reset to zero
And the previous count data should be cleared
And the counter should be ready to start counting anew
And a confirmation message should be displayed to the user
@salimZenzouni salimZenzouni added the enhancement New feature or request label Jul 22, 2023
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
None yet
Development

No branches or pull requests

1 participant