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

Add ability to group buckets #3220

Open
hashworks opened this issue Jan 31, 2024 · 1 comment
Open

Add ability to group buckets #3220

hashworks opened this issue Jan 31, 2024 · 1 comment
Labels
community enhancement New feature or request

Comments

@hashworks
Copy link

hashworks commented Jan 31, 2024

Currently, the UI simply lists all created buckets, one after the other. On clusters with a large amount of buckets this quickly gets confusing.

While it's possible to filter for buckets it isn't always possible to prefix bucket names with a group (f.e. a bucket must be named foo, not projectA-foo), so one can't list buckets of a specific group.

It would be great if one could group them in some way, only for display and filtering in the UI (and maybe in the CLI).

Expected Behavior

I can search and display buckets of a specific group.

Current Behavior

Currently, the only way to identify buckets in the list is by name.

Possible Solution

Option A: A new field "group", which groups buckets by its value in the UI (and CLI?). It has no other implications.

Option B: Make it possible to filter buckets by tag, f.e. group:foo. The UI could also show buckets grouped by a predefined tag, f.e. group.

Option C: Add a "display name" field to buckets, which is only used for search and display in the UI. This way one can name it "foo" and give it a more descriptive display name "ProjectA foo".

@cesnietor cesnietor added enhancement New feature or request and removed triage labels Feb 5, 2024
@cesnietor
Copy link
Collaborator

This would be a nice enhancement, showing the bucket tags and allowing to sort / of filter by tags in the UI would be viable.
Not a priority for now for us but you are welcome to send a PR.
Thanks for raising.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
community enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants