on-site / grantzilla

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

Check for previously approved grants #251

Closed scottjones closed 8 years ago

scottjones commented 8 years ago

When an applicant is entered, search the database for their name and birth date to see if they've previously been awarded a grant. It's HIF's policy to have their grants be "one-time" only unless they approve.

So, we should make it so that the grant gets moved to some special status ("Flagged for Review" or "On Hold" or something like that) so that HIF can go in and review and choose whether to allow the application to proceed.

scottjones commented 8 years ago

This is a duplicate of #175