-
Notifications
You must be signed in to change notification settings - Fork 1
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
Generate PDF #405
Generate PDF #405
Conversation
1953c4c
to
0ea0095
Compare
2636609
to
7fa6a7f
Compare
7fa6a7f
to
fad42ab
Compare
src/test/java/org/ladocuploader/app/preparers/MaritalStatusPreparerTest.java
Fixed
Show fixed
Hide fixed
src/test/java/org/ladocuploader/app/preparers/PersonalSituationsPreparerTest.java
Fixed
Show fixed
Hide fixed
src/main/java/org/ladocuploader/app/preparers/PersonalSituationsPreparer.java
Fixed
Show fixed
Hide fixed
593845a
to
51ddd5e
Compare
src/main/java/org/ladocuploader/app/preparers/HouseholdDetailsPreparer.java
Outdated
Show resolved
Hide resolved
src/main/java/org/ladocuploader/app/preparers/PersonalSituationsPreparer.java
Show resolved
Hide resolved
src/main/java/org/ladocuploader/app/utils/SubmissionUtilities.java
Outdated
Show resolved
Hide resolved
@@ -5,10 +5,11 @@ | |||
<a class="text--small font-white spacing-below-15" target="_blank" rel="noopener noreferrer" href="/privacy" | |||
th:text="#{footer.privacy}"></a> | |||
<th:block th:if="${#arrays.contains(@environment.getActiveProfiles(), 'demo') || #arrays.contains(@environment.getActiveProfiles(), 'dev')}"> | |||
<br>Download links (demo-only): | |||
<br/>Download links (demo-only): |
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.
Leaving this comment here, though the scope/work of this is outside this PR.
We should move this to another fragment that only gets included in the "dev" environment. Or "demo".
The risks of sharing private data are REALLY high if we forget to take this out - so it might be good to protect against that right now.
@sree-cfa I think we should fix the part where the disability checkbox is not getting checked - it's the first of the two images above and maybe was missed. |
@bseeger oh yeah agreed - that is fixed now. The sizing and display stuff can wait for roshan to review |
Adding demo-only link for generating pdf and basic mappings Filling in page A1 of pdf
505e96b
to
cdf2d3f
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.
Looks good!!
This PR
Follow-up PR will include