Uploaded image for project: 'OCMUI - OpenShift Cluster Manager UI'
  1. OCMUI - OpenShift Cluster Manager UI
  2. OCMUI-899

Track user analytics for External Links clicked under various Cluster Details tabs

XMLWordPrintable

    • Icon: Story Story
    • Resolution: Unresolved
    • Icon: Normal Normal
    • None
    • None
    • None
    • 2
    • False
    • Hide

      None

      Show
      None
    • True

      Follow up to Track doc link clicks for analytics in ROSA wizard

      "I see this MR/story is for 'Rosa analytics' but I could see this expanding to include doc links from so many other places in the UI:"

      src/components/common/ExternalLink.jsx:

      } else if (path.includes('/details/s/<cluster_id>#overview')) {
            resource = 'clusterDetails: overview tab';
          } else if (path.includes(''/details/s/<cluster_id>#accessControl'')) {
            resource = 'clusterDetails: accessControl tab';
      // Create Cluster -> Data center
          } else if (path.includes('/openshift/assisted-installer/clusters/~new')) {
            resource = 'assisted-installer';
          } else if (path.includes('/openshift/install/metal/installer-provisioned')) {
            resource = 'installer-provisioned';
      // etc...the 11 screens & cards MTurley just updated
      
      

       

            Unassigned Unassigned
            dtaylor@redhat.com David Taylor
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated: