feat: added map feature, improved profile screen to view map #2
Open
code-with-zoro wants to merge 1 commit into
Open
feat: added map feature, improved profile screen to view map #2code-with-zoro wants to merge 1 commit into
code-with-zoro wants to merge 1 commit into
Conversation
…distance from worker to user buy fetching worker live location
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.
Summary
Implemented a location permission flow and map navigation feature to help workers view directions and distance to job locations.
Changes Made
Added location permission handling to request user permission for accessing device location.
If location permission is not granted, the app prompts the user to enable it before fetching location data.
Implemented a View button in the Job Card that opens the map screen.
Map screen displays:
Integrated location fetching logic to support map navigation.
Files Added
src/utils/permissionUtils.jsFiles Modified
ProfileScreencomponents for job card interaction.App.jsand navigation flow to support the map screen.Testing
Notes
This feature improves worker navigation by allowing them to quickly view the route and distance to the job location directly from the job card.
Ready for review and feedback.