Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Advanced Component Group Ordering #212

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

jbrooksuk
Copy link
Member

@jbrooksuk jbrooksuk commented Jan 21, 2025

Closes #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

* main:
  New adjustments added for German translation and added Dutch (#209)
  Fix code styling
  wip
@jbrooksuk jbrooksuk added this to the v3.0 milestone Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature Request: Add Ordering Options to Components
1 participant