virtUOS / edusharing-opencast-importer

This importer harvests episodes (lecture recordings) from Opencast instances and push it as external references to an Edusharing instance.
GNU General Public License v3.0
2 stars 2 forks source link

Added auto-creation of es-collections #29

Closed jduehring closed 3 years ago

jduehring commented 3 years ago

This PR addresses #8. The basic functionality is implemented. ES-Collections are beeing created that mirror the folder structure in the workspace. Corresponding episodes are getting added as well. Folder structure and Collections should stay in sync, although one may need to manually remove deleted episodes from the collections.

I also removed a few .then(...) to improve general readability.

I can probably still refine the code at some places, but for now its ready for a first review and test.