CMU-313 / nodebb-f24-bluesleep

cmu-313-f24-nodebb-f24-NodeBB created by GitHub Classroom
GNU General Public License v3.0
0 stars 2 forks source link

US #3 - (backend) Create support for storing the selected emoji reaction added. #20

Open VeronicaPim opened 2 months ago

VeronicaPim commented 2 months ago

Estimated Effort: Medium Dependencies among tasks: None Acceptance Criteria: The backend may store given reactions in the database, which links them to the specific post and user who has reacted. Reactions should be retrievable when posts are loaded, and performance should not be worse when there are several reactions on one post.