aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
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
2021-11-08Initialized repoJoelHMikael
Created README.md and wrote a description of the goals of the project.