Age | Commit message (Collapse) | Author |
|
Some polishing wouldn't do bad though...
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
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.
|