Tag Bar Setups
As a Host, I want to add tags to bar setup configurations, So that I can reuse setups for similar events.
Acceptance Criteria
Section titled “Acceptance Criteria”- Given I have created a bar setup
- When I add tags
- Then I can tag setups with:
- Venue type (indoor, outdoor, mobile)
- Service style (full-service, self-serve, cocktail-only)
- Event size (small, medium, large)
- Complexity (simple, standard, elaborate)
- And I can find setups by tags
- And I can duplicate tagged setups for new events
Implementation Status
Section titled “Implementation Status”⏳ NOT YET IMPLEMENTED
Future Enhancement
Section titled “Future Enhancement”Backend tagging system exists, but BarSetup entity associations not yet implemented. Requires:
- BarSetup entity in backend
- Tagging associations added to BarSetup
- GraphQL schema for tags
- Bar setup edit screen tag integration
Prerequisites:
- BarSetup entity in backend (⏳ needed)
- Tagging associations (⏳ needed)
- GraphQL setup (⏳ needed)
Priority
Section titled “Priority”Low - Helps with setup reuse
Related Entities
Section titled “Related Entities”- BarSetup, Tag, Taggable