jonahsoong / Zooseeker

Android app designed to generate directions and route plans for custom maps and locations
0 stars 0 forks source link

Skipping exhibits #74

Closed ileolin3 closed 2 years ago

ileolin3 commented 2 years ago

As a user, I want to skip my planned exhibits so that I don't have to go to exhibits that I don't want to go when I changed my mind.

Scenario #1: Skipping next exhibit Given that there are still exhibit that I have not visited in my plan When I click the skip button Then a replanning alert should appear and the next exhibit should be deleted from my plan and the app should call the replan function and the app should display the next planned exhibit.

Scenario #2: No more Exhibits Given that there are no exhibit that I have not visited in my plan When I am on the page for my current exhibit Then the skip button should be disabled.