Skip to content

Calculate Ice Requirements

As a Host, I want to calculate how much ice I need for an event, So that I can ensure I have enough for drinks and chilling.

  • Given I have an event with a menu and guest count
  • When I calculate ice requirements
  • Then the system estimates:
    • Ice for drinks (based on recipes and guest count)
    • Ice for chilling bottles/cans
    • Ice for shaking/stirring
    • Ice for display/presentation
    • Total ice needed in pounds/kg
  • And the calculation considers:
    • Number of guests
    • Event duration
    • Drink types (shaken drinks use more ice)
    • Weather/temperature
  • And I can adjust the estimate
  • And I can add ice to my shopping list

NOT YET IMPLEMENTED

Medium - Practical planning tool

  • Event, Menu, Recipe, IceType, ShoppingList