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

API: Order #9

Open
1 task
Austin2Shih opened this issue Feb 23, 2024 · 0 comments
Open
1 task

API: Order #9

Austin2Shih opened this issue Feb 23, 2024 · 0 comments
Assignees

Comments

@Austin2Shih
Copy link
Contributor

Austin2Shih commented Feb 23, 2024

  • Create Order
  • Refer to the estore er diagrams in the documentation channel for the fields.
  • Don't worry about the many to many relationship for now. Just code in the fields and test your CRUD operations.
  • For now, status will just be a string like "PENDING", "COMPLETED". If you have the time, try to look into enums and make this an enum so we don't have to hardcode strings in. You can store it either as a string or int in the end depending on your implementation.
@Austin2Shih Austin2Shih changed the title API: Orders API: Order Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants