You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you for creating this issue! 🎉 We'll look into it as soon as possible. In the meantime, please make sure to provide all the necessary details and context. If you have any questions or additional information, feel free to add them here. Your contributions are highly appreciated! 😊
You can also check our CONTRIBUTING.md for guidelines on contributing to this project.
Description:
Implement the Order Tracking schema and associated CRUD API to allow users and administrators to track the status of their orders.
Requirements:
Tasks:
Create Order Tracking Schema:
orderId
: The unique identifier for the order (reference to the Order schema).trackingNumber
: The tracking number provided by the shipping carrier.status
: The current status of the order (e.g., 'Pending', 'Shipped', 'Delivered').carrier
: The name of the carrier (e.g., 'UPS', 'FedEx').estimatedDelivery
: The estimated delivery date.updatedAt
: Timestamp of when the tracking information was last updated.Create CRUD API Endpoints:
Validation:
Integrate with Order Schema:
orderId
field to theOrder
schema so that tracking information is associated with a specific order.The text was updated successfully, but these errors were encountered: