mohanadarafe / GuideMe

SOEN 390 | Winter 2020 | Mini Capstone
7 stars 5 forks source link

Acceptance Test #2 | US31: As a user, I would like to be able to generate directions to rooms between floors. #153

Closed mohanadarafe closed 4 years ago

mohanadarafe commented 4 years ago

Story

As a user, I would like to be able to generate directions to rooms between floors.

Steps to reproduce

  1. Open the app
  2. Press on the search bar
  3. Query a classroom
  4. Press on Get Directions in the bottom menu
  5. Enter a from classroom
  6. Enter a to classroom
  7. Press on the arrow back
  8. Press on the Hall Building inside the map
  9. Press on Get Inside in the bottom menu
  10. Navigate to the floors you have queried directions for

Note: current supported classrooms are H5XX & H8XX

Preview

us31

jodavimehran commented 4 years ago

Why the app force user to follow the 7th step to the 10th step, while there is the View Route button in the step 6th?

mohanadarafe commented 4 years ago

Why the app force user to follow the 7th step to the 10th step, while there is the View Route button in the step 6th?

@jodavimehran Good question. The reason why is because we do not have the mixture of both indoor & outdoor directions together. Currently, directions are mutually exclusive. In sprint 4, we will do all directions with the View Route button.

jodavimehran commented 4 years ago

Ok, good.

Just discriminate the start point and the endpoint in the indoor direction UI and also add an arrow to the path line to show the direction of movement.