Skip to main content

Chores Customize Steps Browse As Customize Steps Browse As

EPIC: chores
Chores
STORY: customize_steps_browse_as
Browsing-as a login-less child, a parent can customize THAT child's chore steps via the existing parent-capable write.
AC: customize_steps_browse_as
The affordance shows on the viewed child's row; saving calls updateChore with stepsPerMember[River] (never the self-scoped verb).

browse-as River → "Customize my steps" on River's row

Expect:
  • on Home
  • the viewed child's chore renders under the lens
  • the affordance shows on the VIEWED member's row

open the editor sheet

Expect:
  • the editor sheet is open
  • seeded from River's resolved (default) steps

save → updateChore targets River's steps, not the self verb

Expect:
  • the sheet dismisses after a successful save
  • the write set stepsPerMember[River]
  • River's steps were written (seeded from her resolved steps)
  • the authenticated parent's own steps were NOT written
Events:
  • MemberStepsSaved