-
Feature Request
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
-
False
-
None
-
False
-
Not Selected
-
-
1. Proposed title of this feature request
Improve Developer Console UX with huge Helm Charts
2. What is the nature and description of the request?
The OpenShift Developer Console supports Helm Charts and a form-driven experience to configure Helm charts. This works fine for small helm charts, but it's hard to find the right configuration option for huge helm charts because all options are shown.
The Helm Configuration page should show a Search field to improve the UX:
The search term should be searched in the
- parameter name (yaml key)
- parameter title (display text)
- parameter description
- parameter value
- parameter default value
- parameter options (dropdown values)
For any option that matches the search term it should display
- all parents of a match
- the match itself
- and all child elements of a match
The last point is important so that the user can search for "environment variable" and have the option to read and update the values under this item.
3. Why does the customer need this? (List the business requirements here)
Improve UX for large helm charts and the acceptance of the OpenShift Console.
4. List any affected packages or components.
- OpenShift Developer Console > Helm chart page