-
Notifications
You must be signed in to change notification settings - Fork 24
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
Initial draft of the LSBC OCA Bundles for the credentials rooted in CANdy #161
Conversation
…ANdy Signed-off-by: Stephen Curran <swcurran@gmail.com>
@knguyenBC and @amanji -- set the two of you as reviewers. @amanji -- just to make sure I didn't do anything stupid in the structure. Thanks! |
Signed-off-by: Stephen Curran <swcurran@gmail.com>
Applied the updates from LSBC and looking good now — all attributes are in and the right identifiers are in place. The only other point I noticed was that all the attributes were marked as "Flagged", meaning that they are PII (Personally Identifiable Data). I'm not sure if that is accurate or not. You might want to update the field in the XLSX file if some should not be flagged. That said, I'm not sure what the BC Wallet does with that flag, so it may not make any difference. ¯_(ツ)_/¯ I think this is ready for merging, if I can get an approval. |
@knguyenBC and @swcurran - I would recommend that the folder name for these actually be "LSBC/Lawyer" not "LSBC/Membership". This is for future plans with other credentials using the same schema but different credential definitions. Also, LSBC wants to move away from the term "Member" |
I believe BC Wallet puts an icon next to these and also throws a warning when presenting. I think we should remove the Flagged from all attributes except Names. @knguyenBC - can you do this? |
…Lawyer Signed-off-by: Stephen Curran <swcurran@gmail.com>
Signed-off-by: Stephen Curran <swcurran@gmail.com>
The "Flagged" attributes have been removed (Catherine/LSBC did that) and the file folder has been renamed. Ready to go? Suggest we merge and see what we have. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM 👍🏻
A first cut at the LSBC OCA Bundles. I found a couple of issues that need to be verified:
OCABundle.json
files (Test and Prod) had an attribute "Credential Type" that is not in the Excel file. If that attribute is needed, it has to be put into the Excel file.branding.json
file (and so in theOCABundle.json
) to use those paths. Unfortunately, I can't test the URLs until we merge the PR, so we might have to fix that.Let me know if you want to change anything, but I think it is safe enough to merge this as is and we can tweak the Bundles from there.
Enjoy!
Signed-off-by: Stephen Curran swcurran@gmail.com