Skip to content

Add work items assignees mock query

Natalia Tepluhina requested to merge 334810-add-placeholder-assignees-query into master

What does this MR do and why?

This MR adds mock data about assignees to the work item query and implements the first iteration of displaying assignees on the work item detail view. This iteration includes only showing an example of an assignees list with popovers for both desktop and mobile views. Please keep in mind that mock assignees have unmatching popovers because popovers use the real user ID to fetch data and assignees are not "real" users.

Screenshots or screen recordings

Mobile Desktop Desktop with popover
Screenshot_2022-05-23_at_12.47.24 Screenshot_2022-05-23_at_12.47.42 Screenshot_2022-05-23_at_12.47.48

How to set up and validate locally

  1. Enable the work items feature flag and work item assignees feature flag
    Feature.enable(:work_items)
    Feature.enable(:work_item_assignees)
  2. Open work item view in the modal or standalone page

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

Edited by Natalia Tepluhina

Merge request reports