Uploaded image for project: 'Red Hat OpenShift AI Engineering'
  1. Red Hat OpenShift AI Engineering
  2. RHOAIENG-1158

Change tool tip description of ISV type in Explore page

XMLWordPrintable

    • Low

      Story related to the work done in https://issues.redhat.com/browse/RHODS-5414

      This story is created to update the descriptions based on the review to be performed by multiple people.

      Objectives

      • Replace the tooltip text for each type of category we have
        • OdhApplication CRs (CRD) can have categories
        • Inside the OdhApplication is a "category" (property in the CRD), it has 3 valid types (the CRD has a rigidity issue atm, we support only the known types)
          // The corresponding enum in our code
          export enum OdhApplicationCategory {
            RedHatManaged = 'Red Hat managed',
            PartnerManaged = 'Partner managed',
            SelfManaged = 'Self-managed',
          }
          
        • Create resources on a cluster as needed
      • View the Applications > Explore area of the application and hover the badge in the top right to see the tooltip
      • Update the tooltip text for each here:
        • Partner managed: Partner managed software is hosted/supported by Red Hat partners.
        • Red Hat managed: Red Hat managed software is hosted/supported by Red Hat and supports upgrade testing and alerting.
        • Self-managed: Partner software and products hosted on a user's clusters and managed by the customer. Contact the partner for support issues.

            Unassigned Unassigned
            rhn-support-bdattoma Berto D'Attoma
            RHOAI Dashboard
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: