No longer needed since the project switched to the Go-based fetch tool. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
23 lines
683 B
Markdown
23 lines
683 B
Markdown
---
|
|
# nuzlocke-tracker-338l
|
|
title: Verify fetch_pokeapi.py rewrite
|
|
status: scrapped
|
|
type: task
|
|
priority: normal
|
|
created_at: 2026-02-07T15:08:10Z
|
|
updated_at: 2026-02-07T19:05:29Z
|
|
---
|
|
|
|
All code changes are complete. Run verification:
|
|
1. Run the script to completion
|
|
2. Verify output (pokemon.json has forms, correct IDs, etc.)
|
|
3. Verify cache speedup on second run
|
|
4. Frontend build check
|
|
|
|
## Checklist
|
|
- [ ] Run fetch_pokeapi.py to completion
|
|
- [ ] Verify pokemon.json has more entries with forms (megas, gmax, regionals)
|
|
- [ ] Verify pokeapi_id/national_dex split is correct
|
|
- [ ] Verify route/encounter JSON files
|
|
- [ ] Verify cache speedup on second run
|
|
- [ ] Frontend build passes |