Open jannisrufina opened 7 months ago
User Action | System Response |
---|---|
User accesses the recipe search feature. | Display search bar and ingredient filters. |
User enters available ingredients into the search bar. | Return a list of recipes that can be made with the entered ingredients. |
User selects a recipe from the list. | Present recipe details, including required ingredients and cooking instructions. |
User wants to substitute an ingredient. | Provide suggested substitutions or offer alternative recipes. |
User decides to cook the selected recipe. | Offer option to add missing ingredients to a shopping list. |
User finishes cooking. | Prompt user to rate the recipe and save it for future reference. |
User wants to explore more recipes. | Suggest related recipes or offer browsing options based on ingredients. |
Noun Extraction
CRC Cards
First-time cooker
Recipes
Ingredients
Shopping trips
Food waste
Search bar
Ingredient filters
Cooking
Saving recipe
Associated with Feature 5: Ingredient-based Recipe Search Input: The user inputs ingredients they have available. Activation: The user submits the search based on ingredients. Action: The platform searches for recipes that use those ingredients. Output: The user is presented with recipes that can be made with the ingredients provided.