Skip to content

Counters can be reset #4

@SushC-OSU

Description

@SushC-OSU

As a System Administrator
I need the ability to reset the counter
So that I can redo counting from the start

Details and Assumptions

  • There should be an endpoint to reset a specific counter.
  • Only authorized users (e.g., administrators) should be able to reset counters.
  • Resetting a counter should set its value to zero.

Acceptance Criteria

Given I have a counter with a value of 5
When I make a call to reset the counter
Then the counter value should be set to 0 and subsequent calls to get the counter value should return 0.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions