Skip to content

Counters can be reset

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

Details and Assumptions

  • Only administrators can perform the reset action.
  • Reset sets the counter value back to 0 (or a defined default value).
  • The operation is instant and reflected immediately in the system.
  • The reset action is logged for auditing.
  • The new counter value persists after system restarts.

Acceptance Criteria

Given a counter currently has a value greater than 0
And I am logged in as a system administrator
When I perform the reset action on that counter
Then the counter value is set to 0
And the system records the reset event in the log
And the reset value remains 0 even after restarting the service