Improve price predictions for Self-Service dishes
COM8 opened this issue · 1 comments
COM8 commented
Currently, we are determining the prices for "Self-Service" dishes based on their ingredients.
Lines 123 to 138 in c18419b
This is not that reliable, and we need a better way to do this. Perhaps there might be more information we can extract from the website, so we get better predictions.
Price list:
https://www.studentenwerk-muenchen.de/mensa/mensa-preise/
Menu:
https://www.studentenwerk-muenchen.de/mensa/speiseplan/speiseplan_422_-de.html#heute
lukasdenk commented
I am working on it.
One problem right now is that dish[0]
contains the dish type. Therefore, only the prices for mensa-garching
are currently parsed by that if clause.