mangamngo / devops-capstone-project

Apache License 2.0
0 stars 0 forks source link

List all accounts in the service #5

Open mangamngo opened 1 week ago

mangamngo commented 1 week ago

As an account manager I need a list of all active accounts So that I can confirm how many active accounts we have

Details and Assumptions

* Our database contains names of all active accounts
* Inactive accounts are deleted     

Acceptance Criteria

Given there are 60 active accounts in the database
When I list all existing accounts and no new accounts have been added
Then I should see a list of 60 accounts