-
Notifications
You must be signed in to change notification settings - Fork 0
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
Complete sign and submit 187003764 #43
Conversation
a6a8ea6
to
13b90f0
Compare
Related to this PR. This line's fonts are smaller than the design. I'm wondering if you can try it as a subheader in the cardHeader font:
|
Related to this PR: |
Also related to this PR: Under "TCA and SNAP Penalties" - the first line ("Do not:") should be bold. |
the |
The first, second and signature page seems different from the design. Not sure what's changed. I know I listed things outside of this PR, but I thought this PR was completing this section and it looks like there is more work to be done. Separate ticket? |
0201a07
to
9737a69
Compare
Add a checkboxFieldsetUnescaped fragment to achieve this.
1. We were accidentally copying smart quotes from Figma 2. Had to style <ul> explicitly as Honeycrisp was overriding the "natural" styles
23b7138
to
bf88fb7
Compare
- Make bold to mimic the PDF - Use subtext for form header help text - Format external links
We decided to include this in T&Cs even though we are not supporting Medicaid.
bf88fb7
to
b2e332a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have one more comment about what agreement I should see when. If I choose TDAP only, I get an OHEP agreement (only). Wasn't sure if that was supposed to happen?
label=#{${label}}, | ||
content=~{::checkboxInSetContent})}"> | ||
<th:block th:ref="checkboxInSetContent"> | ||
<div th:with="inputName='someone' + ${question}, label='sensitive-conviction-question-' + ${question}, helpText='sensitive-conviction-question-' + ${question} + '-helpText'"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not related to this line, but putting here. I noticed that the questions for violating parole and trading/trafficking SNAP are reversed from what the design has. Not sure if that's significant or by design.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch. Updating.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Minor comments. Feel free to merge once addressed.
@@ -16,6 +16,6 @@ public class SetDefaultSensitiveConvictionAnswers implements Action { | |||
|
|||
@Override | |||
public void run(Submission submission) { | |||
Arrays.stream(SubmissionUtilities.SENSITIVE_CONVICTION_QUESTIONS).forEach(s -> submission.getInputData().putIfAbsent("noOne" + s + "[]", "true")); | |||
Arrays.stream(SubmissionUtilities.SENSITIVE_CONVICTION_QUESTIONS).forEach(s -> submission.getInputData().putIfAbsent("someone" + s, "false")); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I love this pattern.
@@ -394,10 +394,17 @@ void docUploadSkipTest() { | |||
@Test | |||
void sensitiveConvictionQuestionsArePreCheckedTest() { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Small thing:
sensitiveConvictionQuestionsArePrecheckedNoTest
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good catch, went with sensitiveConvictionQuestionsArePreCheckedToFalseTest
PR looked good to me. Only general feedback is a question around web addresses: Do we always link the actual page or is that something we only do if the design requires it. For example there are a few places in rights and responsibilities where I can see a URL but I don't have the ability to select it: |
@analoo , I missed a spot in formatting URLs. And thanks to that, I found another :-( |
No description provided.