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

[Feature](greenhouse-org-admin): Filtering for Plugin List #754

Open
uwe-mayer opened this issue Jan 31, 2025 · 0 comments
Open

[Feature](greenhouse-org-admin): Filtering for Plugin List #754

uwe-mayer opened this issue Jan 31, 2025 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@uwe-mayer
Copy link
Contributor

Description
We would like to add the possibility to filter the Plugin list within the greenhouse org-admin Area

Problem Statement
Currently we have an unsorted, unfilterable list of Plugins within the org-admin area. With increasing number of deployed plugins it becomes more and more unusable. E.g. I like to highlight clusterNames via the browser search to be able to focus on a set of Plugins

Proposed Solution
Add sorting and filtering options to the list.
Filter by:

  • Plugin.Spec.ClusterName
  • Plugin.Spec.PluginDefinition
  • Plugin.Status.StatusConditions.Ready = true/false/unknown

Sort by:

  • Plugin.Spec.DisplayName (default)
  • Plugin.Spec.ClusterName then Plugin.Spec.DisplayName

Additional Context
The Plugin list screen is going to be replaced by a list/view only showing PluginPresets. So this should just be a quick solution. Maybe sorting is superflous if default sorting by displayName is implemented.

@uwe-mayer uwe-mayer added the enhancement New feature or request label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants