Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
2022-01-07 | Added the DB class & instructions to set up DB | JoelHMikael | |
2022-01-04 | Minor GUI improvements | JoelHMikael | |
2022-01-01 | Clearer Anti-XSS | JoelHMikael | |
2021-12-30 | Footer | JoelHMikael | |
2021-12-30 | Example input | JoelHMikael | |
2021-12-30 | Made the help work somehow on mobile + other minor fixes | JoelHMikael | |
2021-12-30 | Help icon | JoelHMikael | |
Added a (reusable) help icon that shows additional info about what to do on hover. | |||
2021-12-19 | More fixes to the running | JoelHMikael | |
2021-12-19 | Server init & update fix | joel | |
2021-12-19 | Server init & update | joel | |
2021-12-18 | Food scraping | JoelHMikael | |
Added food scraping from the RSS & implemented showing the result on the server | |||
2021-12-14 | Wrapped the https request to a promise | JoelHMikael | |
2021-12-11 | Class parsing | JoelHMikael | |
Parsing in parse.js, implementation in server.js. Also changes to the returned information from parsing and minor ones to the GUI. | |||
2021-12-09 | Readability improvements | JoelHMikael | |
buildMain in server.js | |||
2021-12-07 | Minor changes to the server and UI | JoelHMikael | |
2021-12-07 | Made a frontend that can be looked at | JoelHMikael | |
2021-12-06 | Fixed the \r left over in parsing | JoelHMikael | |
2021-12-06 | Added a possibility to choose the weekday | JoelHMikael | |
2021-12-06 | Fixed a minor bug in buildMain in server.js | JoelHMikael | |
2021-12-06 | Parsing completed | JoelHMikael | |
Also some improved server logic | |||
2021-12-05 | Improvements to server.js | JoelHMikael | |
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-29 | Parsing 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-27 | Broken shift parsing | JoelHMikael | |
Better WIP | |||
2021-11-22 | Made server | JoelHMikael | |
It seems to work. All other things are in progress. | |||
2021-11-08 | Client-side html | JoelHMikael | |
WIP, the html is just so that the server can return something | |||
2021-11-08 | Initialized repo | JoelHMikael | |
Created README.md and wrote a description of the goals of the project. |