🏷️ Centralized Tag Manager
Single source of truth for ALL tags and UI filters
6 Tag Collections
45 Total Tags
6 UI Filter Sections
🎛️ Live UI Filter Preview
These are the filters that appear on the Videos page, dynamically generated from the centralized system:
BOOK SECTION
PART TYPE
VIDEO TYPE
TEMPO RANGE
RUDIMENT FAMILY
SPECIFIC RUDIMENT
📚 Tag Collections
Edit tags in src/data/tag-system.js - changes automatically update the UI
bookSections
4 tagspartTypes
4 tagsvideoTypes
3 tagstempoRanges
4 tagsrudimentFamilies
6 tagsspecificRudiments
28 tags🛠️ Tag Helper Functions
Available helper functions for tag management and auto-generation:
getTagCollection(collectionName)
Get all tags for a specific collection
getUILabels(collectionName)
Get UI labels for generating filter buttons
getAllTagValues()
Get all possible tag values for validation
findTagByValue(tagValue)
Find tag information by its value
getTempoRangeTag(bpm)
Auto-generate tempo range tag from BPM
getMeterTag(meter)
Auto-generate meter tag from meter field
⚡ System Status
✅ Centralized System Active
All tags managed from tag-system.js
✅ UI Dynamically Generated
Filter buttons auto-generated from centralized tags
✅ No Hardcoded Tags
All UI filters pull from single source of truth