TUM-Dev/eat-api

Munich Student Union Side Dish parsing

COM8 opened this issue · 1 comments

COM8 commented

Currently, we do not parse side dishes for the Munich Student Union canteens.
For this we have to do one request for each day and the parse the result.

  1. Get an overview about all available days from: https://www.studentenwerk-muenchen.de/mensa/speiseplan/speiseplan_422_-de.html
  2. Request the extended menu for each day: https://www.studentenwerk-muenchen.de/mensa/speiseplan/speiseplan_2021-09-13_422_-de.html

working on it