AMM-1304 | Send SMS notification to beneficiary on grievance registra… #28
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
…tion (PSMRI#190)
adding changes related to encryption and decryption
making final field static
making enclosing method static
adding beneficiaryConsent param to createFeedback API
Update src/main/java/com/iemr/common/data/feedback/FeedbackDetails.java
adding beneficiary consent param feedbacklist response
adding space
adding code for schedule for grievance data sync
adding code rabbit code suggestions
adding code rabbit suggestions
code rabbit suggested changes to Model classes
adding sonar quality changes
adding sonar quality code suggestions
adding sonar quality check suggestions
adding code rabbit suggestions
adding constant instead of duplicate literals
adding cod changs to fetch unallocated grievance count
adding changes suggested by sonar quality check
adding code rabbit suggested changes
fixing config file
fixing space
fixing space issue
adding package for PrimaryDBConfig
adding code changes for allocate API for allocating grievance to agents
removing space
adding language related changes
add language related changes
adding name convention related changes
adding code rabbit changes
adding sonar quality check suggested changes
removing unused imports
adding properties related to Grievance in properties file
placing the placeholder for jwt secret key
Update package.yml
updating upload artifact version to v4
removing grievanc related properties from application properties file
adding space
removing extra space
adding code for API that fetches grievance outbound worklist
adding code rabbit suggested changes
another addition of code rabbit suggested changes
fixing row no
adding code for API to save complaint resolution and remarks in the db
adding code rabbit suggested changes
removing lastModDate as it will update automatically in db
changing variable name of assignedUserID to userID
fixing remarks
removing full stop
adding code for API to close call and make reattempts if needed
adding code changes suggested by code rabbit
adding code rabbit suggested changes
adding code rabbit fixes
adding code rabbit fixes
Delete src/main/java/com/iemr/common/data/grievance/.gitignore
AMM-1148 | Close call API including reattempt logic based on calltype (AMM-1148 | Close call API including reattempt logic based on calltype PSMRI/Common-API#164)
adding code for API to close call and make reattempts if needed
adding code changes suggested by code rabbit
adding code rabbit suggested changes
adding code rabbit fixes
adding code rabbit fixes
Delete src/main/java/com/iemr/common/data/grievance/.gitignore
removing unused literal in repo class
changing logic of Close call after discussion
adding changes related to invalid and wrong number call type
adding code for API to push back grievance data to GR team
removed unnecessary conditions
adding code rabbit changes
adding code rabbit suggestions
adding required null checks
adding code rabbit suggested changes
removing unnecessary Exception
AMM-1149 | API to push back Grievance data to the GR team (AMM-1149 | API to push back Grievance data to the GR team PSMRI/Common-API#166)
adding code for API to push back grievance data to GR team
removed unnecessary conditions
adding code rabbit changes
adding code rabbit suggestions
adding required null checks
adding code rabbit suggested changes
removing unnecessary Exception
adding code changes for variable name change of lang
adding code changes for grievance issues
adding code changes for grievance issues (adding code changes for grievance issues PSMRI/Common-API#168)
adding fixes related to grievance related APIs
fixing code rabbit issues
adding code fixes related to scheduler
Scheduler changes
adding import
adding grievance sms template changes
removing space
Description
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
Type of change
How Has This Been Tested?
Please describe the tests that you ran to verify your changes. Please also note any relevant details for your test configuration.
Checklist: