eu-digital-green-certificates/dgc-certlogic-android

Validation result `open` not supported

mlenkeit opened this issue · 2 comments

Describe the bug

With the current implementation, rules evaluate to either pass or fail but not to open:

val res = when {
isValid -> Result.PASSED
else -> Result.FAIL
}

Expected behaviour

Steps to reproduce the issue

look at the code

Technical details

n/a

Possible Fix

see expected behavior

Additional context

n/a

I think this is not quite right yet, but I'm closing this in favor of #28