Th3JD / RWTH-LeckerSchmecker

GNU Affero General Public License v3.0
6 stars 0 forks source link

Add Option to filter meals #13

Closed ekansemit closed 1 year ago

ekansemit commented 1 year ago

Allow the user to filter the meals. Like only vegan, vegetarian, pork, chicken, beef, fish, ... The option should be saved in the defaults.

3dde commented 1 year ago
3dde commented 1 year ago

Feature skeleton is done, now we only need to add the filter backend to the meal output message.

3dde commented 1 year ago

Currently, the available options are:

I think because we have the options of vegan and vegetarian food, there is no need to filter against dairy products. Does this make sense?

3dde commented 1 year ago

Dairy products are now removed.

3dde commented 1 year ago

32 implemented this