Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-10-25 | Changed null to undefined as it should was meant to be. TL; DR: a typo. | Joel Kronqvist | |
2022-10-25 | Fixed bugs from last commit | Joel Kronqvist | |
2022-10-25 | Fixed shift parsing when no teacher is supplied. Made server be run in a ↵ | Joel Kronqvist | |
loop in init.sh to bring it up again if it crashes. | |||
2022-10-24 | Added removal of dumb header in shifts that crashed the parsing | Joel Kronqvist | |
2022-10-20 | Made vegetarian food empty when not found. Had become visible in commit 'Bug ↵ | Joel Kronqvist | |
fixes & started setup.sh' | |||
2022-10-18 | Enhanced robustness in retrieving the example input and in the init (at ↵ | Joel Kronqvist | |
reboot) script. The server errored out if the database was empty and there came a request, as it didn't check for empty arrays in dbparse.js in the function getRandomIndex. Fixed by adding handling & recursion limit. Added in init.sh a check to see if logging in to MySQL is possible to prevent errors at startup. | |||
2022-10-15 | Bug fixes & started setup.sh | Joel Kronqvist | |
2022-03-11 | Food scraping updation | Joel Kronqvist | |
2022-03-09 | Shift updation rewrite | Joel Kronqvist | |
The shift updation algorithm was a pain to debug, so I changed it to use regex. I hope it helps. | |||
2022-01-16 | Actual class parsing | JoelHMikael | |
Really messy, feel free to improve, or even rewrite. | |||
2022-01-13 | Made the parsing more inclusive | JoelHMikael | |
2022-01-09 | Database implemented | JoelHMikael | |
Some polishing wouldn't do bad though... | |||
2022-01-08 | Parsing the shifts (not classes) to the database + some GUI improvements | JoelHMikael | |