jonahsoong / Zooseeker

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

Settings menu #69

Closed EthanBlack-programming closed 2 years ago

EthanBlack-programming commented 2 years ago

As a user, I want to be able to access a selection of app settings, so that I can access optional usability features.

Scenario #1: Getting to settings Given I am on any UI window in the app When I click the settings button on screen Then I will be taken to another screen with various settings

Scenario #2: Leaving settings Given I clicked on the settings button and I was on the Directions UI window When I click the "Apply" button on screen Then I am returned to the Directions UI window

Scenario #3: Persistent settings Given I have previously changed a setting And the app is closed When I reopen the app And click the settings button Then I should see my changes persist

Scenario #4: Changing settings Given I am on the settings page And I am on Brief Directions When I click Detailed Directions Then the app should update to show detailed directions instead of brief of directions.