Skip to content

Add empty states to new epics list

Coung Ngo requested to merge 457009-add-group-work-item-list-empty-states into master

What does this MR do and why?

Add empty states to new epics list (#457009)

See !153129 (comment 1913025344) within this MR to see UX design decisions

Behind feature flag namespace_level_work_items

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

Screen_Recording_2024-05-21_at_4.04.40_PM

Empty state No search results No open epics No closed epics
Screenshot_2024-05-21_at_16-05-15_Epics___Empty_Group___GitLab Screenshot_2024-05-21_at_16-05-57_Epics___Empty_Group___GitLab Screenshot_2024-05-21_at_16-05-41_Epics___Empty_Group___GitLab Screenshot_2024-05-21_at_16-05-27_Epics___Empty_Group___GitLab

How to set up and validate locally

  1. In rails console enable the feature flag
    Feature.enable(:namespace_level_work_items)
  2. Create a new group without any epics
  3. Go to the epics list, e.g. http://127.0.0.1:3000/groups/empty-group-2/-/epics
  4. Check the empty states and the flow for creating new epics

Related to #457009

Edited by Coung Ngo

Merge request reports