voices-of-consent icon indicating copy to clipboard operation
voices-of-consent copied to clipboard

Enhance CRUD for Users

Open maebeale opened this issue 6 years ago • 5 comments

  • Admins need to be able to create and edit Users
  • Back end already exists -- just need the views
  • /user_management should 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 with accepts_nested_attributes_for :volunteer

maebeale avatar Oct 10 '19 16:10 maebeale

Can I work on it ? @maebeale

  • [ ] Admins need to be able to create and edit Users
  • [x] /user_management show 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 with accepted_nested_attributes_for :volunteer

neymarsabin avatar Oct 13 '19 17:10 neymarsabin

Sure can, @neymarsabin! Thank you!

maebeale avatar Oct 13 '19 18:10 maebeale

@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 avatar Oct 13 '19 18:10 neymarsabin

@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?

maebeale avatar Oct 14 '19 17:10 maebeale

@neymarsabin Are you working on this one? I can assume.

jeduardo824 avatar Dec 05 '19 00:12 jeduardo824