Reactions
Add ability to react to a socra/update/message
Requirements
should be able to react with any emoji
Add ability to react to a socra/update/message
Requirements
- [x] should be able to react with any emoji
- [x] socra queryset should aggregate reactions by type (e.g. show count for each reaction type.
- [x] reactions are unique by user, socra, code.
## Options
Reaction with FK to Socra
- simplest implementation
Reaction many to many via through table to socra
- simpler to annotate counts and users who have reacted
End goal is to have a Socra queryset, and be able to fetch reactions by emoji for a socra
List of shortcodes:
[https://www.webfx.com/tools/emoji-cheat-sheet/](https://www.webfx.com/tools/emoji-cheat-sheet/)
**ability**: Add ability to react to a socra/update/message
**react**: Should be able to react with any emoji
**socra**: Socra queryset should aggregate reactions by type
**update**: Show count for each reaction type.By Mike Morton