CMU-313 / nodebb-f24-team-kale

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

US2-2: Backend API for Reaction Handling #10

Open luciafang opened 1 month ago

luciafang commented 1 month ago

Description: Implement an API endpoint that allows students to submit reactions to an answer. This will involve adding reactions and retrieving the current reaction count/status for an answer. Estimated Effort: 5 hours Dependencies: US1-1 (Database Schema Update) Milestone: Sprint 1 Acceptance Criteria: A new API endpoint is available to submit and retrieve reactions. The API should handle various reaction types (e.g., emojis, like buttons) and return the current reaction state for an answer.