You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When adding a recipe to a user's shopping list, the RecipeId field in the database should be set. Ie, each aggregated item in the shopping list should link to that recipe. This will allow UIs that can group shopping lists by the recipes that use those items.
Note: It is unclear if existing items of that same type will be overwritten with the new recipe ID, or a duplicate item will be created to preserve the amounts that go with each recipe. Possibly this can be user configurable.
The text was updated successfully, but these errors were encountered:
When adding a recipe to a user's shopping list, the RecipeId field in the database should be set. Ie, each aggregated item in the shopping list should link to that recipe. This will allow UIs that can group shopping lists by the recipes that use those items.
Note: It is unclear if existing items of that same type will be overwritten with the new recipe ID, or a duplicate item will be created to preserve the amounts that go with each recipe. Possibly this can be user configurable.
The text was updated successfully, but these errors were encountered: