AI impact tiles - Use full dashboard width
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 |
---|---|
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
- Please make sure you have a GitLab Ultimate license.
- Ensure you have Clickhouse configured
- Enable the feature flags above.
- Seed data for the table:
FILTER=ai_usage_stats bundle exec rake db:seed_fu
- Visit the groups analytics dashboard page: (ex. http://gdk.test:3000/groups/flightjs/-/analytics/dashboards)
- Visit the projects analytics dashboard page: (ex. http://gdk.test:3000/flightjs/Flight/-/analytics/dashboards)
Related to #460832
Edited by Ezekiel Kigbo