Update bean statuses and add wildcard Pokemon checklist item

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-02-08 20:34:07 +01:00
parent 0931884f1e
commit 8931424ef4
2 changed files with 5 additions and 3 deletions

View File

@@ -1,10 +1,11 @@
---
# nuzlocke-tracker-iu5b
title: Admin UX improvement round
status: in-progress
status: completed
type: epic
priority: normal
created_at: 2026-02-08T12:32:43Z
updated_at: 2026-02-08T12:32:43Z
updated_at: 2026-02-08T19:32:28Z
---
A round of UX improvements to the admin panel to make data editing more intuitive and efficient. The admin panel is the primary tool for populating game data (routes, encounters, bosses, evolutions), so friction here directly slows down adding support for new games.

View File

@@ -16,4 +16,5 @@ Add support for displaying locations that have no encounters in the run view, so
- [ ] Determine how encounter-less routes should appear in the run view (e.g. different visual treatment, no encounter status dot)
- [ ] Update route filtering logic to include routes without encounters when relevant
- [ ] Add ability to log an egg hatch at a location (new encounter type or dedicated UI)
- [ ] Consider whether these locations need an admin-side flag (e.g. `show_without_encounters`) or if all routes should always be visible
- [ ] Consider whether these locations need an admin-side flag (e.g. `show_without_encounters`) or if all routes should always be visible
- [ ] Allow a wildcard Pokemon on all routes for cases where the player hatches a Pokemon there or encounter data is incorrect