User should be able to edit house settings
Closed this issue · 2 comments
j3ffml commented
Define what settings can be specified on a house, and update the model, forms and views.
j3ffml commented
Taken from requirements courtesy JSiu
House Attributes
- House name (required)
- Zip code (optional)
House settings display:
- Display a list of current members: name and email
- Display a list of pending members: email and name if we have one for them (they would have to have already registered for that to be possible, obviously)
Only model change required is zip code needs to be made optional. Settings display involves the view and template. You can get a list of current members (should not editable) from House field members
. It's possible to display emails of pending members, by getting InviteProfiles for the house (see InviteProfile
model).