Skip to main content

Earn Recommend Dialog Recommend Populated

EPIC: earn
Chore Earn
STORY: recommend_dialog
As a parent, I can tap the Recommend action on the Earn AppBar to see AI chore suggestions (SP1 stub shows graceful empty state).
AC: recommend_populated
Opening the Recommend sheet when the repository returns a non-empty ChoreRecommendation renders a tile per suggestion + the balance note.
User Actions:
  • Tapped: widget with text "Earn"
Expect:
  • EarnPage is visible after tapping the tab
Events:
  • [ANALYTIC] [page]: EarnRoute
  • CatalogStarted

tap Recommend → sheet lists a tile per suggestion

User Actions:
  • Tapped: widget with key [<'EarnPage.recommendButton'>]
Expect:
  • recommend sheet title is shown
  • the balance note renders above the suggestions
  • the first suggestion renders as a tile
  • the second suggestion renders as a tile
  • the empty state is not shown when suggestions exist