adapt_authoring icon indicating copy to clipboard operation
adapt_authoring copied to clipboard

Export multiple courses

Open taylortom opened this issue 5 years ago • 3 comments

:warning: CODE TO FOLLOW :warning:

I've built a prototype to allow export of multiple courses (with the purpose of using as a rudimentary back-up system).

Is this something that would be useful in the open-source product?

Related to to https://github.com/adaptlearning/adapt_authoring/issues/1091

Features:

  • Separate UI (not part of the single-page app)
  • Lists all courses with checkboxes
  • Can auto-select:
    • All
    • None
    • Not exported
    • Updated since last export
  • Courses built in series, and added to a single zip
    • Have to be built in series due to the current restrictive build process which cleans out temp files prior to each build

taylortom avatar Sep 02 '19 14:09 taylortom

Currently, we export our courses after we make a few changes and push the files to an internal git, this helps us keep track of changes and allows us to have rollback points.

I can see a mass export being helpful for people that don't do this.

Link2Twenty avatar Sep 06 '19 12:09 Link2Twenty

@Link2Twenty seems like it would also be useful to be able to connect the AAT to a version control system so that a process like this could be fully integrated. We do something similar here at Kineo, only with Subversion rather than Git.

EDIT: see https://github.com/adaptlearning/adapt_authoring/issues/1819

moloko avatar Sep 27 '19 11:09 moloko

Would be a fan of this feature.

memeteli avatar May 10 '21 08:05 memeteli