core icon indicating copy to clipboard operation
core copied to clipboard

Advanced Component Group Ordering

Open jbrooksuk opened this issue 10 months ago • 1 comments

Closes https://github.com/cachethq/core/issues/201

This PR implements the ability to configure component groups to order its components in different ways.

To-do:

  • [ ] Implement new ordering options into API.
  • [ ] Add tests.

Currently, you can order by:

  • ID
  • Name
  • Status
  • Last Updated At
  • Manual

When using "manual" mode, Cachet will continue to use the components.order column. This value is also used as the default ordering before applying the custom order.

From the dashboard you can now select the "Component Group Order" when editing a component group. Anything other than "Manual" will also require you to select an order direction.

CleanShot 2025-01-21 at 21 05 48@2x

jbrooksuk avatar Jan 21 '25 21:01 jbrooksuk

I have done a fresh pull @jbrooksuk and don't see this update to be able to test for you.

glipschitz avatar Feb 16 '25 21:02 glipschitz