2026-02-07 19:44:19 +01:00
|
|
|
---
|
|
|
|
|
# nuzlocke-tracker-338l
|
|
|
|
|
title: Verify fetch_pokeapi.py rewrite
|
2026-02-07 20:05:41 +01:00
|
|
|
status: scrapped
|
2026-02-07 19:44:19 +01:00
|
|
|
type: task
|
2026-02-07 20:05:41 +01:00
|
|
|
priority: normal
|
2026-02-07 19:44:19 +01:00
|
|
|
created_at: 2026-02-07T15:08:10Z
|
2026-02-07 20:05:41 +01:00
|
|
|
updated_at: 2026-02-07T19:05:29Z
|
2026-02-07 19:44:19 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
|
|
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
|