Skip to content

Adjust Recipe to Target Flavor Profile

As a Host, I want to adjust a recipe’s ingredients to achieve a target flavor profile, So that I can customize drinks to my preferences or menu needs.

  • Given I am editing a recipe
  • And I want to make it less sweet and more sour
  • When I use the flavor adjustment tool
  • Then the system suggests:
    • Reduce simple syrup from 0.75 oz to 0.5 oz
    • Increase lime juice from 0.75 oz to 1 oz
    • Predicted new flavor profile
  • And I can see the impact of each adjustment in real-time
  • And I can accept or reject suggestions
  • And I can save the adjusted recipe as a new variation

NOT YET IMPLEMENTED

Flavor calculation exists, but automatic adjustment suggestions not yet implemented.

Prerequisites:

  • Recipe flavor calculation (✅ implemented)
  • Live flavor preview (✅ implemented)
  • Adjustment algorithm for ingredient quantity changes
  • Target profile specification
  • Suggestion generation logic

Low - Advanced recipe customization

  • Recipe, RecipeIngredient, RecipeBalance, FlavorCharacteristic