Seed all Pokemon species and add admin pagination
- Update fetch_pokeapi.py to import all 1025 Pokemon species instead of only those appearing in encounters - Add paginated response for /pokemon endpoint with total count - Add pagination controls to AdminPokemon page (First/Prev/Next/Last) - Show current page and total count in admin UI - Add bean for Pokemon forms support task - Update UX improvements bean with route grouping polish item Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -11,7 +11,8 @@ The current encounter tracking and run dashboard UX is clunky. Do a holistic UX
|
||||
|
||||
Areas to evaluate:
|
||||
- Encounter logging flow (too many clicks? modal vs inline?)
|
||||
- Route list readability and navigation (long lists, no grouping)
|
||||
- Route list readability and navigation (long lists)
|
||||
- Route grouping UX polish (auto-expand unvisited groups, remember expand state, visual hierarchy for parent vs child)
|
||||
- Run dashboard information density
|
||||
- Mobile usability
|
||||
- Navigation between run dashboard and encounters
|
||||
|
||||
Reference in New Issue
Block a user