Solvro / backend-topwr-sks

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
GNU Affero General Public License v3.0
9 stars 0 forks source link

fix/technical messages shown as meals #28

Open czaja307 opened 2 hours ago

czaja307 commented 2 hours ago

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

Image

simon-the-shark commented 2 hours ago

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