Skip to content

Generate Tool Requirements from Menu

As a Host, I want to automatically generate a list of required tools based on my event menu, So that I know what equipment I need for the event.

  • Given I have created a menu with multiple drink items
  • When I generate tool requirements
  • Then the system analyzes all recipes and identifies:
    • Required tools (e.g., “2 shakers, 1 jigger, 1 strainer, 1 bar spoon”)
    • Required equipment (e.g., “Blender for frozen drinks”)
    • Required glassware types and quantities (e.g., “20 coupe glasses, 15 rocks glasses”)
    • Recommended quantities based on guest count and service style
  • And I can see which tools I have vs. need to acquire
  • And I can add missing items to a shopping/rental list

NOT YET IMPLEMENTED

High - Essential for event preparation

  • Menu, DrinkItem, Recipe, RecipeTool, BarTool, Equipment, Glassware, BarSetup
  • CheckToolAvailability (C37)