Skip to content
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

Add flexible verification code expression in Portal #404

Open
Dar-Scott opened this issue Jul 24, 2020 · 2 comments
Open

Add flexible verification code expression in Portal #404

Dar-Scott opened this issue Jul 24, 2020 · 2 comments
Labels
blocked-by-product-design issues that are blocked, awaiting product design spec

Comments

@Dar-Scott
Copy link

Currently the verification code provided to a Case Investigator by the Portal must be in a form recognizable by the Verification Server.

However, customers (regions) might be better served if the expression of the verification code is more flexible. That is, the Portal translates the verification code to some human form and then translates it back.

This might also include a check digit processed solely by the Portal. The Verification Server is not bothered if the code is invalid.

This is illustrated by this markup of Google's diagram of the verification process.
image

Here the dotted dark red line is the extended proxy proposed. The metal gray oval is where additional timely metadata might also ride.

The verification code 12345678 might be expressed by any of these:
"12345678"
"12 34 56 78"
"123.456.789" (check digit 9 added)
"The alert cardinal swam slowly."

The expression function just has to have an inverse.

@Dar-Scott
Copy link
Author

Extra metadata can be returned by the Portal in the blue oval.

This might be some daily stats such as % infectious and % symptomatic for the region. Maybe even % adoption.

If there is a secure way to save and recover extra metadata entered into the Portal at the time of code generation, then that can also be returned in the oval, proxied (5). If allowed, this can be added to U-metadata or added to the data associated with the TEK.

@ibeckermayer ibeckermayer added the blocked-by-product-design issues that are blocked, awaiting product design spec label Jul 27, 2020
@Dar-Scott
Copy link
Author

Dar-Scott commented Jul 30, 2020

What does that Mean? blocked-by-product-design
@ibeckermayer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked-by-product-design issues that are blocked, awaiting product design spec
Projects
None yet
Development

No branches or pull requests

2 participants