You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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".
The text was updated successfully, but these errors were encountered:
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.
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
, notprojectA-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".
The text was updated successfully, but these errors were encountered: