-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[User Story] View Current Location 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. #19
Comments
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 rnmapbox/maps#3640 |
…reen - Integrated Mapbox for displaying real-time user location on the map - Added basic Map screen with user location tracking and "Go to Location" button - Fixed Mapbox iOS `ViewAnnotationManager.swift` issue as per rnmapbox/maps#3640 - Initial setup of map UI for enhanced driver navigation
After some consideration decided to update the location every minute, given that: |
…reen - Added background task service - Refactored source code to /app in driver app - refactored imports to use alias @/ - basic implementation of mapbox
…reen - Refactor usage of mqtt into hooks - Refactor usage of location manager into hooks - miscs refactors to make the code better styled like moving the screens to a screen folder
…reen - Refactoring to use expo router - added no found route with links to map and signup
…ocationas-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 feat(#19): view current location 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
… location on a map in real time so that i can track my position and navigate the area effectively - refactor docker (separate mqtt listener and api cause they don't need to be together) - moved docker to root directory - using docker base to reuse common code - basic nearby drivers util
… location on a map in real time so that i can track my position and navigate the area effectively - adding JWT auth token support (refresh token, auth token)
… location on a map in real time so that i can track my position and navigate the area effectively - modifying map screen ui - using auth token as channel name when publishing location - changes in store - test screen (token display)
…y current location on a map in real time so that i can track my position and navigate the area effectively 1 backend (#27) * feat(#19): view current location 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 - refactor docker (separate mqtt listener and api cause they don't need to be together) - moved docker to root directory - using docker base to reuse common code - basic nearby drivers util * feat(#19): view current location 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 - adding JWT auth token support (refresh token, auth token) * feat(#19): view current location 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 - modifying map screen ui - using auth token as channel name when publishing location - changes in store - test screen (token display)
… location on a map in real time so that i can track my position and navigate the area effectively - refactor docker (separate mqtt listener and api cause they don't need to be together) - moved docker to root directory - using docker base to reuse common code - basic nearby drivers util
… location on a map in real time so that i can track my position and navigate the area effectively - adding JWT auth token support (refresh token, auth token)
… location on a map in real time so that i can track my position and navigate the area effectively - modifying map screen ui - using auth token as channel name when publishing location - changes in store - test screen (token display)
… location on a map in real time so that i can track my position and navigate the area effectively - refactor docker (separate mqtt listener and api cause they don't need to be together) - moved docker to root directory - using docker base to reuse common code - basic nearby drivers util
… location on a map in real time so that i can track my position and navigate the area effectively - adding JWT auth token support (refresh token, auth token)
… location on a map in real time so that i can track my position and navigate the area effectively - modifying map screen ui - using auth token as channel name when publishing location - changes in store - test screen (token display)
[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
The text was updated successfully, but these errors were encountered: