-
Notifications
You must be signed in to change notification settings - Fork 10
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
Refactor Dashboard JS Shared Components #68
Comments
Hi @mattporritt , I've created these PRs to solve issue 68. Basically we have now 4 new JS modules that are called from all the dashboards and the student search. For the master branch I had to add a commit to fix unit test because there is a new deprecated function for PHPUnit 10. Master: #101 (CI test for 35 is failing when try to install Moodle 3.6) Thank you. |
The quiz dashboard and in progress dashboard share several JS components. Currently these are replicated as methods in each dashboard module.
These methods should be refactored out into their own JS modules.
The text was updated successfully, but these errors were encountered: