tekchiq / lab-agile-planning

0 stars 0 forks source link

Must persist counter across restarts #3

Open tekchiq opened 1 year ago

tekchiq commented 1 year 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.

tekchiq commented 1 year 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 services is restarted

Details and Assumptions

Acceptance Criteria

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