Draft: Attempt the union approach on emoji association on epic and work item
What does this MR do and why?
MR acceptance checklist
Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
Screenshots or screen recordings
Screenshots are required for UI changes, and strongly recommended for all other merge requests.
| Before | After |
|---|---|
How to set up and validate locally
- make sure to have
epic_creation_with_synced_work_itemFF enabled - Create a couple epics in a give Group G
- Open rails console
- Try the following queries:
Epic.last.award_emojiEpic.last.work_item.award_emojiEpicsFinder.new(current_user, {my_reaction_emoji: 'thumbsup', group_id: 24}).executeWorkItems::WorkItemsFinder.new(current_user, {my_reaction_emoji:'thumbsup', group_id: 24}).execute
Edited by Alexandru Croitor