felixlapierre / campus-guide

Concordia Campus Guide application - SOEN390
3 stars 2 forks source link

Acceptance Test for #24: As a user, I want to see a list of the closest N points of interest #243

Open sharon-ho opened 4 years ago

sharon-ho commented 4 years ago

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:

  1. 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
  2. Open the application
  3. Tap on the current location button to get your current location
  4. Click the "Near Me" button on the bottom right found in the the bottom navigation bar
  5. Click on one of the points of interest from the presented list (ex. Restaurant)
  6. Markers for the selected point of interest (ex. Restaurant) that are near your current location will appear on the map

Please refer to this video for a demonstration of this acceptance criteria

jodavimehran commented 4 years ago

Accepted