Skip to content
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

suggestion: prevent "Add video" button from being clicked during uploads #308

Open
scharnkn opened this issue Oct 24, 2022 · 1 comment
Open

Comments

@scharnkn
Copy link

On the "Add video screen" it is currently possible to click on the "Add video" button while there are video uploads in progress. Doing so (e.g. by accident) will interrupt the current uploads, which can be a problem especially with large files and slow internet connections.

Two ideas that might help:

  • Gray out the 'Add video" button during uploads and provide another means of cancelling uploads, e.g. a red cross next to the progress bar
  • Change the text of the "Add video" button to "Cancel uploads" (or something similar) during the uploads
@ferishili
Copy link
Contributor

ferishili commented Nov 30, 2022

Adding video here in moodle opencast plugin happens syncroniusly, which means that you could perform add videos as many time as you want but a scheduled task is responsible for upload, therefore, this suggestion is not compatible with the current way of doing upload. (General)
(UPDATE) in case of uploading large of with slow connections, the scenario is not covered and must be taken care of!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants