Skip to content

Analyze Menu Flavor Diversity

As a Host, I want to analyze the overall flavor diversity of my event menu, So that I can ensure I’m offering a good variety of flavor profiles to my guests.

  • Given I have created a menu with multiple drink items
  • When I view the menu flavor analysis
  • Then I can see:
    • Aggregate flavor profile across all drinks
    • Distribution of flavor characteristics (e.g., “3 sweet drinks, 2 sour drinks, 1 bitter drink”)
    • Visual representation of menu balance
    • Gaps in flavor coverage (e.g., “No herbal drinks”)
    • Recommendations for adding variety
  • And I can compare my menu to ideal distributions
  • And I can filter analysis by drink category (signature, classic, mocktail)

NOT YET IMPLEMENTED

Foundation exists (recipe flavor calculation), but menu aggregation not yet implemented.

Prerequisites:

  • Recipe flavor calculation (✅ implemented)
  • Menu structure with drink items (⏳ needs verification)
  • Aggregation algorithm for combining recipe profiles

Low - Advanced menu planning feature

  • Menu, DrinkItem, Recipe, RecipeBalance, FlavorProfile, FlavorCharacteristic