huybaoo / lab-agile-planning

0 stars 0 forks source link

Deploy service to the cloud #5

Open huybaoo opened 5 months ago

huybaoo commented 5 months 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

Acceptance Criteria

Given the counter has never been incremented
When I call the service to get the counter value
Then the counter value should be 0
huybaoo commented 5 months 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

Acceptance Criteria

Given
When
Then