Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add instructor/student property for users on backend #30

Closed
jwjulie opened this issue Feb 3, 2025 · 0 comments · Fixed by #36 or #31
Closed

Add instructor/student property for users on backend #30

jwjulie opened this issue Feb 3, 2025 · 0 comments · Fixed by #36 or #31
Assignees
Milestone

Comments

@jwjulie
Copy link
Contributor

jwjulie commented Feb 3, 2025

Create new backend property users tagging them as instructor or student. Change files in src/groups/ and/or install.js to implement Instructor and Student groups to categorize Q&A forum users.

Effort: medium
Downstream Dependencies:

  • Role badge: Instructor users have a badge by their name.
  • Anonymous posts: Instructor users can see all post authors while students cannot.
  • Post resolution: Threads with an instructor response are marked as resolved.
    Acceptance Criteria: Student and teaching staff users/posts can be differentiated at a glance.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment