Skip to main content

Household Settings Household Settings Edit Admin Edits Name

EPIC: household_settings
Admin · Household settings
STORY: household_settings_edit
As an admin, I can edit the household name + emoji from the More tab and save the changes. (The address moved to the House entity.)
AC: admin_edits_name
An admin opens Household settings, changes the name, and saves — the changed field is written through the repository. The address field is gone (it lives on the House now).

open the More tab — the admin Admin entry is present

User Actions:
  • Tapped: widget with text "Profile"
Expect:
  • the More tab is shown
  • an admin sees the Admin entry
Events:
  • [ANALYTIC] [page]: ProfileRoute
  • MoreStarted
  • MoreCurrentMemberChanged

open the Admin hub — the Household settings row is active

User Actions:
  • Tapped: widget with key [<'MorePage.adminEntry'>]
Expect:
  • AdminGuard admits the admin to /admin
  • the hub exposes the Household settings row
Events:
  • [ANALYTIC] [page]: AdminRoute

open Household settings — the name loads

User Actions:
  • Tapped: widget with key [<'AdminHubPage.householdEntry'>]
Expect:
  • AdminGuard admits the admin to /household-settings
  • the name field loads the current household name
Events:
  • [ANALYTIC] [page]: HouseholdSettingsRoute
  • HouseholdSettingsStarted

edit the name and save (no address field on this page)

User Actions:
  • Entered text: Casa Nueva
  • Tapped: widget with key [<'HouseholdSettingsPage.saveButton'>]
Expect:
  • the address field is gone — the address lives on the House
  • a confirmation is shown after a successful save
Events:
  • HouseholdSettingsSaved