Skip to content

Tag Events

As a Host, I want to add tags to my events, So that I can organize and find past events by type or theme.

  • Given I am creating or editing an event
  • When I add tags
  • Then I can tag events with:
    • Event type (birthday, wedding, holiday, casual, corporate)
    • Theme (tiki, speakeasy, garden party, etc.)
    • Season (summer, winter, etc.)
    • Size (intimate, medium, large)
  • And I can filter my event history by tags
  • And I can see all events with a specific tag
  • And I can reuse tags from past events

NOT YET IMPLEMENTED

Backend tagging system exists, but Event entity associations not yet implemented. Requires:

  • Event entity in backend
  • Tagging associations added to Event
  • GraphQL schema for tags
  • Event edit screen tag integration

Prerequisites:

  • Event entity in backend (⏳ needed)
  • Tagging associations (⏳ needed)
  • GraphQL setup (⏳ needed)

Low - Useful for event history

  • Event, Tag, Taggable