You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As an OBA developer and region tester
I want to be able to easily add custom regions to my OBA app
So I can easily work with a region I'm testing.
Overview
Currently, the process of adding a custom region requires painstakingly typing URLs into text boxes on iPhones and Android devices. The purpose of this feature is to make the process much easier by allowing the addition of a custom region by simply tapping on a custom-crafted URL.
The URLs must be compatible between iOS and Android—i.e. I can tap on a custom region URL on either type of device and have the same result in my app.
Find the iOS version of this task here: OneBusAway/onebusaway-ios#719
User story
As an OBA developer and region tester
I want to be able to easily add custom regions to my OBA app
So I can easily work with a region I'm testing.
Overview
Currently, the process of adding a custom region requires painstakingly typing URLs into text boxes on iPhones and Android devices. The purpose of this feature is to make the process much easier by allowing the addition of a custom region by simply tapping on a custom-crafted URL.
The URLs must be compatible between iOS and Android—i.e. I can tap on a custom region URL on either type of device and have the same result in my app.
Here's a basic example of an URL:
onebusaway://add-region?name=Unitrans&oba-url=https%3A%2F%2Fonebusaway-api-server-7mb1.onrender.com%2Fonebusaway-api-webapp
and here's a clickable version of the same URL from above.
Full list of supported parameters:
name
: String - The region nameoba-url
: URL - The base URL of the OBA API serverotp-url
: URL - The base URL of the OTP serverRequirements
onebusaway
URL scheme with the OSadd-region
custom URL, the app will create a new custom region and set it to be active.agencies-with-coverage
REST API method and using the first result item.The text was updated successfully, but these errors were encountered: