Forecastle icon indicating copy to clipboard operation
Forecastle copied to clipboard

Group Ordering

Open mleklund opened this issue 6 years ago • 4 comments

I have a mix of k8s ingress defined apps and CRD defined apps and group ordering seems to be random-ish. It appears that the ingress defined apps are first, in semi-alphabetical order, then the CRD apps groups appear next and they seem to be alphabetical.

mleklund avatar Jan 29 '20 15:01 mleklund

@mleklund so, any suggestions on ordering should be?

PR is more than welcome

rasheedamir avatar Feb 03 '20 21:02 rasheedamir

IMO: generally alphanumerical, case-insensitive (collation not required or system locale), maybe primary sorted by an "order" annotation, secondary by group name.

danielwegener avatar Sep 14 '21 08:09 danielwegener

I think there should be a way to manually specify the groups ordering via config.

igorcoding avatar Sep 19 '22 11:09 igorcoding

Alphabetically by group name makes most sense. An additional priority / sort setting would be great to keep say "cluster applications" on top, while workload fills out below.

sastorsl avatar Feb 13 '23 15:02 sastorsl