Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Calling AddRecipe on Update/Create shopping list does not set RecipeId field in database #1

Open
MikeChristensen opened this issue Feb 12, 2014 · 0 comments
Assignees

Comments

@MikeChristensen
Copy link
Member

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.

@MikeChristensen MikeChristensen self-assigned this Feb 12, 2014
@MikeChristensen MikeChristensen added this to the Version 1.0 Release milestone Feb 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant