Skip to content

Add AI impact analytics dashboard placeholder

Alex Pennells requested to merge 451482-add-feature-flag into master

What does this MR do and why?

Adds the basic skeleton for a new analytics dashboard behind the ai_impact_analytics_dashboard feature flag. This MR is simply adds the blank panel behind a feature flag. The panel content will be expanded in a future MR.

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

Groups Projects
Screenshot_2024-03-28_at_11.52.18_AM Screenshot_2024-03-28_at_11.52.24_AM
Screenshot_2024-03-28_at_11.53.42_AM Screenshot_2024-03-28_at_11.53.34_AM

How to set up and validate locally

  1. Enable feature:
Feature.enable(:ai_impact_analytics_dashboard)
  1. Navigate to the group analytics dashboards page:
http://gdk.test:3000/groups/GROUP/-/analytics/dashboards/
  1. Click the AI impact analytics dashboard and you should see the placeholder panel
  2. Navigate to the project analytics dashboards page:
http://gdk.test:3000/GROUP/PROJECT/-/analytics/dashboards/
  1. Click the AI impact analytics dashboard and you should see the placeholder panel

Related to #451482 (closed)

Edited by Alex Pennells

Merge request reports