Add Glassware to Inventory
As a Host, I want to add glassware to my inventory, So that I can track what types and quantities of glasses I have.
Acceptance Criteria
Section titled “Acceptance Criteria”- Given I want to track my glassware
- When I add glassware
- Then I can specify:
- Glass type (coupe, rocks, highball, collins, flute, martini, wine, shot, etc.)
- Quantity (e.g., “12 coupe glasses”)
- Condition
- Capacity (e.g., “6 oz”)
- Storage location
- Notes (e.g., “Vintage crystal coupes”)
- And the glassware is added to my inventory
- And I can see total quantity by glass type
- And I can mark glasses as available, in use, or broken
Implementation Status
Section titled “Implementation Status”⏳ NOT YET IMPLEMENTED
Priority
Section titled “Priority”Medium - Important for event planning
Related Entities
Section titled “Related Entities”- Glassware, GlassType, Inventory