Closing a course - check failing students

Issue #32 new
Daníel Sigurgeirsson created an issue

When a course is closed (by the teacher), a process should go through the students which are failing, and check if the fail results in them not being able to enroll in another course next semester which they have previously registered in, or not being able to graduate. If any such conditions occur, the process should notify the offices and the student accordingly.

Also, if a student has failed the given course previously, and is failing the course again, a notification should probably also be sent (both to the office and the student itself), because this will usually result in a re-registration into the study.

Note that this could be implemented using our MessageQueue and a listener for a specific event (CourseClosed). There could even be multiple listeners, i.e. one for each department.

Comments (2)

  1. Log in to comment