Skip to content

Tag Bar Setups

As a Host, I want to add tags to bar setup configurations, So that I can reuse setups for similar events.

  • 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

NOT YET IMPLEMENTED

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)

Low - Helps with setup reuse

  • BarSetup, Tag, Taggable