austurist/lab-agile-planning

Need a service that has a counter

Closed this issue · 0 comments

As a User
I need a service that has a counter
So that I can keep track of how many times something was done

Details and Assumptions

  • need a way to increment the counter
  • need a way to get the value of it

Acceptance Criteria

Given I have incremented the value to 2
When I get the current value
Then I get back 2