You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Change src/topics/create.js, which handles creation and posting of topics (forum threads), to automatically tag a topic with unresolved when posted by a user in the Students group. Add a functino to src/users/index.js, which handles general exported functions from modules in the users directory related to user information, metrics, actions, and permissions, to check if a user is in the Students group.
Effort: Medium, a week
Dependencies: Overlaps with #2 when identifying users as students or staff.
Acceptance criteria: Threads started by students are tagged as unresolved by default. Threads started by staff do not have a unresolved tag.
The text was updated successfully, but these errors were encountered:
jwjulie
changed the title
Add default resolve status to threads started by students
Add default unresolved status to threads started by students
Feb 11, 2025
Change
src/topics/create.js
, which handles creation and posting of topics (forum threads), to automatically tag a topic withunresolved
when posted by a user in the Students group. Add a functino tosrc/users/index.js
, which handles general exported functions from modules in the users directory related to user information, metrics, actions, and permissions, to check if a user is in the Students group.Effort: Medium, a week
Dependencies: Overlaps with #2 when identifying users as students or staff.
Acceptance criteria: Threads started by students are tagged as unresolved by default. Threads started by staff do not have a unresolved tag.
The text was updated successfully, but these errors were encountered: