Skip to main content

Member Profile Member Profile Edit Goal Sheet Round Trip

EPIC: member_profile
Member Profile
STORY: member_profile
As a parent, I can view a member profile with identity, traits, wallet, and personal goals so I can understand and manage each household member.
AC: edit_goal_sheet_round_trip
Tapping the edit pencil on an active goal opens the edit dialog pre-filled with the goal name and tokens. Saving calls updateGoal with the patched fields and the tile updates to show the new name.
User Actions:
  • Tapped: widget with text "Household"
  • Tapped: widget with key [<'MembersPage.memberTile_alice'>]
Expect:
  • Edit button visible for an active goal
Events:
  • [ANALYTIC] [page]: HouseholdRoute
  • MembersStarted
  • [ANALYTIC] [page]: MemberProfileRoute
  • MemberProfileStarted

open edit dialog, change name + tokens + due date, save

User Actions:
  • Tapped: widget with key [<'MemberProfilePage.editGoal_goal-edit'>]
  • Entered text: New Name
  • Entered text: 60
  • Tapped: widget with key [<'MemberProfilePage.editGoalDueDatePicker'>]
  • Tapped: widget with text "OK"
  • Tapped: widget with key [<'MemberProfilePage.editGoalSaveButton'>]
Expect:
  • tile updates to show the new goal name
Events:
  • MemberProfileGoalEdited
  • [ANALYTIC] [page_popped]: MemberProfileRoute