juriansluiman / groceri.es

groceri.es is a recipe manager and meal planning tool
MIT License
378 stars 33 forks source link

Ability to add multiple meals per day #21

Open obbardc opened 2 years ago

obbardc commented 2 years ago

I like to have breakfast/lunch/dinner, what changes would be required to have multiple meals per day?

juriansluiman commented 2 years ago

The current model is free of that kind of taxonomy. As example I started with starters/mains/dessert. But you could have breakfast or lunch categories. You can schedule a breakfast recipe + lunch recipe + dinner if you want to.

The only thing is this app won't be a calendar style of time management. So you can't schedule a meal for 7AM, for 1PM and for 7PM. But I have thought already to implement sorting/ordering in the meals so you will be able to sort breakfast first, then lunch etc. Is that sufficient you think?