FlexFinTx / flutter-wallet

0 stars 0 forks source link

Design body for "Credential Details" screen #7

Open haardikk21 opened 4 years ago

haardikk21 commented 4 years ago

IMPORTANT: Check https://github.com/FlexFinTx/flutter-wallet/issues/6 and use that data for the following. PREREQ: Credential Details Header https://github.com/FlexFinTx/flutter-wallet/issues/5

When a user clicks on a specific credential, he gets redirected to the credential details screen. The body of the credential details contains all the relevant information contained in the credential.

For the UniversityDegreeCredential this would be the name and type of the degree received

For the NationalIDCredential this would be the id, name, birthDate, address properties of the nationalID received.

The body SHOULD be generated dynamically and NOT hardcoded so as to support any number of credentials. You can assume the JSON structure for credentials will not change.