-
Notifications
You must be signed in to change notification settings - Fork 12
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
FI-946: Add a way to load a package.tgz into the validator app #35
Conversation
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.
Code generally looks good and it worked when testing it out.
I did notice that if I upload a standalone profile and select a standalone profile it will validate against both. I think that's ok for now, but its a bit...surprising. Something to discuss and perhaps change in a future PR and this still works as is.
Also I see a few React warnings that we should address in a future PR (Created FI-960 to address this)
Those warnings are caused by react-select, unfortunately :( But yes, we should keep an eye out for that fix |
…ceCard, and AdvancedOptionsCard 2. Remove generics from FormInputItem
1a0fd91
to
493fe1f
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 to me!
FI-946: This PR adds a way for users to load custom IGs into the validator by uploading a
package.tgz
file. It requires the fixes in fhir-validator-wrapper#21 to work correctly.