Skip to content

AI impact tiles - Use full dashboard width

Ezekiel Kigbo requested to merge 460832-minor-follow-up-fixes into master

What does this MR do and why?

Minor improvements to the AI impact titles

  • Ensure the AI impact tiles use the full width of the dashbaord
  • Display - in the tiles when there is no value

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

Before After
Screenshot_2024-08-01_at_00.21.16 Screenshot_2024-08-05_at_13.11.36

How to set up and validate locally

Feature Flags

# enables the UI table
Feature.enable(:ai_impact_analytics_dashboard) 

# enable clickhouse
Feature.enable(:clickhouse_data_collection)
Feature.enable(:event_sync_worker_for_click_house)

Validation Steps

  1. Please make sure you have a GitLab Ultimate license.
  2. Ensure you have Clickhouse configured
  3. Enable the feature flags above.
  4. Seed data for the table: FILTER=ai_usage_stats bundle exec rake db:seed_fu
  5. Visit the groups analytics dashboard page: (ex. http://gdk.test:3000/groups/flightjs/-/analytics/dashboards)
  6. Visit the projects analytics dashboard page: (ex. http://gdk.test:3000/flightjs/Flight/-/analytics/dashboards)

Related to #460832

Edited by Ezekiel Kigbo

Merge request reports