tekchiq / lab-agile-planning

0 stars 0 forks source link

Need a service that has a counter #1

Open tekchiq opened 1 year ago

tekchiq commented 1 year ago

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

tekchiq commented 1 year ago

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 a counter Need a way to get the current value

Acceptance Criteria

Given I have incremented the counter to 2
When I make a call to get the current value
Then it should return to 2 as the counter value