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

[FEATURE]: Add GET functionality for /orders endpoint #32

Closed
3 tasks
itsdeannat opened this issue Jan 10, 2025 · 0 comments · Fixed by #35
Closed
3 tasks

[FEATURE]: Add GET functionality for /orders endpoint #32

itsdeannat opened this issue Jan 10, 2025 · 0 comments · Fixed by #35
Assignees
Labels
feature New feature or request
Milestone

Comments

@itsdeannat
Copy link
Owner

User story

As a developer,
I want to check on the status of an order
So I can display the order status on my e-commerce website

Scenario

Given: an authenticated user wants to make an API call
And: their access token is valid
When: a user submits a GET request to /orders/{id} with their access token
Then: the server responds with the status of their order, date ordered, price, and products

Feature completion checklist

  • Build feature
  • Make test calls to {endpoint}
  • Build supporting documentation for {feature}
@itsdeannat itsdeannat added the feature New feature or request label Jan 10, 2025
@itsdeannat itsdeannat added this to the 1.0.0 milestone Jan 10, 2025
@itsdeannat itsdeannat self-assigned this Jan 10, 2025
@itsdeannat itsdeannat reopened this Jan 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant