• Icon: Story Story
    • Resolution: Unresolved
    • Icon: Undefined Undefined
    • None
    • None
    • Catalog, UI
    • 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

              rh-ee-mitkumar Mitesh Kumar
              rh-ee-mitkumar Mitesh Kumar
              RHDH Frontend Plugins & UI
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated: