on-site / grantzilla

A grant application management web app
MIT License
10 stars 11 forks source link

Validate ages for applicants and dependents #138

Open mbatraski opened 8 years ago

mbatraski commented 8 years ago

The age of the applicant should be 18 yr of age or older?
If that is a requirement it is not being enforced.

asthasr commented 8 years ago

As a note, this needs to be implemented at the UI level. The primary and secondary applicants must be 18+, but dependents can be <18 and are also stored in the People table.

joseph-ravenwolfe commented 8 years ago

Distinguishing dependents has been identified as an MVP-2 feature. Adding the MVP-2 label to this ticket, as it also requires a mechanism to distinguish dependents.