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

Implicit sorting on UI #569

Open
oldium opened this issue Aug 25, 2023 · 1 comment
Open

Implicit sorting on UI #569

oldium opened this issue Aug 25, 2023 · 1 comment

Comments

@oldium
Copy link

oldium commented Aug 25, 2023

All-column sorting or at least some default multi-column sorting (like RabbitMQ Management UI has) would be helpful. It would be good to have some default sorting when you navigate to any page with lists.

Few examples of sorting issues:

  • UI path /exchange#vhost=<vhost>&name=<exchange> completely misses sorting, but it would make sense to have it sorted by To and then by Routing key upon opening the page.
  • The /exchanges UI path can be sorted, but only by single column. You can either sort results by Virtual host OR by Name, but not by Virtual host and THEN by Name. Moreover, it would make sense to sort the exchanges by default by Virtual host and then by Name.

The RabbitMQ Management UI always sorts, so even when you list Exchanges and you do not request it to sort it, it is sorted by Virtual host and then by Name. When you sort explicitly by Name, the result is sorted by Name and then by Virtual host.

Please add implicit multi-column sorting to all lists and implicit sorting of unselected columns when requesting sorting by a particular column.

@kickster97
Copy link
Member

Hi! Thanks for your input, I'll look into this.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants