domoritz / open-mensa-android

Android OpenMensa Client, shows the meals for university canteens
44 stars 12 forks source link

Group meals by category #18

Closed jgraichen closed 5 years ago

jgraichen commented 11 years ago

Meals are currently not grouped by category. That uses a lot of screen space on canteens that have more than one meal in a category:

device-2013-03-14-194333

Maybe meals can be grouped by category visually like in that app: https://play.google.com/store/apps/details?id=cafeteria.multiple.aachen

domoritz commented 11 years ago

Does the API have categories?

jgraichen commented 11 years ago

At least each meal resource contains a string field category. I'm still thinking about making categories first class objects in our domain model.