28 lines
909 B
Markdown
28 lines
909 B
Markdown
---
|
|
# nuzlocke-tracker-m86o
|
|
title: Add naming scheme selection to run configuration
|
|
status: todo
|
|
type: task
|
|
priority: normal
|
|
created_at: 2026-02-11T15:56:44Z
|
|
updated_at: 2026-02-11T15:56:48Z
|
|
parent: nuzlocke-tracker-igl3
|
|
blocking:
|
|
- nuzlocke-tracker-bi4e
|
|
---
|
|
|
|
Allow users to select a naming scheme (category) for their Nuzlocke run.
|
|
|
|
## Requirements
|
|
|
|
- Add a `namingScheme` field 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 `namingScheme` field 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 |