Skip to main content

Consent Child Vpc Consent Owner Captures Consent Flips Badge

EPIC: consent
Personas & Authorization
STORY: child_vpc_consent
As an owner, I can capture and revoke a child's verifiable parental consent through the owner-gated consent surface.
AC: owner_captures_consent_flips_badge
Capturing consent with the email-plus method calls the gated captureConsent and the child's badge moves to Granted.
User Actions:
  • Tapped: widget with text "Household"
  • Tapped: widget with key [<'HouseholdPage.peopleButton'>]
Expect:
  • the owner passes AdminGuard onto the governance page
  • Kit starts with the Not-requested consent chip
  • the owner sees the capture affordance
Events:
  • [ANALYTIC] [page]: HouseholdRoute
  • MembersStarted
  • [ANALYTIC] [page]: GovernanceRoute
  • MembersStarted
  • RoleOwnerStarted
User Actions:
  • Tapped: widget with key [<'GovernancePage.consentButton_kit'>]
  • Tapped: widget with text "Email plus" descending from widget with key [<'ConsentCapture.methodSegmented'>]
  • Tapped: widget with key [<'ConsentCapture.captureButton'>]
Expect:
  • the consent badge flipped to Granted after capture
Events:
  • RoleOwnerConsentCaptured
  • [ANALYTIC] [page_popped]: GovernanceRoute