Files
nuzlocke-tracker/.beans/nuzlocke-tracker-pbzd--add-export-to-all-admin-panel-screens.md
Julian Tabel 5cdcd149b6 Add export buttons to all admin panel screens
Backend export endpoints return DB data in seed JSON format
(games, routes+encounters, pokemon, evolutions). Frontend
downloads the JSON via new Export buttons on each admin page.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-08 10:50:14 +01:00

11 lines
465 B
Markdown

---
# nuzlocke-tracker-pbzd
title: Add export to all admin panel screens
status: completed
type: feature
priority: normal
created_at: 2026-02-07T21:08:27Z
updated_at: 2026-02-08T09:49:09Z
---
Add an export button to all screens in the admin panel so that data edited in the UI can be exported and added back to the seed data files. This allows editing game data, routes, and encounters through the admin UI and then persisting those changes to the JSON seed files.