13. Generate Recurring Report (Points: 6)

Create a system that generates a report on a recurring basis that has a list of all students who have created atleast one timetable.

You are free to implement the solution using any tools or libraries that fit the task.

If you’re not sure where to get started, take a look at this guide.


Acceptance Criteria:

  1. The report includes a list of all students who have created atleast one timetable.
  2. The system generates the report on a recurring basis.
  3. The report is either saved to a file or logged in a way that can be easily accessed by the administrator.