Activity #2526
closedModule #2268: Pension Claim - Phase II
Sub module #2269: Online Member Claim
Sub module #2523: Controller and middle ware logic implementation
Middleware for pension eligibility check
0%
Updated by Thara S Pillai over 2 years ago
Do server side validation of inputs
Log request and responses to log files
logger.info with request received time and inputs
logger.info responses from database
logger.error("<meaningful message>:" + ex.getMessage()
Call DAO functions and return responses.
Updated by Thara S Pillai about 2 years ago
- Due date changed from 04/30/2024 to 05/29/2024
- Assignee changed from Ashitha C to Jiji P B
Develop a service for pension eligibility check
1. form an input json in service implementation with uan from session.
2. Call DB procedure for pension eligibility check (through getPensionEligibilityStatus in DAO) .
3. Include checkings from existing DB procedre (Aadhaar verified checking) -- OCS_NEW_PACKAGE.GET_OCS_ELIGIBILITY in the db proc for pension eligibiltiyc check
4. Return response json
Updated by Nisha Balakrishnan about 2 years ago
- Status changed from New to Closed