Files
nuzlocke-tracker/.beans/nuzlocke-tracker-kghn--child-route-management-from-route-detail.md
Julian Tabel 0931884f1e Add child route (sub-area) management to route detail page
Shows a sub-areas section below encounters with add/delete support
and links to navigate to child route details.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 20:32:17 +01:00

26 lines
990 B
Markdown

---
# nuzlocke-tracker-kghn
title: Child route management from route detail
status: completed
type: feature
priority: low
created_at: 2026-02-08T12:33:53Z
updated_at: 2026-02-08T19:31:57Z
parent: nuzlocke-tracker-iu5b
---
Allow adding/editing/deleting child routes (sub-areas) directly from the route detail page, instead of only from the game detail routes tab.
## Current state
- Child routes can only be created from the game detail routes tab
- The route detail page shows encounters but doesn't show or manage its children
- To add a child route, you navigate away from the route detail back to the game
## Desired behavior
- Route detail page shows a 'Sub-areas' section listing child routes (if any)
- Can add new child routes from this view
- Can click a child route to navigate to its encounter detail
- Can delete child routes from this view
## Notes
- This is lower priority since child routes are typically set up once during initial data entry and rarely changed afterward.