Grafische interface ontbreekt
Automatisch detecteren van pad voor USB sticks - let op spaties in pad worden moeilijk geaccepteerd.
Script moet automatisch starten als systeem start
pmkuipers
renamed repository from 2025-01-01 14:01:50 +01:00
moodle_local_treestudyplan
to Miqra-Engineering/moodle-local_treestudyplan
pmkuipers
commented on issue Miqra-Engineering/moodle-local_treestudyplan#81
2024-12-31 14:05:45 +01:00
Requests to DB in the loop
I optimized the queries for associated users, and will investigate optimizing some other queries, since improving loading time is a good idea.
pmkuipers
commented on issue Miqra-Engineering/moodle-local_treestudyplan#85
2024-12-30 23:31:06 +01:00
HTML rendering improvements
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…
pmkuipers
commented on issue Miqra-Engineering/moodle-local_treestudyplan#82
2024-12-30 08:36:22 +01:00
DB error on Postgre
The offending query was repaired and tested in postgresql. All other queries have been reviewed for field type incompatibilities as well.
DB error on Postgre
Fix role loading speed
pmkuipers
commented on issue Miqra-Engineering/moodle-local_treestudyplan#62
2024-12-29 16:22:04 +01:00
Fix role loading speed
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.