Metadata#214
Conversation
This commit allows the user to edit metadata of any event
|
This pull request has conflicts ☹ |
|
This pull request is deployed at test.editor.opencast.org/214/2021-03-10_11-47-31/ . |
|
This pull request is deployed at test.editor.opencast.org/214/2021-03-10_11-55-30/ . |
|
This pull request is deployed at test.editor.opencast.org/214/2021-03-10_14-52-32/ . |
|
|
This pull request has conflicts ☹ |
Ideally we probably want it to be both a drop-down and an input field, similar to the Admin-UI. I personally do like the quasi-autocomplete functionality this leads to. But might be more error prone.
Hoping no one ever tries to use multiple entries is not an option, is it? In that case, we again probably want it work similarly to how it currently works in the Admin-UI (Display multiple values, allow removing exisiting values, onEdit also show an input/select element to add new elements) |
|
This pull request is deployed at test.editor.opencast.org/214/2021-03-12_10-31-41/ . |
|
This pull request has conflicts ☹ |
- Can select multiple values - Can add your own values - There is currently a bug where the form does not correctly reflect the update after submit
|
This pull request is deployed at test.editor.opencast.org/214/2021-03-12_14-34-25/ . |
- Resets the form after submit - Causes ugly flicker
|
This pull request is deployed at test.editor.opencast.org/214/2021-03-12_14-56-29/ . |
|
This pull request is deployed at test.editor.opencast.org/214/2021-03-15_10-52-20/ . |
|
This pull request is deployed at test.editor.opencast.org/214/2021-03-15_11-54-20/ . |
The first like is pretty meaningless and from what I can tell, they take effect immediately. Just not for publications.
Also, I would probably call the button „Save“ and the title „Save your changes“. You also lose some metadata when switching between views: editor-metadata-disappear.mp4Finally, I'm not sure where the „metadata.Arnes Metadaten“ come from. Are these already extended metadata? |
Yes, changes are immediately saved to Opencast when hitting "Submit". But users may not understand the difference between "saved to Opencast" and "saved to publications". So I wanted to give users a hint that even though they hit "Submit" (or "Save"), they would still need to select a processing step for their changes to become effective in their Moodle-Video or whatever. Seems like I should mull some more over the wording.
Left this as "Submit" to avoid confusion with the "Save" button in the "Finish" menu (since they do different things).
That is weird, good catch.
Yup, that's already an extended metadata catalog. Excuse me restarting pyca.opencast.org a couple of times during your testing. |
Don't both save data to the asset manager? |
|
Or maybe even remove the submit button and just use the save button in the finish view. |
- Added support for checkboxes, textareas and time pickers (which don't work in opencast) - Fixed translation when there is no translation
- Submits now onBlur - Visual feedback for submit - Does not automatically dispatch anymore. Dispatch now happens in the save part.
|
This pull request is deployed at test.editor.opencast.org/214/2021-03-18_13-22-08/ . |
I went ahead and implemented it this way. This is closest to how it works in the Admin-UI as well. |
|
This pull request is deployed at test.editor.opencast.org/214/2021-03-22_15-54-16/ . |
This PR allows the user to edit metadata of an event. Resolves #199
TODOs: