I start a small application that I want to use to manage meals in the canteen. The application itself is simple. I enter ingredients and then I create recipes and at the end I put my recipes on a menu schedule.
I try to set up a table with one side of the week and the other type of meals (breakfast, lunch, dinner).
And for each meal I would add one or more recipes (starter, main course, dessert etc ..) via ajax
At the beginning i was thinking of using something like fullcalendar.js but in fact it does not really allow to do a display week by week with different meals per day.
I thought if not do that simply in php with queries indicating the first day of the week to display and then display all as a table. After i add a navigation for to go next week and last week.
But I really feel like I'm going to reinvent the wheel. So I wonder if there is not a solution that would manage all the table of the week and that would make that I would only have to take care to display the corresponding recipe.
via Chebli Mohamed
Aucun commentaire:
Enregistrer un commentaire