Skip to main content

Rewards Tab Rewards Tab Activity Edit Opens Management Screen Not Blank

EPIC: rewards_tab
Rewards tab
STORY: rewards_tab
A parental viewer taps an activity's edit affordance and lands on the Activities management screen with its real content — the standalone route provides every bloc its body reads, so it never renders as a blank grey ErrorWidget.
AC: activity_edit_opens_management_screen_not_blank
The standalone ActivitiesManagementPage (pushed from the activity edit affordance) renders its Add button and activity list, proving the ChoreRequestsManageBloc its PendingRequestsSection reads is provided (regression: was a ProviderNotFound blank grey screen).

tap an activity edit → the Activities management screen renders its content (not a blank grey ErrorWidget)

User Actions:
  • Tapped: widget with icon "IconData(U+0EF2D)"
  • Tapped: widget with key [<'CatalogItemCard.edit'>]
Expect:
  • the activity edit affordance pushes the standalone route
  • the real activity-management content renders — NOT a blank grey ProviderNotFound ErrorWidget
  • the seeded activity is listed on the management screen
Events:
  • [ANALYTIC] [page]: RewardsTabRoute
  • CatalogStarted
  • [ANALYTIC] [page]: ActivitiesRoute
  • ActivitiesStarted
  • ChoreRequestsManageStarted