Files
nuzlocke-tracker/.beans/nuzlocke-tracker-opg6--exclude-max-raid-den-routes-from-swordshield-game.md
Julian Tabel b7be099aee
All checks were successful
CI / backend-lint (pull_request) Successful in 8s
CI / frontend-lint (pull_request) Successful in 29s
Filter out Max Raid den routes from Sword/Shield game data
Den child routes (~561 per game) bloated the route list without being
useful for Nuzlocke tracking. Adds filter_den_routes() to strip children
matching "(Den " from the route hierarchy, reducing Sw/Sh from ~1,007
to 446 routes each.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-13 09:18:29 +01:00

11 lines
482 B
Markdown

---
# nuzlocke-tracker-opg6
title: Exclude Max Raid den routes from Sword/Shield game data
status: completed
type: task
priority: normal
created_at: 2026-02-13T08:17:07Z
updated_at: 2026-02-13T08:17:53Z
---
Sword/Shield game JSONs contain ~561 den child routes out of ~1,007 total entries (~56%). These are Max Raid Battle dens named like '(Den I - ...)'. Add a filter_den_routes() function in processing.py and call it in __main__.py for sword-shield only, then re-run the import.