Activity #2543
closedModule #2268: Pension Claim - Phase II
Sub module #2539: FO interface - PRO
Sub module #2541: Controller and middle ware logic implementation
Pension Filing through PRO screen - Load member details
0%
Description
Controller function with request mapping
Get UAN and ID of PRO performing pension claim filing from request input
Do server side validation of inputs
Call DAO with input json {"uan":"","req_user_id":""}
Get response for pension eligibility
-If not eligible for pension, return not-eligible-reason messages
If eligible, fetch member details
-call DAO with input json {"uan":"","requested_user_id":""} to fetch member details to display in claim filing page
and return response format
Get response json in client side
Log debug messages at different points
Exception handling and Log error messages on exception
Write code comments
Updated by Nisha Balakrishnan about 2 years ago
- Status changed from In Progress to Closed