Hoperrs / Actividades-CC3S2

0 stars 0 forks source link

Need a service that has a counter #1

Open Hoperrs opened 1 day ago

Hoperrs commented 1 day ago

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

Details and Assumptions

Acceptance Criteria

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

Relates to #8 Closes #8