HPI-de / hpi-flutter

The inofficial HPI app, written in Flutter
Apache License 2.0
10 stars 2 forks source link

Handle unavailable food data #63

Closed ctiedt closed 5 years ago

ctiedt commented 5 years ago

Describe the bug As the canteen is sometimes closed, there may be no menu data available at times. The app's behaviour is currently undefined in this case. Instead, the app should show that no menu is available.

iamprakash13 commented 5 years ago

Then you need data of when canteen probably closed. status can be stored as fixed data (like weekends) or make app / service that controls view of menu page of app.(can be controlled by you or hotel). @ctiedt hope this address the solution you looking for.

ctiedt commented 5 years ago

fixed by #60