Skip to content

Add comment form to work items

Simon Knox requested to merge 378955-work-items-discussions-widget into master

What does this MR do and why?

Add comment form to work item notes

Todo:

  • pass register_path and signin path with provide/inject (or as props but it's lots of components to pass through)
  • empty state for logged in but can't edit. currently an empty div, maybe that is ok for now

Screenshots or screen recordings

Screenshot_2022-12-24_at_12.16.30_am

How to set up and validate locally

  1. Enable work_items_mvc_2, work_items_mvc feature flags
  2. Add a task to an issue
  3. Add a comment to the task
  4. Verify added (needs graphql explorer)

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

Edited by Deepika Guliani

Merge request reports