-
Notifications
You must be signed in to change notification settings - Fork 52
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
Handle revocation notification message #63
Comments
AFJ should handle the revocation message, fetch revocation registry entries, and flag credential as revoked |
being worked under openwallet-foundation/bifold-wallet#504 |
Reviewed the revocation message with Akiff and updates are good to complete this ticket. Bugs were identified and will be added as new tickets. These bugs include were : 1. Card UI doesn't update with revocation UI unless user closes and opens the wallet 2. When a user receives a proof request, then their credential is revoked, the proof request does not update with the new credential status. |
I unable to reproduce/test this locally |
Needs to check the layout. The icon and the colors are not matching the design |
@knguyenBC The acceptance criteria in this ticket states that the Credential details after a revoke, would have an |
Updated to ticket to reflect the newest designs and flows. |
@wadeking98 the third acceptance criteria is not met: Scenario: Holder prompts the revocation message again. |
Resolved by: openwallet-foundation/bifold-wallet#819 |
As a Holder, I want to be notified as soon as possible if my credential is revoked so that I can take appropriate action to regain my credential and not accidentally use my revoked credentials and be unsuccessful in a proof request.
Handle revocation message:
Acceptance Criteria:
Given a credential has been revoked
When the holder open the wallet
Then a notification appears in their notification stating that the credential has been revoked
And opening that notification will take the user to the revoked credential details
Given a credential has been revoked
When the holder goes to the revoked credential details
Then they will see a dismissible notification at the top displaying the revocation date and revocation message by the issuer
And they will see a revocation status below the issued date in the credential details
Given a credential has been revoked
When the holder dismisses the dismissible notifications at the top displaying the revocation date and revocation message by the issuer
Then that notification is permanently dismissed and can not be brought back again
Blocked By
Scenario: Holder is Notified that their credential has been revoked
Given that a revocable credential is being stored in the wallet
And a connection to the issuer exists
When the issuer revoke a credential
And sends a revocation message to the holder
Then The holder receives a revocation message notification
Scenario: Holder review revocation message
Given that holder has received a revocation message
And a notification is showed in the notification list
When the holder selects the message in the notification list
Then the holder is taken to the credential details of the revoked credentials
and a revoked message is presented
and a dismiss button is available on the message
and a revoked status is available below the issued by data
Scenario: Holder prompts the revocation message again
Given the holder has a revoked credenital
When the holder selects the (i) info button next to the revoked status
Then the revoked message is presented again
Questions:
The text was updated successfully, but these errors were encountered: