Description |
In order for our customers to be notified for their deliveries, a company would like to implement a delivery tracker à la Uber on their website, using the latest PWA technologies.
- When ordering, or in the user section of company’s website, customers can choose to subscribe to notifications for their deliveries, and how much time in advance they should be notified.
- When the delivery is schedule, we know the approximate ETA for their delivery and the driver assigned to them. Customers should be able to visualize that from their user section
- When deliveries start, send a Push notification to all customers
- Customers can then track the delivery from the user section and view the location of the driver on the map, along with the ETA in real-time. Drivers already use an internal app that we can modify to add support for geolocation
- When the driver gets close, send another Push notification to them
- Depending on timing, more features can be added, such as : Requesting changes in the delivery, contacting the driver directly, and converting the PWA to a mobile app
The front-end framework would be chosen at the beginning of the project. The back-end would be in C# / ASP.NET core.
|