You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As a CLI only user, I want to make sense of my text output. Currently, I have to skim through the whole list of audits as they are not ordered in any obvious way.
This ordering could be inspired by the one in portal where we also want to ensure simple access to what user needs. We could maybe even create a separate argument which would accept an enumerated value which would be used for the ordering.
Implementation details
Primarily based on weight in descending order - users will most likely want to prioritise seeing the biggest score contributors.
Secondarily based on score in the ascenading order - errors first.
Tertiary ordering is based on value in descending order - usually bigger value means worse.
Lastly the alphabetical order for the title.
The text was updated successfully, but these errors were encountered:
As a CLI only user, I want to make sense of my text output. Currently, I have to skim through the whole list of audits as they are not ordered in any obvious way.
This ordering could be inspired by the one in portal where we also want to ensure simple access to what user needs. We could maybe even create a separate argument which would accept an enumerated value which would be used for the ordering.
Implementation details
The text was updated successfully, but these errors were encountered: