-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Deleting videos in Tobira #806
Comments
I would argue for a distinction between deletion of pages on the one hand, videos on the other: Deleting pages in Tobira will not delete videos and the users should be made aware that videos are not deleted. And could still be available with a "Direktlink/Videolink" - especially if we decide that the "Seitenlink" will be forwarded to a "Direktlink/Videolink" in case the page has been deleted. Deleting videos should be allowed only in the "My videos" section, but for that, we first need to tackle that page so that it also displays "My series" for them to be deleted (instead of deleting each video...). |
David: I'm still quite skeptical that this (a link to a "video in page context" falls back to the direct link, when a page no longer exists) is a good idea. Because, if I get it right, with the now implemented solution I have to delete or unpublish a video I had once inserted on a page and shared via link in order to prevent people from being able to access this video. It is not enough to take it away from this page or to delete the page. In fact, I picture a lot of users expecting the following:
|
More thoughts:
|
This adds a "delete" button to the "Video details" page which will remove that event in Tobira and send a `delete` request to Opencast. While that operation is pending and when it fails on Opencast side, the event will still be visible on the "My Videos" page marked respectively, but only there and only as long as it is still present in Opencast. Tobira's sync code will pick up if it gets eventually deleted, and then the "pending/ deletion failed" event will be removed completely. See commits for more technical details. Should be fine to review commit by commit. Closes #806
David: "When users or admins delete a page in Tobira or unmount a series in an existing page in Tobira what expectation do they have considering the links they have shared to the videos of this series? I assume that they assume that these links too stop working. But maybe I'm wrong."
The text was updated successfully, but these errors were encountered: