C0D3D3V/Moodle-DL

Rework optional downloads

Opened this issue · 0 comments

I want a system that lets you configure, granular, what type of moodle content should be downloaded.
For example:

  • Activate download of only submissions
  • Activate download of only lessons
  • Activate download of only lessons of specific course
  • Deactivate download of forum of specific course
  • Deactivate download of lessons (This should include also asking fore lesson, so there is no call for mod_lesson_get_lessons_by_courses)

For this to work, we need to revise the typing system of offline files so that we know exactly which part of which module a file comes from.

Related (should fix):
#135
#195