Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance CRUD for Users #270

Open
maebeale opened this issue Oct 10, 2019 · 5 comments
Open

Enhance CRUD for Users #270

maebeale opened this issue Oct 10, 2019 · 5 comments

Comments

@maebeale
Copy link
Collaborator

  • 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 maebeale added help wanted Hacktoberfest Hacktoberfest issues for your resolution! beginner friendly labels Oct 10, 2019
@neymarsabin
Copy link

neymarsabin commented Oct 13, 2019

Can I work on it ? @maebeale

  • Admins need to be able to create and edit Users
  • /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

@maebeale
Copy link
Collaborator Author

Sure can, @neymarsabin! Thank you!

@neymarsabin
Copy link

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

@maebeale
Copy link
Collaborator Author

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

@jeduardo824
Copy link

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

@maebeale maebeale added Priority: Medium and removed Hacktoberfest Hacktoberfest issues for your resolution! labels Feb 12, 2020
@abudri abudri self-assigned this Feb 22, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants