Skip to content

View Tag Analytics

As a Host, I want to see analytics about my tag usage, So that I can understand my collection and identify gaps.

  • Given I have tagged multiple items
  • When I view tag analytics
  • Then I can see:
    • Most used tags
    • Least used tags
    • Tags by type distribution
    • Items per tag (e.g., “Summer: 15 recipes, 3 events”)
    • Unused tags (created but not applied)
    • Tag usage trends over time
  • And I can identify:
    • Gaps in my recipe collection (e.g., “No winter recipes”)
    • Redundant tags that could be merged
    • Opportunities to add more variety

NOT YET IMPLEMENTED

Backend functions exist (count_entities_with_tag, get_entities_with_tag), but analytics dashboard UI is not yet implemented.

Prerequisites:

  • Multiple entity types supporting tags (⏳ recipes, events, bar setups needed)
  • Analytics aggregation logic
  • Analytics dashboard UI
  • Time-series tracking for trends

Note: Backend utilities exist (getTagCounts, getMostUsedTags, getUnusedTags) but are not yet integrated into a dashboard.

See: Tagging System Implementation for utility functions.

Low - Insights feature

  • Tag, Recipe, Product, Event, BarSetup