lc-thomasberger
lc-thomasberger
Suggest that we use the image if no thumbnail is available. Related to https://github.com/adaptlearning/adapt_authoring/issues/1860
I think we need a (basic) review feature in core. I thought about a "review stage" where you stage a build course for review and allow others to comment. Staging...
When we trigger a global event with a handle to the [previewWindow](https://github.com/adaptlearning/adapt_authoring/blob/master/frontend/src/modules/editor/global/views/editorView.js#L181), Plugin authors can hook into and inject scripts into the preview Window.
We all agree that, preview and some kind of live editing functionality is missing in the current versions. In my opinion the devtools offer some very interesting and powerfull concepts...
Thanks @KristofferBroberg , looks very good to me. Unfortunately there are 2 keys missing: `app.maxfileuploadsize` `app.uploadsizeerror`
We should have a look at [dropzone.js](http://www.dropzonejs.com/) to handle file upload. From an UX perspective multiple drag and drop file upload would be ideal.
I would not use a zip folder to upload multiple assets. Instead I would add a dropzone that handles multi-file upload. This should actually work pretty good without a library....
related to #2006 . Think we should create a meta file that holds course tags and asset data.
related to https://github.com/adaptlearning/adapt_authoring/issues/1481
It needs a tidy up. We don't utilize screen-space very well. The page is super long but space at the right is not used. Tabs would make it better I...