-
Notifications
You must be signed in to change notification settings - Fork 125
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
Import definitions from usfs #8149
Conversation
533f653
to
a05e574
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.
LGTM, some references in src/platform/forms/pages/applicantInformation.jsx
should be updated as well.
import environment from '../../../platform/utilities/environment'; | ||
|
||
import * as address from 'us-forms-system/lib/js/definitions/address'; | ||
import fullNameUI from 'us-forms-system/lib/js/definitions/fullName'; |
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.
It looks like we're missing a replacement of us-forms-system/lib/js/definitions/fullName
and us-forms-system/lib/js/definitions/personId
in src/platform/forms/pages/applicantInformation.jsx
?
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.
Ah thanks, I missed those!
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. I was able to go t through the form 1900 locally without any issues and I only found one thing that wasn't swapped out (Claire noted it already).
a05e574
to
75e484e
Compare
@cehsu @rianfowler for some reason I'm now getting an issue where it's saying that the |
Looks like that lint error is happening on master as well, so perhaps it was introduced by a different PR? |
@annekainicUSDS We had a merge collision that was resolved improperly. I've just merged the fix- you should now be able to pull master and successfully build. |
75e484e
to
5fe761c
Compare
We're moving some of the definitions that are pretty specific and potentially not generally usable back into vets-website. This is the first pass at doing that.
Accompanying PR on USFS: usds/us-forms-system#214