Track Ingredient Usage Across Recipes
As a Host, I want to see which recipes use a specific ingredient, So that I can understand the versatility of ingredients and plan menus accordingly.
Acceptance Criteria
Section titled “Acceptance Criteria”- Given I am viewing a generic ingredient (e.g., “Bourbon”)
- When I request to see usage
- Then I can see:
- All recipes that use this ingredient
- Quantity used in each recipe
- How many times I’ve made each recipe (if tracked)
- Total quantity used historically
- And I can filter recipes by:
- Drink category
- Difficulty level
- Tags (occasion, season, etc.)
Implementation Status
Section titled “Implementation Status”✅ IMPLEMENTED (December 2025)
Implementation Details
Section titled “Implementation Details”Implementation:
- Ingredient detail screen shows recipes using that ingredient
- Recipes are displayed with links to recipe detail
Files:
shaker/app/(tabs)/inventory/ingredients/[id].tsx- Ingredient detail with recipes- Ingredient data includes recipe usage tracking
Features:
- Recipes list on ingredient detail screen
- Navigation to recipe details
- Recipe filtering capabilities
Note: Historical usage tracking (how many times made) may need additional implementation if not yet tracked.
Priority
Section titled “Priority”Low - Useful for inventory planning
Related Entities
Section titled “Related Entities”- Ingredient, Recipe, RecipeIngredient, DrinkCategory, Tag