-
-
Notifications
You must be signed in to change notification settings - Fork 222
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
TASK: list packages by loading order in BE Module #5142
base: 8.4
Are you sure you want to change the base?
Conversation
The module should then show an information about the order. Btw. I usually prefer alphabetical order as customers tend to show me that list when we discuss updates. Probably better to ask the community what they think or if people actually don't care. Or make it switchable. |
Personally i would be fine to sort the package by alphabetical order Wdyt? @mhsdesign @kitsunet @ahaeslich |
If we have use cases where either the alphabetical or loading order is needed, I would go with the option "make it sortable". As in "let the user decide which order is needed now". If we decide to have this selection in the backend module: how can we be sure the alphabetical order isn't needed by someone in the CLI (see: neos/flow-development-collection#3363)? Is there any need to remove it there? |
How do we continue here? Should we sort it by alphabetical order by default? or give the editor the option to also sort it by loading order? |
Allow clicking on the headers to sort the table with alphabetical being the default plz :) |
@Sebobo So now dropdown selector? and only by alphabetical order or with a another click by loading order too? |
Upgrade instructions
None
Review instructions
This pull request is related too: neos/flow-development-collection#3363
There we decided to list the packages by their loading order in the
flow:package:list
command.This pull request takes care that the packages are listed by the loading order in the backend module too.
Checklist
FEATURE|TASK|BUGFIX
!!!
and have upgrade-instructions