All downloaded content is currently saved directly into the course folder. For large courses this becomes difficult to navigate and manage.
A simple improvement would be to organize downloads by content type, for example:
Course/
├── Files/
├── Pages/
├── Assignments/
├── Modules/
└── Submissions/
This would only require routing saved content to type-specific folders and would significantly improve usability for large course archives.
To preserve current behavior, this could be optional via a configuration flag (e.g., ORGANIZE_BY_TYPE = True).
All downloaded content is currently saved directly into the course folder. For large courses this becomes difficult to navigate and manage.
A simple improvement would be to organize downloads by content type, for example:
This would only require routing saved content to type-specific folders and would significantly improve usability for large course archives.
To preserve current behavior, this could be optional via a configuration flag (e.g.,
ORGANIZE_BY_TYPE = True).