Earn Suggest Dialog Earn Suggest Chore Bounty Scope
EPIC:
earn
Earn tab
STORY:
suggest_dialog
As a member I can tap the Suggest button on the Earn tab to recommend a chore or bounty to admins, without seeing activity or reward options (Task D5 submit side).
AC:
earn_suggest_chore_bounty_scope
EarnPage.suggestButton opens SuggestCatalogItemDialog scoped to [chore, bounty]; activity and reward type options are absent; submitting a name calls requestChore with an itemType in {chore, bounty}. The existing recommendButton is unaffected.
navigate to Earn tab — suggest button and recommend button present
User Actions:
|
|
|
|
tap suggest button — dialog shows chore + bounty options only
User Actions:
|
|
|
|
fill name and submit — requestChore called with chore itemType
User Actions:
|
|
|
|