hcert-kotlin
hcert-kotlin copied to clipboard
Kotlin multiplatform implementation of the HCERT/DCC specification
We currently rely on some specifics of the JS Legacy backend. It would be nice to update to IR, because we cannot update kotlinx-serialization and Kotest. In addition, the current...
The JVM target supports it, the JS target lacks it. Fix it!
Hello, saw that you @nodh added some code to store the business rules as Json, is there gonna be an interoperability between this library and https://github.com/ehn-dcc-development/dgc-business-rules ? Since hcert-kotlin already...
Could you publish the JS library on npmjs.com or as GH package? This would help a lot :). CC: @mofobo-bit
I've missed, that there is a ZXing Library for JS/TS: https://github.com/zxing-js/library That one should be used instead of our current one for the JS target. Then, hopefully, encoding *and* decoding...