Files
nuzlocke-tracker/.beans/nuzlocke-tracker-m86o--add-naming-scheme-selection-to-run-configuration.md
2026-02-11 17:00:16 +01:00

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
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