Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NFDIV-3985 Send letter to applicant when new paper case is created #4141

Open
wants to merge 21 commits into
base: master
Choose a base branch
from

Conversation

pallavijustice
Copy link
Contributor

Change description

When a new paper case is created via the bulk scanning process, a letter must be sent to the applicant confirming the receipt of application.

JIRA link (if applicable)

https://tools.hmcts.net/jira/browse/NFDIV-3985

Copy link

github-actions bot commented Nov 6, 2024

CCD diff report

No change

Copy link

github-actions bot commented Nov 6, 2024

CCD diff report

No change

DelythJustice
DelythJustice previously approved these changes Nov 7, 2024
Copy link

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

@github-actions github-actions bot added the stale label Nov 20, 2024
Copy link

This issue has been automatically closed because it has been stalled for 2 days with no activity.

Copy link

github-actions bot commented Dec 3, 2024

CCD diff report

No change

1 similar comment
Copy link

github-actions bot commented Dec 3, 2024

CCD diff report

No change

Copy link

github-actions bot commented Dec 4, 2024

CCD diff report

No change

Copy link

CCD diff report

No change

Copy link

CCD diff report

FixedLists/DocumentType.json

ListElementCodeListElementID
+paperApplicationReceivedLetter
+Paper Application Received Letter
+DocumentType

FixedLists/ConfidentialDocumentsReceived.json

ListElementCodeListElementID
+paperApplicationReceivedLetter
+Paper Application received letter
+ConfidentialDocumentsReceived

Copy link

CCD diff report

FixedLists/DocumentType.json

ListElementCodeListElementID
+paperApplicationReceivedLetter
+Paper Application Received Letter
+DocumentType

FixedLists/ConfidentialDocumentsReceived.json

ListElementCodeListElementID
+paperApplicationReceivedLetter
+Paper Application received letter
+ConfidentialDocumentsReceived

@@ -69,10 +78,35 @@ private Document generateDocument(final long caseId,
final Applicant applicant,
final CaseData caseData) {

boolean isApplicant1 = applicant == caseData.getApplicant1();
Copy link
Collaborator

@adamg-hmcts adamg-hmcts Jan 28, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It might be fine as it is, but I think we'd usually use .equals() here to do the check based on object equality (values of the instance vars due to the Lombok Data annotation) rather than references in memory?

adamg-hmcts
adamg-hmcts previously approved these changes Jan 28, 2025
Copy link

CCD diff report

FixedLists/DocumentType.json

ListElementCodeListElementID
+paperApplicationReceivedLetter
+Paper Application Received Letter
+DocumentType

FixedLists/ConfidentialDocumentsReceived.json

ListElementCodeListElementID
+paperApplicationReceivedLetter
+Paper Application received letter
+ConfidentialDocumentsReceived

adamg-hmcts
adamg-hmcts previously approved these changes Jan 28, 2025
Copy link

github-actions bot commented Feb 5, 2025

CCD diff report

FixedLists/DocumentType.json

ListElementCodeListElementID
+paperApplicationReceivedLetter
+Paper Application Received Letter
+DocumentType

FixedLists/ConfidentialDocumentsReceived.json

ListElementCodeListElementID
+paperApplicationReceivedLetter
+Paper Application received letter
+ConfidentialDocumentsReceived

Copy link

CCD diff report

FixedLists/DocumentType.json

ListElementCodeListElementID
+paperApplicationReceivedLetter
+Paper Application Received Letter
+DocumentType

FixedLists/ConfidentialDocumentsReceived.json

ListElementCodeListElementID
+paperApplicationReceivedLetter
+Paper Application received letter
+ConfidentialDocumentsReceived

Copy link

CCD diff report

FixedLists/DocumentType.json

ListElementCodeListElementID
+paperApplicationReceivedLetter
+Paper Application Received Letter
+DocumentType

FixedLists/ConfidentialDocumentsReceived.json

ListElementCodeListElementID
+paperApplicationReceivedLetter
+Paper Application received letter
+ConfidentialDocumentsReceived

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants