Age | Commit message (Collapse) | Author |
|
Added a (reusable) help icon that shows additional info about what to do on hover.
|
|
|
|
|
|
|
|
Added food scraping from the RSS & implemented showing the result on the server
|
|
|
|
Parsing in parse.js, implementation in server.js. Also changes to the returned information from parsing and minor ones to the GUI.
|
|
buildMain in server.js
|
|
|
|
|
|
|
|
|
|
|
|
Also some improved server logic
|
|
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.
|
|
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.
|
|
Better WIP
|
|
It seems to work. All other things are in progress.
|
|
WIP, the html is just so that the server can return something
|
|
Created README.md and wrote a description of the goals of the project.
|