Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create Emails API #29

Open
tuongtran23 opened this issue Jul 18, 2023 · 0 comments
Open

Create Emails API #29

tuongtran23 opened this issue Jul 18, 2023 · 0 comments
Assignees

Comments

@tuongtran23
Copy link
Collaborator

tuongtran23 commented Jul 18, 2023

User Story: As a developer, I want to be able to retrieve a list of all emails registered in the system

Acceptance Criteria:

Scenario 1: Retrieving a list of all emails

Given no query parameters

When I make a GET request to the API endpoint to retrieve a list of emails

Then the system should respond with a 200 status code and a list of all emails in the system.

Scenario 2: Retrieving emails details

Given an emailId as a path variable

When I make a GET request to the API endpoint to retrieve the email details

Then the system should respond with a 200 status code and email details data in the response body

@tuongtran23 tuongtran23 converted this from a draft issue Jul 18, 2023
@tuongtran23 tuongtran23 self-assigned this Jul 18, 2023
@tuongtran23 tuongtran23 moved this from Backlog to Ready for development in Cohort 2E Jul 18, 2023
@tuongtran23 tuongtran23 moved this from Ready for development to In Progress in Cohort 2E Jul 18, 2023
@ElviraMjeshtri ElviraMjeshtri moved this from In Progress to Ready for review in Cohort 2E Aug 14, 2023
@ElviraMjeshtri ElviraMjeshtri moved this from Ready for review to Done in Cohort 2E Aug 14, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Done
Development

No branches or pull requests

1 participant