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

[WIP]: Admin scaffold #19

Closed meg-gutshall closed 3 years ago

meg-gutshall commented 3 years ago

PR Summary

Ignore the Merge branch 'main' of github.com:rubyforgood/cep-backend commits. They were from over the weekend when I pulled in the updated code and the Internet was being dumb.

This contains scaffolding for Admin::Survey, Admin::Student, and Admin::Volunteer along with namespaced routes. I still need to clean up the tests that were generated with it.