maxbeizer / applicable

A rails app to enhance the NSS application process
applicable.herokuapp.com
0 stars 2 forks source link

Admins can set student status #6

Open maxbeizer opened 11 years ago

maxbeizer commented 11 years ago

The admins should be able to set the status of a student's application: pending/under review, accepted, wait listed, archived.

This is very important for long term organization. The archive would allow the student#index action to only show current applicants and not applicants from three years ago, etc.

maxbeizer commented 11 years ago

state_machine gem may be a good fit here.