Description
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".