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

Changes to make the PDF Fill #143

Open
wants to merge 8 commits into
base: issue/110-tirrc-form
Choose a base branch
from

Conversation

ntbrewer
Copy link
Contributor

Ok, I've made the requisite changes and the PDF form fills on all questions as intended on Chrome on Linux. All methods used for grabbing data are used elsewhere in the code base so (I assume) they should be ok to use here. In addition to formatting issues that need to be fixed in future PRs, the way we handle the logic of 'I/We' filling in for multiple or single persons filling the form should be looked at and tested.

Deletion of Leading and Trailing spaces and Filling of form questions 6 and 7.
ran yarn lint --fix and understand changes.
Using String.includes for checking if checkbox options are selected. This should be checked on other browsers.
Using String.includes for checking if checkbox options are selected. This should be checked on other browsers.
using === for radio options to only fill if one option is selected and String.includes for testing if checkbox is selected.
ran lint fix and understood changes. Fixed != to !==. 
Additionally, there remain several formatting issues. Including leading and trailiing spaces, and getting multiline descritptions on ParentalCondistions and Authorizations to wrap properly. These are intended to be fixed in the next PR.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant