You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a user
I want to allow RBB to use my IP location
So I can view businesses near me
Acceptance Criteria
Add a geolocation icon to any "zipcode" input field, this will act as the trigger for the following items
Leverage the Geolocation API in order to prompt user allowing RBB to get their location
Use geolocation data to set the default search results based on that data
There is a button near the filters that will trigger the Geolocation API functionality asking for user location.
There is a tooltip that appears when hovering the button, which explains why we are getting your location
Results that are shown are accurate based on the user's location
Describe the solution you'd like
We need to add a button within the filters that will trigger the Geolocation API to get the users location, and update the search results based on that location.
We will need to be sure that the Geolocation data that is passed to the API is a latitude and longitude.
The text was updated successfully, but these errors were encountered:
User Story
As a user
I want to allow RBB to use my IP location
So I can view businesses near me
Acceptance Criteria
Describe the solution you'd like
We need to add a button within the filters that will trigger the Geolocation API to get the users location, and update the search results based on that location.
We will need to be sure that the Geolocation data that is passed to the API is a latitude and longitude.
The text was updated successfully, but these errors were encountered: