on-site / grantzilla

A grant application management web app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

E-Signature (5pts)

lamplus opened this issue · comments

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.

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.

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.