Skip to content

Move work item two column view and widgets to `work_items_beta`

Deepika Guliani requested to merge dg-move-wi-two-column-to-FF into master

What does this MR do and why?

Moves work item two column view and editable widgets to FF work_items_beta FF

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

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

Before After
Screen_Recording_2024-02-29_at_3.09.52_PM Screen_Recording_2024-02-29_at_3.11.48_PM

How to set up and validate locally

  1. In rails console enable the FF

    Feature.enable(:work_items_beta)
  2. Visit any work item and see that you can see the editable widgets and two column view, try to play with widgets and resize the window

  3. Disable the flag and see that inline editing and one column view is visible

Edited by Deepika Guliani

Merge request reports