- Removed description and info fields from search to improve relevance
- Search now only matches against Artist and Album fields
- Faster and more focused search results
- Prevents overwhelming results from description text matches
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Downloaded high-quality album artwork from iTunes API
- 100% success rate for all dropped albums
- Includes iconic covers: Sgt. Pepper's, White Album, Wu-Tang, Ziggy Stardust
- Also covers Hendrix, Beyoncé, Prince, Sex Pistols, and more
- Complete visual coverage for entire extended dataset (523 albums)
- New download script for dropped albums added to scripts/
All dropped albums now have proper cover art display
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Updated filter logic to recognize "Dropped" status albums
- Fixed statistics counting for dropped albums
- Added proper CSS class and formatting for dropped status
- Updated rank validation to handle extended range (1-523)
- Added dropdown arrow icon (⤵) for dropped albums
- Now properly shows dropped count and filters work correctly
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Added 23 albums that were dropped from Rolling Stone's 2020 list
- Albums ranked 501-523 with "Dropped (was #X in 2020)" status
- Includes major drops like Sgt. Pepper's (#24), White Album (#29), Wu-Tang (#27)
- Also includes Velvet Underground & Nico, Hendrix, Beyoncé's Lemonade
- Complete with original descriptions and release information
- Provides comprehensive view of how the list evolved 2020→2023
Notable high-profile drops preserve music history context
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Beautiful markdown formatting with badges and sections
- Complete feature overview and technical details
- Data quality statistics and key insights
- Development instructions and contribution guidelines
- Proper attribution and licensing information
- Easy navigation with clear structure and emojis
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Removed HTML favicon creation files (create-favicon.html, favicon_generator.html)
- Removed log files (download_missing.log, failed_downloads.txt, server.log)
- Removed CSV backup files and old Wikipedia data file
- Removed duplicate cover file with incorrect encoding
- Removed covers_backup directory (not tracked by git)
Repository is now cleaner with only essential project files
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Moved all Python processing scripts to scripts/ directory for better organization
- Preserves git history using git mv command
- Clean separation between main project files and utility scripts
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Fixed Info/Description columns after regenerating CSV with clean Wikipedia data
- Remapped and downloaded missing album covers to match new rankings
- Modified website UI to show all description text without click-to-expand
- Added comprehensive Info/Description for all 500 albums using research
- Created multiple data processing scripts for album information completion
- Achieved 100% data completion with descriptions ending "(by Claude)" for new content
- All albums now have complete metadata and cover art
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Create responsive HTML/CSS/JS website for Top 500 Albums
- Add modern design with gradient background and glassmorphism effects
- Implement search, filtering, and sorting functionality
- Add reverse button for toggling sort order
- Create bookmark system with jump-to-rank functionality
- Add individual album share buttons with state preservation
- Implement URL parameter handling for shareable links
- Add favicon with vinyl record design
- Create mobile-responsive layout with larger album covers
- Add smooth animations and visual feedback throughout
- Smart URL management: clean URLs for rank 1, parameterized for others
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>
- Create wikipedia_500_albums.csv from Wikipedia:WikiProject_Albums/500
- Generate top_500_albums_2023.csv comparing 2020 vs 2023 rankings
- Add ranking change analysis (192 new, 164 improved, 113 dropped)
- Integrate Info and Description from 2020 Rolling Stone data
- Fill missing album information for 70+ additional albums
- Include Python scripts for data processing and analysis
- Update CLAUDE.md with project documentation
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <noreply@anthropic.com>