feature/import-pokedb #7
Reference in New Issue
Block a user
Delete Branch "feature/import-pokedb"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Download pokemon sprites from PokeDB CDN during import, cached locally as {pokeapi_id}.webp. Replaces PokeAPI GitHub sprite URLs. ~4.6MB for all 1119 unique sprites. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>- Regenerate seed JSON for all 37 games with more complete PokeDB data - Add category field to games.json (original/enhanced/remake/sequel/spinoff) - Include all 1350 pokemon in pokemon.json with types and local sprites - Build reverse index for PokeDB form lookups (types/sprites for evolutions) - Move sprites to frontend/public/sprites, reference as /sprites/{id}.webp - Truncate Sw/Sh den names to fit DB VARCHAR(100) limit - Deduplicate route names and merge unnamed child areas into parent routes - Populate 7 previously empty games (Sw/Sh, BDSP, PLA, Sc/Vi) Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>Pull request closed