-
Notifications
You must be signed in to change notification settings - Fork 0
API: Order #9
Copy link
Copy link
Open
Description
Austin2Shih
opened on Feb 23, 2024
Issue body actions
- 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels