Skip to content

Verify Tool Availability Before Event

As a Host, I want to verify that I have all required tools before an event, So that I can acquire or borrow missing items in advance.

  • Given I have created a bar setup for an event
  • When I verify tool availability
  • Then the system shows:
    • ✅ Available: Items I have in sufficient quantity
    • ⚠️ Low quantity: Items I have but may need more
    • ❌ Missing: Items I don’t have
  • And for each missing or low-quantity item, I can:
    • Add to shopping list
    • Mark as “will borrow”
    • Mark as “will rent”
    • Find substitutes
  • And I can see a summary: “12 of 15 items available, 3 need attention”

NOT YET IMPLEMENTED

High - Prevents last-minute issues

  • BarSetup, BarTool, Equipment, Glassware, Inventory
  • CheckToolAvailability (C37)