-
Notifications
You must be signed in to change notification settings - Fork 232
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 Stop image to Policy #555
Comments
We will be discussing this tomorrow at our Joint Working Group meeting, so attend if you are interested. |
From the WG call yesterday. Could be added as an optional field in Stops. |
What form(s) would it take? URL? Base-64 encoded with mime type? Other? |
I think an url is best, to avoid having to fetch hundreds of megabytes of data when you are just looking for the list of existing stops and their location. |
I will make a PR for this since it's pretty straightforward and there seems to be agreement on it. |
Added the optional image URL to this branch and soon to be PR. |
Is your feature request related to a problem? Please describe.
As parking locations are created or designated by cities, providers and riders need more context to use them properly. This would add an optional image path URL to the Policy API for Stops.
Describe the solution you'd like
This photo or illustration created by the city would be sent along in the Policy API for providers' information and could be communicated visually to riders what a Stop looks like, aiding in parking.
Is this a breaking change
Impacted Spec
For which spec is this feature being requested?
policy
Describe alternatives you've considered
Something similar could be added to Stops in Agency or Provider, but it's not clear to me what that could be.
Additional context
Note that Stops do not yet exist in Policy, so this would be included as part of the development of Issue #554.
The text was updated successfully, but these errors were encountered: