Skip to main content

Manage Manage Recommendations Reward Request Approve

EPIC: manage
Admin · Unified catalog Manage page
STORY: manage_recommendations
As an admin, I see pending member recommendations inline at the top of each Manage tab so I can approve or reject them without leaving the catalog surface.
AC: reward_request_approve
A pending reward request appears on the Rewards tab; approving it calls approveChoreRequest and removes the tile.

open Manage — Rewards tab shows the pending reward suggestion

User Actions:
  • Tapped: widget with text "Profile"
  • Tapped: widget with key [<'MorePage.adminEntry'>]
  • Tapped: widget with key [<'AdminHubPage.manageEntry'>]
Expect:
  • AdminGuard admits the admin to /manage
  • the reward request tile is visible on the default Rewards tab
  • the Suggestions to review section header appears
  • the chore request is NOT shown on the Rewards tab (itemType scoping)
Events:
  • [ANALYTIC] [page]: ProfileRoute
  • MoreStarted
  • MoreCurrentMemberChanged
  • [ANALYTIC] [page]: AdminRoute
  • [ANALYTIC] [page]: ManageRoute
  • RewardsStarted
  • ActivitiesStarted
  • ChoresManagementStarted
  • ChoreRequestsManageStarted

approve the reward request — tile is removed

User Actions:
  • Tapped: widget with key [<'HouseholdPage.approveChoreRequest_req-reward-1'>]
Expect:
  • tile removed after approval and list reload
Events:
  • ChoreRequestsManageApproved