ccmenu / ccmenu2

CCMenu is a Mac app that shows the status of builds on CI/CD servers in the menu bar.
https://ccmenu.org/
Apache License 2.0
61 stars 6 forks source link

Menu item sort order #6

Closed znek closed 7 months ago

znek commented 8 months ago

The sort ordering of the menu item is aligned with the Pipeline view. I'd prefer to have the items sorted by status severity + last build date. Any plans to do this or do I really have to learn Swift (god forbid ;-)?

erikdtw commented 8 months ago

Sorting by last build time is planned for the next pre-release. It's in the roadmap as "remaining menu appearance options". Trying to get to feature parity with the old CCMenu before replacing it with CCMenu2 in the AppStore.

Sorting by status severity is not planned, but there will be a filter like in the old CCMenu, to hide pipelines that had a successful build and are not active. This is already implemented but was added after the last pre-release.

erikdoe commented 7 months ago

Sorting and filtering like in CCMenu 1 is now implemented.