Skip to content

Add devops adoption storybook stories

What does this MR do and why?

Add storybook stories for various components used in the devops adoption report.

Adds stories for:

  • devops_adoption_add_dropdown
  • devops_adoption_empty_state
  • devops_adoption_overview_card
  • devops_adoption_overview_chart
  • devops_adoption_overview_table
  • devops_adoption_table
  • devops_adoption_table_cell_flag

The devops_adoption_app, devops_adoption_overview and devops_adoption_section components were left out, they are a combination of the components above. We can always add additional stories if it makes sense for those.

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

Screenshot_2024-10-15_at_15.13.04

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

  1. Install and start storybook
# install storybook dependencies
$ yarn storybook:install

# start storybook
$ yarn storybook:start
  1. In left hand menu of storybook, navigate to EE > Analytics > DevOps reports > Devops Adoption > Components
  2. Look through the new stories added

Related to #428281

Edited by Ezekiel Kigbo

Merge request reports

Loading