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 Orders API #27

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

Create Orders API #27

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

Comments

@tuongtran23
Copy link
Collaborator

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

Acceptance Criteria:

Scenario 1: Retrieving a list of all orders

Given no query parameters

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

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

Scenario 2: Retrieving orders details

Given a orderId as a path variable

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

Then the system should respond with a 200 status code and order 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 Ready for development to In Progress in Cohort 2E Jul 18, 2023
@tuongtran23 tuongtran23 moved this from In Progress to Ready for review in Cohort 2E Jul 18, 2023
@tuongtran23 tuongtran23 moved this from Ready for review to Done in Cohort 2E Jul 18, 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