Skip to main content

Household Members Toggle Watch Only

EPIC: household
Household
STORY: members
As a parent, I can view and edit household members so that I can manage home-room assignments and watch-only status.
AC: toggle_watch_only
Toggling the watch-only switch via the profile Edit button calls updateMember with watchOnly flipped.
User Actions:
  • Tapped: widget with text "Household"
  • Tapped: widget with key [<'MembersPage.memberTile_alice'>]
  • Tapped: widget with key [<'MemberProfilePage.editButton'>]
Expect:
  • watch-only switch is visible
  • helper text shown
  • the account-switch toggle hides for a non-helper child
  • the invite-to-account affordance hides for a child
Events:
  • [ANALYTIC] [page]: HouseholdRoute
  • MembersStarted
  • [ANALYTIC] [page]: MemberProfileRoute
  • MemberProfileStarted
  • MemberEditorOpened
  • MemberEditorDataLoaded

toggle watch-only and save - updateMember called

User Actions:
  • Tapped: widget with key [<'MemberEditorSheet.watchOnlySwitch'>]
  • Tapped: widget with key [<'MemberEditorSheet.saveButton'>]
Expect:
  • updateMember called with watchOnly = true
Events:
  • MemberEditorWatchOnlyToggled
  • MemberEditorSaved
  • [ANALYTIC] [page_popped]: MemberProfileRoute