edina / Bens-Kanban-Board

0 stars 0 forks source link

Curious Edinburgh Launch URL #43

Closed benismobile closed 8 years ago

benismobile commented 8 years ago

Feature: App should support launching a tour via a URL

Scenario: Select a launch URL for a tour outside the app 
    Given the app is installed on the device
    And a tour exists in the API
    And a launch URL exists on the device for the user to select
    When the user selects the url on the device
    And the URL protocol is `cityscope://`
    Then the app should be launched
    And the tour details should be downloaded from the API
    And any existing tours should be deleted from the app
    And the tour should be displayed within the app
ianfieldhouse commented 8 years ago

For now using the protocol curious-edinburgh:// since the code base hasn't been forked for CityScope as yet.