Skip to content

Add reaction button to work item notes

Simon Knox requested to merge 389967-work-items-discussions-emoji-reactions into master

What does this MR do and why?

Add emoji picker to work item notes. You cannot currently view awarded emoji on a work item note, so can test either by checking in DB, or loading the issue page.

Adding emoji to work item notes is part of #389967 (closed)

Screenshots or screen recordings

emoj

How to set up and validate locally

  1. Enable work_items_mvc_2 feature flag
  2. Add a task to an issue
  3. Open the task in a modal, add a comment to the task
  4. Add a reaction to the comment, and hove "just added now" text to see note id
  5. Check AwardEmoji.last in rails console, or as a one liner, echo "AwardEmoji.last" | bin/rails console
  6. Confirm that correct emoji was added to matching 'AwardableId`

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

Edited by Simon Knox

Merge request reports

Loading