Project

General

Profile

Actions

Activity #2886

open

Module #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

Added by Thara S Pillai about 2 years ago. Updated about 2 years ago.

Status:
In Progress
Priority:
Normal
Assignee:
Category:
-
Start date:
06/13/2024
Due date:
% Done:

10%

Estimated time:
Planned Due Date:
06/14/2024

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.

Actions #1

Updated by Ashitha C about 2 years ago

  • Status changed from New to In Progress
  • % Done changed from 0 to 10
Actions

Also available in: Atom PDF