alan-turing-institute / trustchain-mobile

A reference credential wallet built on Flutter and DIDKit.
https://spruceid.dev/docs/credible
Apache License 2.0
0 stars 1 forks source link

Expose credential details in the UI #7

Closed llewelld closed 1 year ago

llewelld commented 1 year ago

Credible displays a list of credentials which, when selected, show on their own page. This shows Issued by and Status fields, but none of the other details of the credential (e.g. credentialSubject details such as givenName, familyName or whatever else is contained there).

It would be useful for the user to be able to view this data by pressing on the credential widget. The widget could then expand (say) to display othe details from the credential.

This can be considered a subtask of task #3.

The code should be branched from the feat/3-did-display branch.

llewelld commented 1 year ago

Feature branch created for work on this: https://github.com/alan-turing-institute/credible/tree/feat/7-show-cred-details

llewelld commented 1 year ago

PR from the feat/7-show-cred-details branch into the feat/3-did-display branch it was branched from: https://github.com/alan-turing-institute/credible/pull/8

sgreenbury commented 1 year ago

Closing with #8 merged.