Opencast-Moodle / moodle-mod_opencast

Moodle activity plugin which can be used to display and view Opencast episodes and series in Moodle. Teachers can link the activity to an existing Opencast episode or series and an embedded player allows students to watch these videos directly in Moodle.
Other
4 stars 7 forks source link

Drag and drop upload to opencast #27

Closed ferishili closed 1 year ago

ferishili commented 1 year ago

This PR fixes #14

Description

As moodle provides the feature of drag and drop files only for Activity plugins (mod) with edit mode on in the main course overview page, it is considered to be a great help to provide such functionality into moodle opencast bundle.

Concept

NOTE: this feature now depends heavily on the block_opencast plugin, therefore it is worth adding it as depenedency into plugin manifest.

To test this PR:

mwuttke commented 1 year ago

Two comments from our side about the current status of this new feature (v4.1 pre-release phase; $plugin->version = 2023052300):

mwuttke commented 1 year ago

@ferishili: Anyway. This feature makes sense in any case.