909 B
909 B
title, status, type, priority, created_at, updated_at, parent, blocking
| title | status | type | priority | created_at | updated_at | parent | blocking | |
|---|---|---|---|---|---|---|---|---|
| Add naming scheme selection to run configuration | todo | task | normal | 2026-02-11T15:56:44Z | 2026-02-11T15:56:48Z | nuzlocke-tracker-igl3 |
|
Allow users to select a naming scheme (category) for their Nuzlocke run.
Requirements
- Add a
namingSchemefield to the run model/settings (optional, nullable — user may not want auto-naming) - Provide a dropdown/selector in run creation and run settings where the user can pick a category
- List available categories dynamically from the dictionary data
- Allow changing the naming scheme mid-run
Checklist
- Add
namingSchemefield to the NuzlockeRun type/model - Add naming scheme selector to run creation UI
- Add naming scheme selector to run settings UI
- Persist the selected naming scheme with the run data