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.
Acceptance Criteria
Section titled “Acceptance Criteria”- 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
Implementation Status
Section titled “Implementation Status”⏳ NOT YET IMPLEMENTED
Future Enhancement
Section titled “Future Enhancement”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)
Priority
Section titled “Priority”Low - Useful for event history
Related Entities
Section titled “Related Entities”- Event, Tag, Taggable