Federal-Ministry-of-Health-AT / green-pass-overview

Overview on OSS repositories for the Austrian implementation of the EU Digital COVID Certificates
11 stars 3 forks source link

Profiles #9

Open dominikstrasser opened 2 years ago

dominikstrasser commented 2 years ago

Hey. Is there any updates on the Profiles feature?

I see in the official GreenCheck-App there is a differentiation between 3g/2,5g/2g,...

In the current ruleset i can check for ET|GB|NG and now also for the state but not if the rule is 2g/3g relevant.

Or do i for now have to check manually for Antigen/PCR?

all the best Dominik

chris-baumann-at commented 2 years ago

There is no implementation of 2, 2.5, 3G using business rules at the moment. Stay tuned ...

MichaelUray commented 2 years ago

Is the GreenCheck-App actually also available as open source?

pagdot commented 2 years ago

AFAIK, no :/ Else it's code could be reused in other projects. I looked for a repository myself, but found none

MichaelUray commented 2 years ago

There is the EU Digital COVID Certificate Verifier App avaible as source and I was able to build it with the Android Studio, but there are some URLs inside which do not work and which need to get replaced with URLS from Austria I guess.

Do you maybe know which URLs and public keys should fit in there for Austria?

pagdot commented 2 years ago

This is afaik the austrian greenpass wallet app

The relevant urls are the production ones here: https://github.com/Federal-Ministry-of-Health-AT/green-pass-overview#details-on-trust-listsbusiness-rulesvalue-sets.

MichaelUray commented 2 years ago

There is actually the Grüner Pass (greenpass wallet) app, but I am not able to compile the current version. I found two files with incorrect braces, but after I corrected that it ends with the error Overload resolution ambiguity and I am not able to fix it, since I have no experience in Kotlin programming.