corthiago / lab-agile-planning

0 stars 0 forks source link

Must persist counter across restarts #3

Closed corthiago closed 6 months ago

corthiago commented 7 months ago

As a Service Provider, I need the service to persist the last known count So that users don’t lose track of their counts after the service is restarted.

Details and Assumptions

Acceptance Criteria

Given I have incremented counter to 2
When a restart the service
Then the counter should still return 2