-
Notifications
You must be signed in to change notification settings - Fork 71
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
feat: [FC-0006] add Verifiable Credentials feature #2001
feat: [FC-0006] add Verifiable Credentials feature #2001
Conversation
Thanks for the pull request, @wowkalucky! Please note that it may take us up to several weeks or months to complete a review and merge your PR. Feel free to add as much of the following information to the ticket as you can:
All technical communication about the code itself will be done via the GitHub pull request interface. As a reminder, our process documentation is here. Please let us know once your PR is ready for our review and all tests are green. |
fb96309
to
7bd8660
Compare
@classmethod | ||
def resolve_issuer(cls): | ||
""" | ||
Unconditionally (for now) returns system-level Issier ID. |
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.
Typo in a word Issuer
7bd8660
to
214f0e3
Compare
@GlugovGrGlib updated for review (coverage check is broken for some reason). |
ec2741f
to
a3201a2
Compare
issuance_lines = IssuanceLine.objects.filter(user_credential=user_credential) | ||
issuance_lines.update(status=user_credential.status) | ||
|
||
# FIXME: invalidate cached status lists |
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.
What actions we should do to remove this FIXME before merging?
a0ae907
to
fc30f2d
Compare
@GlugovGrGlib rebased to master |
@wowkalucky 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
)" This reverts commit ccf2e64.
Note: for the sake of review effort simplification, it is decided to split this large PR onto 2 parts:
This is the part 2/2 of the Verifiable Credentials feature.
Related PRs:
Run JavaScript tests locally with Karma
There is work being done on a fix to get Karma to run in CI. Until then, however, contributors are required to run these tests locally.
make test-karma
TODO