moodle_local_treestudyplan
to Miqra-Engineering/moodle-local_treestudyplan
I optimized the queries for associated users, and will investigate optimizing some other queries, since improving loading time is a good idea.
I reworked all html rendering in PHP to Mustache files. Note that because of the included Vue code I had to add the following to the mustache template:
{{! Next line replaces mustache…
The offending query was repaired and tested in postgresql. All other queries have been reviewed for field type incompatibilities as well.
Update: Does not take too long with +/- 10 roles (234 ms) - and since only moodle core functions are used it probably cannot go any faster unless direct DB queries are used.
Fully implemented and tested privacy API for all user related tables in commit e8f96845f039b28c839e1dac5f5da65d7637ea97
Fixed a number of instances in old reused code where the $CFG->wwwroot variable was not used in links,
I checked all the return types in the code and made repairs where needed.