Skip to main content

Member Profile Member Profile Wallet General First Move Sheet And Instant Move

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: wallet_general_first_move_sheet_and_instant_move
The wallet shows General first with its balance and inbox helper; tapping Move opens a prefilled sheet and submitting moves funds instantly (no confirm dialog), calling moveFunds(from, to, amount) for the profile member.
User Actions:
  • Tapped: widget with text "Household"
  • Tapped: widget with key [<'MembersPage.memberTile_alice'>]
Expect:
  • General wallet row rendered
  • General inbox helper text rendered
  • General Move affordance rendered
Events:
  • [ANALYTIC] [page]: HouseholdRoute
  • MembersStarted
  • [ANALYTIC] [page]: MemberProfileRoute
  • MemberProfileStarted

open move sheet, pick Spend, enter 5, submit (instant)

User Actions:
  • Tapped: widget with key [<'MemberProfilePage.walletMove_general'>]
  • Tapped: widget with key [<'MemberProfilePage.moveTo_spend'>]
  • Entered text: 5
  • Tapped: widget with key [<'MemberProfilePage.moveSubmit'>]
Events:
  • [ANALYTIC] [page_popped]: MemberProfileRoute
  • MemberProfileFundsMoved