1.1 KiB
1.1 KiB
title, status, type, created_at, updated_at, parent
| title | status | type | created_at | updated_at | parent |
|---|---|---|---|---|---|
| Integrate name suggestions into encounter registration UI | todo | task | 2026-02-11T15:56:44Z | 2026-02-11T15:56:44Z | nuzlocke-tracker-igl3 |
Show name suggestions in the encounter registration flow so users can pick a nickname with a single click.
Requirements
- When a user clicks an encounter slot and registers a new Pokemon, display 5-10 name suggestions below/near the nickname input
- Each suggestion is a clickable chip/button that fills in the nickname field
- Include a "regenerate" button to get a fresh batch of suggestions
- Only show suggestions if the run has a naming scheme selected
- The nickname input should still be editable for manual entry
Checklist
- Add a name suggestions component (chips/buttons with regenerate)
- Integrate the component into the encounter registration modal/form
- Wire up the name suggestion engine to the component
- Ensure clicking a suggestion populates the nickname field
- Ensure regenerate fetches a new batch without repeating prior suggestions
- Hide suggestions gracefully if no naming scheme is set on the run