-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Labels
Description
Description:
The current system does not provide real-time updates on order status. Implementing order tracking will allow users to see the progress of their orders (e.g., "Preparing", "Out for Delivery") and receive notifications, improving user experience.
Tasks:
- Add order status field in the database to track progress.
- Implement backend logic to update order status in real-time.
- Integrate notifications (e.g., email, in-app alerts) for status changes.
- Update the frontend to display real-time order status to users.
- Ensure proper error handling and synchronization between frontend and backend.
Expected Outcome:
Users can track their orders in real-time, receive timely notifications, and have a clearer understanding of their delivery progress.
Labels:
enhancement, wocs, level3