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

Track progress of response on the response #108

Closed garettarrowood closed 3 years ago

garettarrowood commented 3 years ago

Resolves #99

Description

Tracks progress of a volunteer's survey response on the response object. Currently, a survey is complete once it has a corresponding meeting_duration object.

Type of change