-
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
[Withdrawn] SDL 0325 - Dynamic App List Sorting #1098
Comments
@jordynmackool -san, |
Hi @Akihiro-Miyazaki, thanks for letting me know. I have updated the link in my comment above. Please note that the proposals under review can also be found on this page: smartdevicelink.github.io/sdl_evolution/. |
1. I don't think the introduction is correct. You state:
This proposal is not to clarify the app icon display sequence. As you note in the motivation, one is already defined. This proposal is to change the display sequence.
Does this mean "to add built-in app list sorting methods and allow their configuration through the policy table"? 2. I don't think that the opening of the motivation is fair or correct. It says that there is no definition for the app icon ordering, but then explains the current definition, which is contradictory. It also says that it's unclear if the HMI developer is supposed to implement the ordering, but the answer to that is a clear, "yes, the HMI developer is supposed to implement the ordering they want." A better motivation would have been to say that you think there should be a more sensible default ordering so that HMI developers who don't want to implement custom ordering don't have to, but to say that there is no definition and it's hard to know what to do is a simple documentation fix and doesn't require this proposal. I would recommend you update the motivation to more clearly explain why you want to make these changes (such as that you believe that Core should provide a better default ordering.)
Again, this is not clarifying the display order, it is changing it. There is an important difference there. Clarifying would be making rules that match the current implementation. This changes the implementation. 3. Is there any way to keep the current behavior? 4. What happens if none of the policy table attributes are defined? 5. If the policy table updates with a new sorting order, should Core / HMI change the displayed order of the apps, or should it wait for a new ignition cycle to display the new order. 6a. What is the sub-ordering of 7. I don't think that the ordering here is effective for the 8. I do not think this proposal should be accepted. I think that the existing system is adequate and it's simple for the HMI to sort as they choose through the |
If you would like for there to be a numbered ordering of the apps to take priority over the AppHMIType ordering, then i would suggest adding a new parameter to the app_policies section. Maybe "app_list_position"? |
@JackLivio -san, app_list_sorting: {
"sorting_pattern": "appHMIType",
"appHMIType_sorting_list": [
"NAVIGATION",
"MEDIA",
"MESSAGE",
"INFORMATION",
"COMMUNICATION",
"SOCIAL",
"PROJECTION",
"REMOTE_CONTROL",
"SYSTEM",
"DEFAULT",
"BACKGROUND_PROCESS",
"TESTING"
],
"app_list_position": [
"EMERGENCY",
"NAVIGATION",
"VOICECOM",
"COMMUNICATION",
"NORMAL",
"NONE"
]
} If our recognition is wrong, could you please teach us the details. |
@joeljfischer -san,
Dose this sentence answer to your question? Since we considered to use allow list method, we did not consider that policy table attributes are blank. 6a. When there are multiple appHMITypes set in one SDL app, the appHMIType with the highest priority is used, as the priority of that SDL app. |
I was thinking the new parameter be added to an App object in the app_policies section of the policy table. The key is "app_list_position" and the value is any integer (0..N). The position would work similar to the position parameter for AddCommands and Submenus. 0 is top priority, higher numbers are lower priority.
Apps that have this parameter would be sorted by that parameter value and placed in the front of the app list. Apps that do not have this parameter would be sorted by the I believe this concept is what was highlighted in the proposal in terms of giving priority to apps that had a specific position defined? This would be a way to have "featured" apps show first in the app list. Let me know if I am mistaken. |
@Akihiro-Miyazaki I will respond when all of my points have been responded to. I would request that you only respond when you have a full response to every point. |
@JackLivio -san, Our proposal was to use the "priority" parameter of "app_policies" in policy table as the sorting order. If our recognition is wrong, could you please teach us the details again. |
The Steering Committee voted to keep this proposal in review on 2020-12-01 to allow for conversations to continue on the review issue. To ensure all open items are addressed and make the comments easier to follow, please respond to the open items in one comment moving forward. |
@joeljfischer -san, We think your pointed out is correct. Also, we think the sentence "to add built-in app list sorting methods and allow their configuration through the policy table" is correct, too. Since Applist is updated inevitably when policy table update or RAI is occurred, HMI will change the displayed order of the apps when the App menu screen is updated. We are very sorry to forget adding the sentence "When there are multiple If this sentence is added in this proposal, when there are multiple It depends on the state of No.2. |
1. 👍 I would ask that this be changed to reflect the actual nature of this proposal and to clarify the language.k 2. Are you asking where it says this in documentation? If so, then it does not, which is why I said this could be a simple documentation update to state that HMI developers will need to implement an ordering system for app icons. That this is the current case should be clear based on the current state of the ordering and existing HMIs. 3. Yes, thank you. 4. I think this was answered by (3) 5. I don't think it does depend on the HU implementation, because you're saying that Core determines the ordering of the list in this proposal. Would another 6a. Yes, that is what I mean by sub-ordering. For example, is you have a group of apps [A, B, C, D, E] where A and B are MEDIA apps, would the ordering be [A, B]? And if the next time they connect, B connects first so that the order is [B, A, C, D, E] will the apps be ordered [B, A]? If so, I think this is a poor user-experience. 6b. Thank you for clarifying, but I think that is a very poor user experience. For example, if the priority ordering is [MEDIA, NAVIGATION, etc.] and an app such as LINE supports both MEDIA and NAVIGATION, then the app will not appear in the list of NAVIGATION apps, which may be confusing. 7. The main point of point 7 is that grouping apps by 8. I'm sorry, I'm not following here. The amount of work that's being implemented to sort these on the HMI-side is minimal. Doing an alphabetical or AppHMIType sort on the HMI given the array of apps received is a small amount of work and allows HMI implementors to make it exactly how they want. The work and maintenance burden of this proposal is simply not worth it. As I noted, if this proposal were to change the default organization to be alphabetical and that's it, with no policy table / multiple sorting types, I would be in favor of it. |
|
@joeljfischer -san, 5 6a If multiple SDL apps have the same 6b |
@Akihiro-Miyazaki I must ask you again to not respond to my points until you are ready to respond to every point. This conversation is too difficult to follow if you don't do this. |
To ensure all open items are addressed and make the comments easier to follow, please respond to the open items in one comment moving forward. To provide clarity of the current status of this proposal review, please see a summary of the items below: Open items: 2. [Livio] Are you asking where it says this in documentation? If so, then it does not, which is why I said this could be a simple documentation update to state that HMI developers will need to implement an ordering system for app icons. That this is the current case should be clear based on the current state of the ordering and existing HMIs. 5. [Nexty] We assume that when the screen is updated depends on the implementation of HU. We also assume that when the order changes depends on the SDL Core implementation. 6a. [Nexty] We are very sorry that the order of the same appHMI Type is missing. 6b. [Nexty] In this case, since the NAVIGATION is high priority than MEDIA, then the app will not appear in the list of MEDIA 7. [Livio] The main point of point 7 is that grouping apps by AppHMIType in Core provides very little gain because they're all presented in one list and the HMI still has to separate the apps. It provides very little gain compared to just having the HMI do all the work like it does now. 8. [Livio] I'm sorry, I'm not following here. The amount of work that's being implemented to sort these on the HMI-side is minimal. Doing an alphabetical or AppHMIType sort on the HMI given the array of apps received is a small amount of work and allows HMI implementors to make it exactly how they want. The work and maintenance burden of this proposal is simply not worth it. As I noted, if this proposal were to change the default organization to be alphabetical and that's it, with no policy table / multiple sorting types, I would be in favor of it. Agreed upon revisions: 1. Update introduction to reflect the nature of the proposal and clarify language.
9. Requested revision to the proposal is: Add new sorting position parameter (app_list_position) to app_policies section of the policy table. This will replace sorting by the existing policy field priority. Explained by comment here: #1098 comment Closed items, no action needed: 3, 4 |
The Steering Committee voted to keep this proposal in review on 2020-12-08 to allow for conversation to continue on the review issue. A summary of all discussion items can be reviewed in this comment. |
@jordynmackool -san, |
|
@jordynmackool -san, @joeljfischer -san, @JackLivio -san Once we have decided how to proceed, we will revise the proposal and propose it again. |
The Steering committee voted to withdraw this proposal at the request of the author in this comment. Once the author decides how to address the technical options / fundamental questions posted on this review issue, they will need to submit a new proposal. |
Hello SDL community,
The review of "SDL 0325 - Dynamic App List Sorting" began on November 25, 2020, and continues through December 15, 2020. The proposal is available here:
https://github.com/smartdevicelink/sdl_evolution/blob/master/proposals/0325-Dynamic-App-List-Sorting.md
Reviews are an important part of the SDL evolution process. All reviews should be sent to the associated Github issue at:
#1098
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,
Jordyn Mackool
Program Manager - Livio
Jordyn@livio.io
The text was updated successfully, but these errors were encountered: