-
Notifications
You must be signed in to change notification settings - Fork 66
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
[10-10EZ] Add field keys for 10-10EZ pdf fill functionality #20852
Conversation
@@ -10,6 +10,297 @@ class Va1010ez < FormBase | |||
KEY = { | |||
'veteranFullName' => { | |||
key: 'F[0].P4[0].LastFirstMiddle[0]' | |||
}, |
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.
These are tested in the va1010ez_spec.rb file by confirming the generated pdf (simple.pdf) has the correct values filled out. I broke this out into it's own PR to make the diff smaller. These keys align with the vets-json-schema and the 10-10EZ pdf fields.
Generated by 🚫 Danger |
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.
LGTM! Nice work Brandon! 😄
Summary
Related issue(s)
Testing done
Screenshots
Note: Optional
What areas of the site does it impact?
10-10EZ, pdf filling
Acceptance criteria