CoderDojoGitHub / our-dojo

Our dojo's website, used for archiving lesson plans and signing up students for classes
http://coderdojosf.com
5 stars 4 forks source link

Releasing registrations? #52

Closed mikefowler closed 10 years ago

mikefowler commented 10 years ago

What is the proper way to release a registration if we get an email from a parent saying they can no longer make it?

jonmagic commented 10 years ago

Just delete it in the app. We don't have a way to notify other registrants at the moment though.

mikefowler commented 10 years ago

As it stands, if a registration is deleted in the app, will registration "reopen" immediately on the website, or is that something that happens via an hourly task?

jonmagic commented 10 years ago

Immediately.

mikefowler commented 10 years ago

:+1:

One more: what's the difference between Registrants and Registrations, and does it matter which is deleted?

jonmagic commented 10 years ago

So a Registrant is just an email address that can have temporary registrations and then actual registrations associated with it. When you sign up for an event it creates the Registrant and a TemporaryRegistration and after you confirm your email address it converts your TemporaryRegistration into a Registration. See the Registrar documentation for more details https://github.com/CoderDojoSF/our-dojo/blob/master/app/models/registrar.rb