-
Notifications
You must be signed in to change notification settings - Fork 504
Add Spotify URL integration with Megaphone API sync #2043
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
This file provides Claude Code with essential information about the project structure, development commands, and coding conventions. 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
- Add spotify_id field to Show schema - Implement MegaphoneApiClient for API integration with caching - Add comprehensive episode matching using multiple strategies (date, title, number, position) - Create sync functions for individual episodes and batch processing - Add admin UI for manual Spotify sync with success/error feedback - Update ListenLinks to use direct Spotify URLs when available - Add sync script for bulk Spotify data population - Consolidate duplicate matching logic into reusable functions - Remove unnecessary logging while preserving debug capabilities 🤖 Generated with [Claude Code](https://claude.ai/code) Co-Authored-By: Claude <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Bundle ReportChanges will increase total bundle size by 18.29kB (0.06%) ⬆️. This is within the configured threshold ✅ Detailed changes
Affected Assets, Files, and Routes:view changes for bundle: website-client-esmAssets Changed:
Files in
Files in
App Routes Affected:
view changes for bundle: website-server-esmAssets Changed:
Files in
Files in
Files in
Files in
Files in
Files in
App Routes Affected:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pretty straightforward. LGTM. nice stuff.
Summary
spotify_id
field to Show schema for storing Spotify episode identifiersTest plan
Fixes #2023
Replaces #1667
🤖 Generated with Claude Code