SE-Fall24-RZA / Recipe_Recommender

Saveurs Sélection - Recipe Recommender is an application that suggests you recipes based on the ingredients which are currently available. One of the most tedious tasks while cooking is figuring out what to cook with the ingredients that you, have rather than how to cook it. Our software aims to ease this dilemma by providing recipes.
MIT License
0 stars 1 forks source link

Days of the week in meal plan disappear #24

Closed anurgj closed 17 hours ago

anurgj commented 19 hours ago

Prolly an error in the backend

robbiethomas1101 commented 18 hours ago

This issue seems to occur after attempting to add a recipe to the meal plan without actually selecting a recipe

robbiethomas1101 commented 17 hours ago

The issue was caused by a missed check for improper values in the backend and an incorrect default selection when adding a recipe to the meal plan. Checks have been added to the frontend and backend to prevent users from attempting to add a recipe to their meal plan before selecting one.

Resolved in pull request #25