This PR addresses #6013 by extending the alert generation functionality to include instructors as well as students.
More details on what was done
Updated DeUserfyingEditAlertMonitor#create_alerts method to generate alerts for students and instructors
Updated DeUserfyingEditAlertMonitor#current_users to fetch users in a course that have either student or instructor role
Included instructors in the test cases
Hi @ragesoss, I refactored the existing methods to accommodate users with instructor role, rather than create separate methods for instructors. I hope this is fine
What this PR does
This PR addresses #6013 by extending the alert generation functionality to include instructors as well as students.
More details on what was done
Hi @ragesoss, I refactored the existing methods to accommodate users with instructor role, rather than create separate methods for instructors. I hope this is fine