Uploaded image for project: 'Hybrid Cloud Console'
  1. Hybrid Cloud Console
  2. RHCLOUD-43235

recently visited widget still shows Insights

XMLWordPrintable

    • False
    • Hide

      None

      Show
      None
    • False
    • None
    • Unset
    • None
    • Low

      Description of Problem

      On an account with different hosts being looked at, when you go back to the dashboard, the Recently Visited widget shows Red Hat Insights.  Seems to be a missed Lightspeed rebranding item.

      Technical info

      Chrome service stores a list of recently visited links per user in our RDS database.

      This is the structure it uses (source):

      type VisitedPage struct { Bundle string `json:"bundle"` Pathname string `json:"pathname"` Title string `json:"title"` }

       
      To fix this - we would need to update our DB migration script to find any links with the old title and either update or remove them.
       
      Here is our DB migration script

      We should only be storing the last 10 unique links the user has followed (source)

      How reproducible

      (Always/Intermittent)

      Steps to Reproduce

      1. [Step 1]
      2. [Step 2]
      3. [Step 3]

      Actual Behavior

      [Describe the issue in detail, including what is happening and where]

      Expected Behavior

      [Describe what should be happening instead]

      Business Impact / Additional info

              Unassigned Unassigned
              dajohnso@redhat.com David Johnson
              Votes:
              0 Vote for this issue
              Watchers:
              7 Start watching this issue

                Created:
                Updated:
                Resolved: