SemihaDeveci / lab-agile-planning

This repository contains the lab for agile planning
0 stars 0 forks source link

Need a service that has a counter #1

Closed SemihaDeveci closed 9 months ago

SemihaDeveci commented 9 months ago

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

 ### Details and Assumptions
 * [document what you know]

 ### Acceptance Criteria  

 ```gherkin
 Given [some context]
 When [certain action is taken]
 Then [the outcome of action is observed]
 ```