visheshrwl / Uber-like

This repository contains the codebase for an Uber-like application providing both delivery and cab services. The project uses modern technologies including Docker, Kubernetes, TypeScript for backend, React for frontend, GraphQL for API interactions, Redis for caching, Kafka for message brokering, and advanced routing algorithms.
MIT License
11 stars 28 forks source link

Create a Dashboard for Real-Time Driver and Delivery Partner Tracking #2

Closed visheshrwl closed 4 weeks ago

visheshrwl commented 1 month ago

Describe the solution you'd like Build a dashboard view in the frontend to visualize the real-time locations of drivers and delivery partners using a map service (e.g., Mapbox or Google Maps API).

Steps:

  1. Add a map component using a library like react-leaflet or react-google-maps.
  2. Integrate real-time data from a backend endpoint (WebSocket or REST API).
  3. Show markers for each driver/delivery partner and allow filtering by status.
VertikaBajpai commented 1 month ago

@visheshrwl Please assign me this issue

Prabhav444 commented 1 month ago

@visheshrwl please assign me this