Make library work with archive
Closed this issue · 1 comments
veotani commented
As long as edX "Export" feature always gives course structure in archive in the same format it'll be good for that library to decompress that archive into folder, parse course structure and then delete decompressed archive.
There are few tasks:
ParseCourse()
method should takeCourseStructurePath string
as an argument.- Add
decompressCourseStructure()
tocourse/
folder method. - Add
cleanCourseStructure()
method. It deletescourse/
folder. - Call methods of steps 2 and 3 within
ParseCourse()
method.
veotani commented
Released in 9b169a527cbeaae3c1958c9c2728acc7641d43be