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 Volunteer with existing students and staff #191

Closed sowmi20189 closed 2 years ago

sowmi20189 commented 2 years ago

Summary

As an admin, I would like to edit the existing volunteer details for whom students and staff contact are assigned.

Criteria for Completion

Refer screenshot:

Edit volunteer
garettarrowood commented 2 years ago

Students make sense. But staff we will need to figure out because the only way a volunteer can be associated to a staff member is through the student.

garettarrowood commented 2 years ago

I updated #190 to embody both creating and updating. This functionality uses the same form under the hood.

And based on my comment above and our chat on Slack, I've removed the Staff portion of this for now and limited the issue to adding the student assignment, and updating the styling.