Skip to content

Add foundation for work items list frontend

Coung Ngo requested to merge 392812-add-work-items-list-foundation into master

What does this MR do and why?

This MR adds the foundation for the frontend of the new work items list page

No changelog as it is behind the feature flag namespace_level_work_items

Subsequent MRs will fetch a list of work items, add sorting, add search, etc.

Screenshots or screen recordings

Screenshot_2023-07-26_at_15-47-47_Work_items___Flightjs___GitLab

How to set up and validate locally

  1. In rails console enable the FF
    Feature.enable(:namespace_level_work_items)
  2. Visit a group work items page such as http://127.0.0.1:3000/groups/flightjs/-/work_items
  3. Check that the basic UI is there

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #392812 (closed)

Edited by Coung Ngo

Merge request reports