-
Notifications
You must be signed in to change notification settings - Fork 122
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
[Accepted with Revisions] SDL 0262 - New vehicle data SeatOccupancy #870
Comments
This proposal seems generally good for me. I have a few small note: the |
I don't think this array should be |
Actually an empty array would mean that there are no seats. (hypothetical or in some universe where self driving cars don't offer seating :) ) , in that case how a result code |
Thanks @atiwari9 I think I misunderstood the array in the first reading. Thought that only occupied or belted seats are included in the array. To answer your question: My understanding is that |
Sure, So both reasons warrant to keep the |
👍 |
Regarding the parameter description that still needs updating for |
@joeljfischer - are you pointing to Struct for |
@atiwari9 The |
@joeljfischer - Got it, how about something like this then: <struct name="SeatOccupancy">
<param name="seatsOccupied" type="Common.SeatStatus" array="true" minsize="0" maxsize="100" mandatory="false">
<description>Seat(s) status array containing location and whether the seat(s) is(are) occupied.</description>
</param>
<param name="seatsBelted" type="Common.SeatStatus" array="true" minsize="0" maxsize="100" mandatory="false">
<description>Seat(s) status array containing location and whether the seat(s) is(are) belted.</description>
</struct> |
@atiwari9 I think it's fine if you just use plural and remove the |
The Steering Committee voted to accept this proposal with the following revision: update |
JavaScript Suite issue: smartdevicelink/sdl_javascript_suite#336 |
Hello SDL community,
The review of "SDL 0262 - New vehicle data SeatOccupancy" begins now and runs through December 3, 2019. The proposal is available here:
https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0262-New-vehicle-data-SeatOccupancy.md
Reviews are an important part of the SDL evolution process. All reviews should be sent to the associated Github issue at:
#870
What goes into a review?
The goal of the review process is to improve the proposal under review through constructive criticism and, eventually, determine the direction of SDL. When writing your review, here are some questions you might want to answer in your review:
Please state explicitly whether you believe that the proposal should be accepted into SDL.
More information about the SDL evolution process is available at
https://github.com/smartdevicelink/sdl_evolution/blob/master/process.md
Thank you,
Theresa Lech
Program Manager - Livio
theresa@livio.io
The text was updated successfully, but these errors were encountered: