voices-of-consent
voices-of-consent copied to clipboard
Enhance CRUD for Users
- Admins need to be able to create and edit Users
- Back end already exists -- just need the views
/user_managementshould have more than just invited/accepted status -- should show first_name, last_name, phone, email of associated Volunteer- add Edit button to
/user_management - User form should include UI for adding/editing Permissions
- add Create button to
/user_management(next to Invite button) and add view for creating a User withaccepts_nested_attributes_for :volunteer
Can I work on it ? @maebeale
- [ ] Admins need to be able to create and edit Users
- [x]
/user_managementshow first_name, last_name, phone, email of associated volunteer - [ ] edit button in
/user_management - [ ] user form should include UI for adding/editing permissions
- [ ]
/user_management-> add view for creating a user withaccepted_nested_attributes_for :volunteer
Sure can, @neymarsabin! Thank you!
@maebeale In your first comment: Admins need to be able to create and edit Users (backend already exists) you meant volunteers right ? or you meant users ?
@neymarsabin hello and thanks for asking! I did mean Users, added the nested Volunteer attributes thing because every User belongs to a Volunteer, so the Volunteer fields are needed at the same time. Is that helpful, or did i only muddle the waters for you?
@neymarsabin Are you working on this one? I can assume.