Activity #2886
openModule #2640: Pension Claim - Phase III
Module #2663: Online Member Claim
Sub module #2622: Development & unit testing
Sub module #2695: Save online member claim (draft)
Activity #2741: DAO Logic
Explore code to study file upload approach followed
10%
Description
May refer and study code:
fointerface application New Coverage menu feature for file upload implementation
WEB-INF\views\Olre\RO\registration.jsp
<jsp:include page="panels/docUploadBlock.jsp"/>
@RequestMapping(value = "/save", method = RequestMethod.POST, params = {"register"})
com.epfo.olre.controller.ro.RegistrationController
The JSON keeping captured member details to include file locations from client.
Need to check with the Pune team regarding any general conventions to follow for maintaining folder hierarchy in claim documents
For now, can create temporary tables on draft save (before preview)
\pension_claims_temp\<uan>\sc\<uan>_sc_<scnumber>.<jpg/pdf>
\pension_claims_temp\<uan>\disability\><uan>_disa.<jpg/pdf>
\pension_claims_temp\<uan>\disability\><uan>_disa_<nominee_name>.<jpg/pdf>
\pension_claims_temp\<uan>\bankacc\<uan>_bank_<nominee_name>.<jpg/pdf>
Tables on pension claim submit (after preview and otp verification)
\pension_claims\<uan>\sc\<uan>_sc_<scnumber>.<jpg/pdf>
\pension_claims\<uan>\disability\><uan>_disa.<jpg/pdf>
\pension_claims\<uan>\disability\><uan>_disa_<nominee_name>.<jpg/pdf>
\pension_claims\<uan>\bankacc\<uan>_bank_<nominee_name>.<jpg/pdf>
Need to explore code on how to move a file from one folder location to another.