screws2484 / devops-capstone-project

Apache License 2.0
0 stars 0 forks source link

Read an account from the service #2

Closed screws2484 closed 2 weeks ago

screws2484 commented 2 weeks ago

User Story: Read an account from the service

As a developer
I need to retrieve an account from the service
So that I can view a user's information

Story Points: 8 (L)

Details and Assumptions:

Acceptance Criteria:


Given a valid account ID or username
When I send a request to the service to read the account
Then the corresponding account information is returned
screws2484 commented 2 weeks ago

This story delivers direct functionality for users/customers to read account details, which is a customer-facing feature.

screws2484 commented 2 weeks ago

Added how to read account from the service code