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
When running minder profile status list --detailed the evaluation status should be grouped by the rule ID.
In the past it was grouped like that, but currently it's not.
I believe it used to be ordered in the backend, and there were some changes that made the rule evaluations result return in a different order.
I think the best solution is to do the ordering on the client (CLI), before the evaluation results are added to the table.
Expected table
Current table
To Reproduce
No response
What version are you using?
No response
The text was updated successfully, but these errors were encountered:
eleftherias
added
bug
Something isn't working
P1
Fix Soon: High priority items that should be considered in the next Sprint planning cycle
labels
Sep 4, 2024
Describe the issue
When running
minder profile status list --detailed
the evaluation status should be grouped by the rule ID.In the past it was grouped like that, but currently it's not.
I believe it used to be ordered in the backend, and there were some changes that made the rule evaluations result return in a different order.
I think the best solution is to do the ordering on the client (CLI), before the evaluation results are added to the table.
Expected table
Current table
To Reproduce
No response
What version are you using?
No response
The text was updated successfully, but these errors were encountered: