Hide unused event types from filter and update display strings - #220
Conversation
- Only show 8 event types that actually have events in 2025 data - Hide 11 unused types (Performance, Support, Ceremony, Game, etc.) - Re-enable Beverages (was Coffee/Tea) with 440 events - Update display strings to match 2025 API labels - Make enum switch exhaustive for better type safety 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <noreply@anthropic.com>
|
Claude finished @chrisballinger's task —— View job Code Review Complete ✅I've thoroughly reviewed this pull request and found it to be well-implemented with good engineering practices. Here's my detailed analysis: Review Tasks
📋 Code Quality Assessment✅ Strengths1. Excellent Documentation & Context
2. Clean Code Implementation
3. Type Safety Improvements
4. Consistent API Design
|
|
Claude finished @chrisballinger's task —— View job I'll provide a comprehensive review of this pull request focusing on code quality, potential bugs, performance, security, and test coverage. Review Tasks
🔍 Code Quality Assessment✅ Strengths1. Excellent Documentation & Context
2. Clean Code Implementation
3. Type Safety Improvements
4. Consistent API Design
|
Summary
Cleaned up the event type filter to only show event types that actually have events in the 2025 data. Analysis revealed that 11 of the 18 visible event types had zero events, creating unnecessary clutter in the filter UI.
Changes
Event Types Now Visible (8 total)
Testing
Impact
🤖 Generated with Claude Code