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

Refactoring: Transform all JavaScript code in local_chunkupload from jQuery to vanilla JS #33

Open
abias opened this issue Feb 25, 2025 · 0 comments
Labels
refactoring Something which needs to be refactored in the plugin (which may mean breaking changes)

Comments

@abias
Copy link
Member

abias commented Feb 25, 2025

jQuery has been deprecated by Moodle for quite a while now.
While it is still usable, it must not be used for new code anymore and existing jQuery code should be transformed sooner or later into vanilla JS (see https://moodledev.io/docs/4.5/guides/javascript/jquery)

The goal of this issue is to make this transformation for local_chunkupload.

@abias abias added the refactoring Something which needs to be refactored in the plugin (which may mean breaking changes) label Feb 25, 2025
@abias abias moved this to Ready for DEV in Opencast-Moodle Planning Board Feb 25, 2025
@abias abias changed the title Transform all JavaScript code in local_chunkupload from jQuery to vanilla JS Refactoring: Transform all JavaScript code in local_chunkupload from jQuery to vanilla JS Feb 25, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Something which needs to be refactored in the plugin (which may mean breaking changes)
Projects
Status: Ready for DEV
Development

No branches or pull requests

1 participant