Skip to content

Change AI impact dashboard tooltip text

Alex Pennells requested to merge 456108-update-tooltip-text into master

What does this MR do and why?

Updates the tooltip text to mention the milestone instead of the specific date

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-05-31_at_1.12.38_PM Screenshot_2024-06-05_at_11.24.36_AM

How to set up and validate locally

  1. Ensure you have clickhouse configured
  2. Enable the 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)

# enable the worker to sync code suggestions events to clickhouse
Feature.enable(:code_suggestion_events_in_click_house)
  1. Seed data for the table FILTER=ai_usage_stats bundle exec rake db:seed_fu
  2. Visit the groups analytics dashboard page: (ex. http://gdk.test:3000/groups/flightjs/-/analytics/dashboards)
  3. Click the AI impact dashboard and validate that the metrics load as expected
  4. Validate that the correct tooltip is shown for dates prior to April 2024

Related to #456108 (closed)

Edited by Alex Pennells

Merge request reports