-
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
MDS 2.0 - accessibility_options for vehicles should be optional not required #847
Comments
Probably "Required if Available" is the way to go. |
@schnuerle how about for Trips? |
Ok, I never really understood the idea behind "Required if available", but I'm guessing it has to do with encouraging providers to supply it if they have it.. Anyway, in the database it won't make a difference for me, it will still need to be "nullable". "Naming things" is the hardest part of IT, so I have full understanding for this, but when you name something |
Agreed on "naming things" being difficult!! Though "options" here is being used as a synonym for "choices" - unrelated to "optional" / "required". |
Ok, I get it. Confusing though :) I also found a couple of other properties that should not be required, but optional or "required if available". I also see that this is correct for events, so.. |
A (non-related) question regarding I'm trying to make sense of this, but just can't... In what scenario does a telemetry point belong to two trips ? ..and if there is such a scenario, why doesn't it apply to the journey as well? |
But I do think For the side question of telemetry on multiple trips, the scenario came up in the working groups where the same trip in a car could be used to transport goods and/or people at the same time, under different billing and different customers. So trips can overlap within a mode or across multiple modes (like maybe food delivery at the same time as passenger delivery). It may apply for the journey as well, but I think this can roll up through the trips if needed, and trips have more attributes than journeys at the moment. |
Thanks for changing to Ok, I guess that could be some kind of a scenario, even though I still have hard time seeing this as a real world scenario using mds, but that could ofc just be me being too deep in our own use cases. ..though I'm struggling to see how this many2one should be implemented... Lets say we have: 2 trips that share 1 telemetry object like you describe From the provider's perspective:
From the agency's perspective:
Is this how it will work? Even still... the "required" bit (explained with screenshots) should be changed to match events though? |
I've got accessibility_options changed to accessibility_attributes in all places in the spec with this commit. With review by @thekaveman we can close this issue. @lastalfriday if you want to continue discussing the overlapping trips telemetry, which I think warrants discussion, please open a new issue and include your summary and screenshots! |
In reviewing Policy, I noticed there's a reference to Accessibility Options in the In addition to changing the field name there, it might make sense to elevate this field out of Rule and up to the Policy document. Since the |
@schnuerle However! I almost forgot this as we started discuss other things, my main point here was that this field should not be "Required", but either "Optional" or "Required if Available" (as you yourself suggested early on in this thread) |
Thanks for the catch this is cleaned up here. |
The title says it all :)
https://github.com/openmobilityfoundation/mobility-data-specification/blob/2.0.0-rc1/data-types.md#vehicles
The text was updated successfully, but these errors were encountered: