aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-11Merge branch 'master' of https://github.com/JoelHMikael/FoodJSJoel Kronqvist
Updating remote changes
2022-03-11Food scraping updationJoel Kronqvist
2022-03-10Class parsing with any number of files with classesJoel Kronqvist
2022-03-09Shift updation rewriteJoel Kronqvist
The shift updation algorithm was a pain to debug, so I changed it to use regex. I hope it helps.
2022-03-05Updated README.mdJoel Kronqvist
2022-03-05Added node_modules for the updating to work properly.Joel Kronqvist
2022-02-13Added updating the server code to README.md instructionsJoelHMikael
2022-02-13Finished README.md instructionsJoelHMikael
2022-02-10Updated README.mdJoel Kronqvist
2022-02-09Merged all functions from the JoelHMikael/funcsJoel Kronqvist
Necessary, because we don't want to complicate our update script & its anyways better like this. They weren't any complicated functions.
2022-01-31Fixed bad footer behavior on mobile firefoxJoel Kronqvist
2022-01-23Exam info system addedJoel Kronqvist
It works only based on the current date. A better system would require good date functions, and right now if I want to make somethng for this project I should focus on either getting it working or making the code less messy (aka writing a big part of it again...). This was my first project of this scale, and the first one that seems to get finished & even published.
2022-01-22Fixed bug in day mechanics for the food searchJoel Kronqvist
Making monday first (0) instead of sunday was done twice, resulting with tuesday becoming first.
2022-01-19Tested on Linux Mint & some bug fixesJoel Kronqvist
2022-01-18Merge pull request #1 from JoelHMikael/MYSQLDBJoelHMikael
Mysqldb
2022-01-18Merge branch 'master' into MYSQLDBJoelHMikael
2022-01-18Updating separated from server, lightweight analytics addedJoelHMikael
2022-01-16I forgot to save server.js before commit...JoelHMikael
Yeah I know I know, I should try to learn git instead of messing around like this.
2022-01-16Actual class parsingJoelHMikael
Really messy, feel free to improve, or even rewrite.
2022-01-13Made the parsing more inclusiveJoelHMikael
2022-01-09Database implementedJoelHMikael
Some polishing wouldn't do bad though...
2022-01-08Parsing the shifts (not classes) to the database + some GUI improvementsJoelHMikael
2022-01-07Added the DB class & instructions to set up DBJoelHMikael
2022-01-04Minor GUI improvementsJoelHMikael
2022-01-01Clearer Anti-XSSJoelHMikael
2021-12-30FooterJoelHMikael
2021-12-30Example inputJoelHMikael
2021-12-30Made the help work somehow on mobile + other minor fixesJoelHMikael
2021-12-30Help iconJoelHMikael
Added a (reusable) help icon that shows additional info about what to do on hover.
2021-12-26Fixed bug in day validation & food searchingjoel
2021-12-26Implemented httpsjoel
2021-12-25Server updating finishedjoel
2021-12-19More fixes to the runningJoelHMikael
2021-12-19Server init & update fixjoel
2021-12-19Server init & updatejoel
2021-12-18Food scrapingJoelHMikael
Added food scraping from the RSS & implemented showing the result on the server
2021-12-14Wrapped the https request to a promiseJoelHMikael
2021-12-11Class parsingJoelHMikael
Parsing in parse.js, implementation in server.js. Also changes to the returned information from parsing and minor ones to the GUI.
2021-12-09Readability improvementsJoelHMikael
buildMain in server.js
2021-12-07Minor changes to the server and UIJoelHMikael
2021-12-07Made a frontend that can be looked atJoelHMikael
2021-12-06Fixed the \r left over in parsingJoelHMikael
2021-12-06Added a possibility to choose the weekdayJoelHMikael
2021-12-06Fixed a minor bug in buildMain in server.jsJoelHMikael
2021-12-06Parsing completedJoelHMikael
Also some improved server logic
2021-12-05Improvements to server.jsJoelHMikael
Improved the readability of the server code by implementing async/await and making the logic based on a dictionary of build functions instead of a switch statement.
2021-11-29Parsing into "DB"JoelHMikael
It seems to work, the parts have been tested apart from each other and they work together with a result that looks correct. It is still uncertain because it hasn't been checked. The old parsing function is still in server.js commented away just in case, and the new system needs to be implemented to the server with a function for searching a food shift.
2021-11-27Broken shift parsingJoelHMikael
Better WIP
2021-11-22Made serverJoelHMikael
It seems to work. All other things are in progress.
2021-11-08Client-side htmlJoelHMikael
WIP, the html is just so that the server can return something