SKS Menu Scraper is a tool designed to automatically fetch and parse information about canteen menus, such as dish names, portion sizes, and prices. The project saves the scraped data into a database and provides a RESTful API for users to access menu items
edit menu scrapper logic to avoid adding technical messages as meals
my first thought is to check if price is !=0, but any other fixes are welcome
also this was the first time something like this happened so we don't have much info about this issue
That's a good logic - my only note is that we can also use those technical messages as a separate list of messages in the response and we'll show it accordingly
edit menu scrapper logic to avoid adding technical messages as meals my first thought is to check if price is !=0, but any other fixes are welcome also this was the first time something like this happened so we don't have much info about this issue