You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
As a Service provider
I need the ability to reset the counter
So that I can redo counting from the start.
Details and Assumptions
Acceptance Criteria
The text was updated successfully, but these errors were encountered: