-
Story
-
Resolution: Unresolved
-
Undefined
-
None
-
None
-
None
Story
As a platform engineer using RHDH, I want to specify exactly which columns to display in the Catalog table so that I can create a minimal, focused view showing only the most important information.
Background
Some organizations prefer a simplified catalog view with only essential columns. Rather than listing all columns to exclude, it's more convenient to specify which columns to include.
Dependencies and Blockers
QE impacted work
Documentation impacted work
Acceptance Criteria
[ ] Platform engineer can configure the specific columns out of default columns to be shown by adding below config in app-config.yaml
catalog:
table:
columns:
include:
- name
- owner
- type
[ ] Only columns specified in include array are rendered
[ ] include takes precedence if both include and exclude are specified
[ ] Columns appear in the order specified in the include array
[ ] Invalid column IDs in include array are ignored gracefully
upstream documentation updates (design docs, release notes etc)
Technical enablement / Demo
- clones
-
RHIDP-11576 Hide Default Catalog Table Columns via Configuration
-
- New
-
- is cloned by
-
RHIDP-11579 Add Custom Columns from Entity Metadata Fields
-
- New
-
- links to