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

465 B

title, status, type, priority, created_at, updated_at
title status type priority created_at updated_at
Add export to all admin panel screens completed feature normal 2026-02-07T21:08:27Z 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.