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
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: