Skip to content

Add work item notes widget Pt 1 - Fetching & system notes

Deepika Guliani requested to merge 378949-wi-widget-notes into master

What does this MR do and why?

This MR is a first of the 3 part MR's for showing the Activity(Right now System Notes) associated to a Work Item

There is no pagination in this MR , we are just fetching the first 100 notes and displaying it to make sure the list is visible

Screenshots or screen recordings

Before(full view) After(full view)
Screenshot_2022-11-30_at_1.33.49_PM Screenshot_2022-11-30_at_1.34.10_PM
Before(modal) After(modal) scrollable
Screenshot_2022-11-30_at_1.46.17_PM Screenshot_2022-11-30_at_1.44.46_PM

How to set up and validate locally

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

  1. Enable the work_items_mvc2 flag
    Feature.enable(:work_items_mvc2)
  2. Visit any group or project member pages such as http://127.0.0.1:3000/flightjs/Flight/-/work_items/600
  3. You can see the system notes associated with the task

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

Edited by Deepika Guliani

Merge request reports