Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-12-06 | Fixed the \r left over in parsing | 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. |