rubyforgood/voices-of-consent

Enhance CRUD for Users

Open

#270 opened on Oct 10, 2019

View on GitHub
 (5 comments) (0 reactions) (1 assignee)Ruby (80 forks)auto 404
Priority: Mediumbeginner friendlyhelp wanted

Repository metrics

Stars
 (40 stars)
PR merge metrics
 (PR metrics pending)

Description

  • 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

Contributor guide