Rooms Rooms Management Admin Sets Room Owners
EPIC:
rooms
Admin · Rooms (inside a house)
STORY:
rooms_management
As an admin, I can create, rename and delete a house's rooms (places) after opening that house from the Houses hub.
AC:
admin_sets_room_owners
An admin opens the Rooms page, taps the owner affordance on a room, selects a member, confirms — RoomsOwnersChanged dispatches and updatePlace(ownerIds:) is called with the chosen member ids.
open the Admin hub and the Houses list
User Actions:
|
|
|
|
open the Home house — Kitchen room shown with owner row
User Actions:
|
|
|
|
tap the owner affordance → member picker opens → select Mom → Done → RoomsOwnersChanged dispatched, updatePlace called
User Actions:
|
|
|
|