adapt-security / adapt-authoring

A server-based user interface for authoring eLearning courses using the Adapt framework.
http://adaptlearning.org
10 stars 5 forks source link

Reusable file upload API #56

Closed taylortom closed 4 years ago

taylortom commented 5 years ago

Will need this for the following areas:

Also, do we stick with Formidable? Do we research alternatives?

dancgray commented 5 years ago

At the very least we will need an abstract module in adapt-authoring-core similar to datastore. In addition to keeping core minimal the main reason to have a separate file upload module to core is to allow developers to create non local file stores which is theoretically possible in the current AT. Config will probably be minimal on this as most plugins that use it will have their own paths for file storage.

dancgray commented 5 years ago

@taylortom @tomgreenfield @canstudios-nicolaw could you add any additional requirements for file storage to this ticket. I think we were talking about being able to select assets from a dropbox etc file store, or being able to export/publish to a remote file store.

taylortom commented 4 years ago

Added in https://github.com/adapt-security/adapt-authoring-middleware/commit/7f4f0297d09dd514eaeb3e7f97c2b027f4d34cf1