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.
Acceptance Criteria
Section titled “Acceptance Criteria”- 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
Implementation Status
Section titled “Implementation Status”⏳ NOT YET IMPLEMENTED
Future Enhancement
Section titled “Future Enhancement”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.
Priority
Section titled “Priority”Low - Insights feature
Related Entities
Section titled “Related Entities”- Tag, Recipe, Product, Event, BarSetup