Skip to content

Add links to description in AI impact analytics dashboard

What does this MR do and why?

Adds links to the AI impact analytics documentation and subscription add-ons pages to the description in the AI impact analytics dashboard. Since the description field in the dashboard's YAML file does not yet support markdown (will do so once #465568 is completed), we're conditionally rendering an alternative description within the customizable_dashboard component instead.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screenshot 2024-06-05 at 2.57.35 PM.png Screenshot 2024-06-05 at 2.49.53 PM.png

How to set up and validate locally

  1. Please make sure that you have a GitLab Ultimate license
  2. Feature.enable(:ai_impact_analytics_dashboard)
  3. Select a group or project
  4. Navigate to Analyze > Analytics Dashboards in the left hand menu
  5. Select the AI impact analytics from the list
  6. Verify that the description atop the dashboard is correct

Related to #456696 (closed)

Edited by Rudy Crespo

Merge request reports