Skip to content

Work Item two column view

Deepika Guliani requested to merge 415077-work-item-detail-structure-change into master

What does this MR do and why?

This MR shows work item in two column view behind the feature flag :work_items_mvc_2

Screenshots or screen recordings

Full view

Before (FF off) After(FF on)
Screen_Recording_2023-06-28_at_2.19.32_PM Screen_Recording_2023-06-28_at_2.14.59_PM

Modal view

Before (FF off) After(FF on)
Screen_Recording_2023-06-28_at_2.20.40_PM Screen_Recording_2023-06-28_at_2.15.56_PM

How to set up and validate locally

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

  1. In rails console enable the experiment fully
    Feature.enable(:work_items_mvc_2)
  2. Visit any work item -> task/objective/key results
  3. See that you are able to see the work items in two column view

Disable the FF and see that there is no difference as per production

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 #415077 (closed)

Edited by Deepika Guliani

Merge request reports

Loading