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

Ccap 31 map primary parent contact info #222

Merged
merged 3 commits into from Apr 30, 2024

Conversation

enyia21
Copy link
Contributor

@enyia21 enyia21 commented Apr 26, 2024

πŸ”— Jira ticket

Jira

✍️ Description

Answers to the questions below are mapped to the pdf

  • Field id: parentContactPhoneNumber
    Question: What is your phone number?
    PDF field: APPLICANT_PHONE_NUM_HOME

  • Field id: parentContactEmail
    Question: What is your email address?
    PDF field: APPLICANT_EMAIL

Note: The field below is not included in the IL-CCAP-Form, so this requirement was not implemented

  • Screen: parent-contact
    Field id: parentContactPreferCommunicate
    Question: How do you prefer to be communicated with? [email]
    PDF field: APPLICANT_NOTIFS_EMAIL

βœ… Completion tasks

  • Added relevant tests
  • Meets acceptance criteria

@@ -36,6 +36,9 @@ public Map<String, SubmissionField> prepareSubmissionFields(Submission submissio
return results;
}

// String preferredCommunicationMethod = (String) submission.getInputData().getOrDefault("");
Copy link
Contributor

Choose a reason for hiding this comment

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

Is this comment still needed?

Copy link
Contributor

Choose a reason for hiding this comment

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

This comment is non-blocking.

Copy link
Contributor

@coltborg coltborg left a comment

Choose a reason for hiding this comment

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

works as expected, I see that APPLICANT_NOTIFS_EMAIL is not currently on the PDF and we are going to ask DHS for further steps.

@enyia21 enyia21 force-pushed the CCAP-31-Map-Primary-Parent-Contact-Info branch from 8ef23dc to 6dab587 Compare April 30, 2024 02:34
@enyia21 enyia21 merged commit 9638dfe into main Apr 30, 2024
5 checks passed
@enyia21 enyia21 deleted the CCAP-31-Map-Primary-Parent-Contact-Info branch April 30, 2024 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants