on-site / grantzilla

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

E-Signature (5pts) #305

Open lamplus opened 7 years ago

lamplus commented 7 years ago

It would be nice to have some kind of e-signature. So the case worker doesn't have to print the application, applicant sign the application and upload the application.

joedean commented 7 years ago

For MVP may have to just sign the application. We can work on this when all of the critical and simple changes have been applied.

lamplus commented 7 years ago

MVP -> To create e-sign include an esign checkbox that saves the IP address, timestamp and a hash of the document being signed and store this in an esign database table. Once checked it can't be undone. Ony the admin can uncheck a signed document which would soft delete the record in the db. Create new model called esignature that stores above data. Hash the pdf document generated from the application data.