Stream: hapi
Topic: PrePopulatedValidationSupport support for Questionnaire
Kevin Mayfield (Nov 06 2021 at 10:31):
I'm thinking of submitting a PR to extend PrePopulatedValidationSupport
to support other resources.
As is this would make NpmPackageValidationSupport load in all resources in a npm package.
So wondering if I should restrict this to resources I'm interested in (Questionnaire and MessageDefinition at present).
Jens Villadsen (Nov 06 2021 at 10:33):
@Kevin Mayfield As in a PR for for HAPI ?
Jens Villadsen (Nov 06 2021 at 10:34):
AFAIK - HAPI does not yet have any other Kotlin source files, so you'll probably have to convert it to Java
Kevin Mayfield (Nov 06 2021 at 10:41):
Yes.
I can convert back to java. I'd started off matching our validator but have since gone back to java for potentially shared code.
Last updated: Apr 12 2022 at 19:14 UTC