24 As a user, I want to see a list of the closest N points of interest
Acceptance Criteria:
Given that I am on the maps page,
And that I have my current location centered,
And that I click on “Near Me” in the bottom navigation bar,
And that I choose any of the options presented,
I should see markers appear of selected nearby points of interest.
Steps for Acceptance Test:
Prerequisite steps:
0.1. Have your phone's location/GPS ON
0.2. If permissions for location have not yet been granted, allow the application access to your location by first having tapped the center on location button on the map page above the switch campus button to allow location permissions
Open the application
Tap on the current location button to get your current location
Click the "Near Me" button on the bottom right found in the the bottom navigation bar
Click on one of the points of interest from the presented list (ex. Restaurant)
Markers for the selected point of interest (ex. Restaurant) that are near your current location will appear on the map
User Story Covered:
24 As a user, I want to see a list of the closest N points of interest
Acceptance Criteria: Given that I am on the maps page, And that I have my current location centered, And that I click on “Near Me” in the bottom navigation bar, And that I choose any of the options presented, I should see markers appear of selected nearby points of interest.
Steps for Acceptance Test:
Please refer to this video for a demonstration of this acceptance criteria