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

As an instructor, I want to filter posts by “unanswered questions,” so that I can efficiently respond to students who are still waiting for help. #8

Open
guanjiecheng opened this issue Sep 11, 2024 · 0 comments

Comments

@guanjiecheng
Copy link

guanjiecheng commented Sep 11, 2024

Justification of Prioritization:

Impact (7/10):
Allowing instructors to filter by unanswered questions is very important because it allows the instructor to focus on the questions that need their attention. This allows students' questions to be more visible and be resolved quicker as the instructors can see the questions that need attention quicker.

Effort (3/10):
The implementation effort is relatively low, as it involves adding a variable that tracks if an instructor replied to the post or not. Then, we would need to expand the filter to enable filtering by post status.

Technical Requirements:

Add a field that tracks if posts were replied to or not
Add logic that when an instructor responds, the post gets marked as replied
Add logic to the filtering to allow for filtering on post status

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant