CMU-17313Q / nodebb-f24-team-pawsitive

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

User Story 2: Define who has the ability to mark a question as "solved" (original poster) #7

Open Nalseaf opened 6 days ago

Nalseaf commented 6 days ago

Description: Create an API endpoint and logic to allow the original poster to mark a question as "solved."

Estimated effort: Medium - Hard

Dependencies: Requires database schema update to store the "solved" status.

Acceptance criteria: API endpoint can receive a request to update the question’s status.

Nalseaf commented 6 days ago

In addition, Add a new field in the questions table to store the "solved" status (this is small effort)