Story: Organize Speed Rail
As a Host, I want to define the layout of my speed rail for a specific bar setup, so that I can efficiently access the most frequently used bottles during an event.
Acceptance Criteria
- For a given
BarSetup
, I can create a speed rail configuration. - I can select specific
Product
s (bottles) from my inventory to place on the speed rail. - I can define the order of the bottles on the rail.
- The speed rail layout should be part of the printable
BarSetup
plan.
Related Commands
- This is part of
PrepareBarSetup
(C7), specifically detailing theLayout
property.