-
Notifications
You must be signed in to change notification settings - Fork 293
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
Clarification of vehicle type capacity fields #269
Conversation
adds "type" to vehicle_docks_available to align with other field name changes
I hereby call a vote on this proposal. Voting will be open for 7 full calendar days until 11:59PM UTC on October 13th, 2020. Please vote for or against the proposal, and include the organization for which you are voting in your comment. |
+1 from PBSC |
Hello, we have some concerns about this PR regarding how it interacts with the changes in #261 and would like some further clarification. It seems that there is a field to show the current availability of docks by vehicle type. However, with the addition of the field Also, while discussing this we thought of two other clarifying items that might be useful to be added to the spec, but not necessarily via this PR.
|
@evansiroky Just to be clear, this PR doesn't add any additional fields or change their definitions, it only renames fields introduced in #136 . I agree there is a gap in that there is no equivalent to
I think this can be this can be done by amending the definitions of
I'm not sure I understand this comment. Why would |
...and also #219.
Ok, I see that now. We can go ahead and +1 this for now with the expectation that this will be resolved in a future PR.
This seems to match the existing state of the definitions in #261. It seems like additional info is needed to communicate that a vehicle is parked in a station area.
In here, we're asking for clarity when a geofenced zone and a station area overlap. There could be instances where a provider defines both and there could be ambiguity as to which information should take priority. Consider the case of a geofenced zone having |
The voting has closed.. With only 2 votes in favor the proposal does not pass. We will take up the naming clarifications in again at a later date The correction of |
This change is based on discussion in #251 .
vehicle_capacity
becomesvehicle_type_area_capacity
andvehicle_type_capacity
becomesvehicle_type_dock_capacity
. Also corrects an error changingis_valet_station
from ID to Boolean.