-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a custom region by simply tapping on a URL #719
Comments
Hi @aaronbrethorst, Currently working on this now. You can assign this to me ^^ |
thanks @hilmyveradin! |
Hi @aaronbrethorst , I already tried this out So I have 2 issues
Also, My question about this feature is, If developers opened the settings, will this region is saved? Or it's just temporary? For what I tried, I immediately select the region before adding it up to the lists Here's the video that I mentioned: Simulator.Screen.Recording.-.iPhone.15.Pro.-.2024-03-27.at.23.09.18.mov |
the custom region should be saved. the outcome of tapping one of these links should be identical to creating a new custom region from the settings > region UI |
fixed in #723 |
Find the Android version of this task here: OneBusAway/onebusaway-android#1179
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
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: