Closed chriscoderdr closed 2 weeks ago
as Discussed in #3 we are gonna use MapBox
Cannot use Expo Go due to this library needing some native files
got into some troubles running the app in ios 18
due to this https://github.com/rnmapbox/maps/issues/3640
After some consideration decided to update the location every minute, given that: For general ride-sharing purposes in Morro Taxi, updating PostgreSQL every minute should be sufficient and efficient. If there's a specific need for real-time updates within the app, a hybrid approach with real-time location caching (Redis) and PostgreSQL for historical tracking could offer the best of both worlds. in the future we may cache in redis but, at the moment, let's just stay the location every minute
[User Story] View Current Location
Description:
As a driver, I want to see my current location on a map in real-time so that I can track my position and navigate the area effectively.
Acceptance Criteria:
Tasks:
Backend:
Mobile:
Labels:
Related