PIPTask 2
Shrey Pandt
PIP Task 2 – Code Refactor
1. Remove Hard Coded Values
2. Make the implementation Generic
3. Implement alert for all Exceptions
4. Schedule email to send alert Report to configured users
5. Enable API Service calls to be called any microservice
PIP Task 2 requirements
1. Generate Alert Message on System Exceptions
2. Generate Alert Report at the end of the day
3. Share alert message by email notification
4. Schedule email to send alert Report to configured users
5. Save alerts in database
PIP Task 2 Implementation
1. Two API Calls – (a) send email alert & (b) send alertReport
2. Exception based Alerts
3. Generating Alert Report
4. Implementing email Scheduler
5. Saving Alerts in Database
PIP Task 2 – Send Email Alert
1. Implemented following
• Email Alert Controller call
• EmailServiceIMPL

PIPTask 2.pptx

  • 1.
  • 2.
    PIP Task 2– Code Refactor 1. Remove Hard Coded Values 2. Make the implementation Generic 3. Implement alert for all Exceptions 4. Schedule email to send alert Report to configured users 5. Enable API Service calls to be called any microservice
  • 3.
    PIP Task 2requirements 1. Generate Alert Message on System Exceptions 2. Generate Alert Report at the end of the day 3. Share alert message by email notification 4. Schedule email to send alert Report to configured users 5. Save alerts in database
  • 4.
    PIP Task 2Implementation 1. Two API Calls – (a) send email alert & (b) send alertReport 2. Exception based Alerts 3. Generating Alert Report 4. Implementing email Scheduler 5. Saving Alerts in Database
  • 5.
    PIP Task 2– Send Email Alert 1. Implemented following • Email Alert Controller call • EmailServiceIMPL