Implement Real-Time Order Tracking#90
Open
DIP72 wants to merge 1 commit intoMrigakshi-Rathore:mainfrom
Open
Conversation
|
@DIP72 is attempting to deploy a commit to the Mrigakshi Rathore's projects Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
Author
|
@Mrigakshi-Rathore mam I have resolved this issue. please check |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📌 Description:
This PR resolves Issue #7 by implementing a real-time order tracking system that allows users to monitor the progress of their orders through different stages such as Preparing, Out for Delivery, and Delivered. This enhancement significantly improves transparency and user experience.
✅ Changes Implemented:
🗄️ Added an order status field in the database to track order progress
⚙️ Implemented backend logic to update order status dynamically
🔔 Integrated notifications (in-app / email) for order status changes
🖥️ Updated frontend UI to display real-time order status clearly to users
🛡️ Added proper error handling and synchronization between frontend and backend
🎯 Outcome:
Users can now track their orders in real time
Improved communication and trust with users
Clear visibility of delivery progress at every stage
📁 Files Updated:
Backend PHP files (order logic & status updates)
Database schema / migration files
Frontend UI components for order tracking
🔗 Related Issue:
Closes #7