-
Notifications
You must be signed in to change notification settings - Fork 251
Open
Description
Description:
We want a functionality to export a course from MarkUs. We would run a rake task for this to archive a particular course and removing it from MarkUs. The archive would contain all needed user information, everything relevant from the database for that course, and all relevant files (which is maybe only git repositories). Ideally this would be one file (per course), and preferably in a standard file archive format such as tar or zip so that we could also manipulate it with other tools.
We can implement these as methods of the Course class, and the rake task would simply call the appropriate method.
Metadata
Metadata
Assignees
Labels
No labels