improve readability of the web package

This commit is contained in:
2026-02-13 21:48:21 -08:00
parent 332460b90d
commit 5c5b295961
7 changed files with 719 additions and 658 deletions

View File

@@ -3,7 +3,7 @@ package migrate
// Spotify import functionality for migrating Spotify listening history
// from JSON export files into the database
// This package handles:
// This file handles:
// - Parsing Spotify JSON track data
// - Batch processing with deduplication (20-second window)
// - Efficient bulk inserts using pgx.CopyFrom