Update bean statuses and add wildcard Pokemon checklist item
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user