Skip to content

Add Bar Tools to Inventory

As a Host, I want to add bar tools to my inventory, So that I can track what equipment I have available for events.

  • Given I want to track my bar tools
  • When I add a new tool
  • Then I can specify:
    • Tool name (e.g., “Cocktail Shaker”, “Jigger”, “Hawthorne Strainer”)
    • Tool type (shaker, strainer, jigger, spoon, muddler, peeler, knife, etc.)
    • Quantity (e.g., “2 shakers”)
    • Condition (excellent, good, fair, poor)
    • Storage location
    • Notes (e.g., “Boston shaker, 28oz tin”)
  • And the tool is added to my inventory
  • And I can mark tools as available or in use
  • And I can see all my tools organized by type

⏳ NOT YET IMPLEMENTED

Medium - Important for event preparation

  • BarTool, ToolType, Inventory
  • AddTool (C36)