Skip to main content

Member Profile Member Profile Goal Progress Rerenders And Mark Reached After Fund

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: goal_progress_rerenders_and_mark_reached_after_fund
After a fund that brings the goal to its target, goalProgress is re-fetched and the "Mark reached" button appears on the tile (replacing the "Request" button).
User Actions:
  • Tapped: widget with text "Household"
  • Tapped: widget with key [<'MembersPage.memberTile_alice'>]
Expect:
  • Fund button visible (goal not yet at target)
  • "Mark reached" absent when progress < target (5 of 10)
Events:
  • [ANALYTIC] [page]: HouseholdRoute
  • MembersStarted
  • [ANALYTIC] [page]: MemberProfileRoute
  • MemberProfileStarted

fund 5 tokens → progress re-fetched → "Mark reached" appears

User Actions:
  • Tapped: widget with key [<'MemberProfilePage.fundGoal_goal-progress'>]
  • Entered text: 5
  • Tapped: widget with key [<'GoalFundSheet.submit'>]
Expect:
  • "Mark reached" appears after fund brings progress to target
  • "Request" is replaced by "Mark reached" once funded
Events:
  • [ANALYTIC] [page_popped]: MemberProfileRoute
  • MemberProfileGoalFunded