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

Split User & Student Name fields #28

Closed garettarrowood closed 3 years ago

garettarrowood commented 3 years ago

Checklist:

Description

Inputs for name with be separate in UI. And it makes sense to store these separately.

Type of change

How Has This Been Tested?

Because of the name methods in the Models, the GraphQL fields still work and render correctly in https://github.com/rubyforgood/inkind-volunteer