rubyforgood / inkind-admin

A project serving Community Education Partnerships - https://www.cep.ngo/ . This Rails application presents an admin interface for CEP to manage their volunteers and students. And provides a GraphQL backend for https://github.com/rubyforgood/inkind-volunteer .
MIT License
9 stars 27 forks source link

Edit the admin form #198

Closed sowmi20189 closed 2 years ago

sowmi20189 commented 2 years ago

Summary

An admin should be able to edit the information of any admin.

Things to Consider

Currently, first name, last name, email and phone number can be edited.

Criteria for Completion

Edit Admin form
garettarrowood commented 2 years ago

New/Edit forms in this program share the same template. Because of this, #197 is pretty much the same story. There are definitely some differences between processing a new admin versus editing one. But in regards to updating UI styles and getting the student multiselect functioning, these have more in common than they differ. Closing this issue in preference of #197