Skip to content
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

Feature/geolocation permission #128

Open
wants to merge 4 commits into
base: develop
Choose a base branch
from

Conversation

wengf2086
Copy link
Collaborator

Completed the "geolocation permission prompt" task: https://www.notion.so/developforgood/Feature-Implementation-Board-4a44b5618dc7430791235a2ede56ad34?p=5d7497c76f0646549802f7c7c73614c8&pm=s

  • Created a prompt to ask the user to allow geolocation sharing permissions on their device
  • The prompt appears on the Serve page if the user has not allowed or denied geolocation permissions on their current device. It has two options: "Enable" and "Remind me Later"
  • If the user selects "Remind me Later", then the prompt will appear again the next time they open the Serve page.
  • If the user selects "Enable", then they will be prompted to "Allow" or "Deny" location sharing for the website.
  • If the user allows location sharing, then they will not be prompted again.
  • If the user denies location sharing, then a reminder will appear on the Serve page warning the user that they have denied location sharing permissions.

Note: This prompt will appear at least once for every new device that a user uses, since geolocation permissions are specific to each device.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant