Parent PRD
#75
What to build
Add a rename action to each sub-account row in the management view. A pencil icon next to the name activates inline editing: the name cell switches to a text input pre-filled with the current name. Saving (Enter or a confirm button) calls exchange.subAccountModify({ subAccountUser, name }). On success the cell returns to read mode showing the new name. On failure an error is shown inline and the previous name is restored.
Acceptance criteria
Blocked by
User stories addressed
- User story 4 (rename a sub-account inline)
- User story 21 (feedback when rename completes)
- User story 23 (list reflects updated name)
Parent PRD
#75
What to build
Add a rename action to each sub-account row in the management view. A pencil icon next to the name activates inline editing: the name cell switches to a text input pre-filled with the current name. Saving (Enter or a confirm button) calls
exchange.subAccountModify({ subAccountUser, name }). On success the cell returns to read mode showing the new name. On failure an error is shown inline and the previous name is restored.Acceptance criteria
Blocked by
User stories addressed