Skip to content

Commit

Permalink
UI and schema improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
philpotisk committed Oct 24, 2023
1 parent db56151 commit 920b6b2
Show file tree
Hide file tree
Showing 5 changed files with 22 additions and 22 deletions.
6 changes: 3 additions & 3 deletions src/content/KycDataCredential.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
"identificationdocument": {
"type": "IDCARD",
"country": "DE",
"validuntil": "2031-08-01",
"number": "L01X00T47",
"dateissued": "2019-01-14"
"validuntil": "2034-08-01",
"number": "L01X00T27",
"dateissued": "2021-08-31"
},
"performedKycChecks": {
"livenessscreenshot": true,
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# MorgageEligibility
# MortgageEligibility

```json
{
Expand All @@ -8,7 +8,7 @@
"VerifiableCredential",
"VerifiableAttestation",
"VerifableId",
"MorgageEligibility"
"MortgageEligibility"
],
"issuer": "did:ebsi:zhs8QaHif4mPqhEcn5Z8K9E",
"issuanceDate": "2022-11-10T19:19:47.287Z",
Expand Down
12 changes: 6 additions & 6 deletions src/content/PassportCh.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,18 +29,18 @@
"credentialSubject": {
"id": "urn:uri:123",
"residence": "Schweiz",
"canton": "Zug",
"address": "Bergstrasse 1",
"canton": "Zürich",
"address": "Seestraße 1",
"passportNumber": "C7648556",
"salutation": "",
"familyName": "DOE",
"givenName": "Fidelis",
"givenName": "Hans",
"birthName": "Doe",
"dateOfBirth": "1930-10-01",
"emailAddress": "",
"placeOfBirth": "Ruemligen BL",
"height": "183",
"gender": "F",
"placeOfBirth": "Zug",
"height": "179",
"gender": "M",
"authority": "Aarau AG",
"nationality": "Schweiz",
"countryCode": "CHE",
Expand Down
10 changes: 5 additions & 5 deletions src/content/VerifiablePortableDocumentA1.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@
"section1": {
"personalIdentificationNumber": "1",
"sex": "01",
"surname": "Dalton",
"forenames": "Joe Jack William Averell",
"birthName": "Default Fidelis",
"dateBirth": "1985-08-15",
"surname": "Forcher",
"forenames": "Joe Marvin",
"birthName": "Rudolf",
"dateBirth": "1982-08-15",
"nationalities": ["BE"],
"stateOfResidenceAddress": {
"streetNo": "sss, nnn ",
Expand Down Expand Up @@ -100,7 +100,7 @@
"institutionID": "NSSIE/INASTI/RSVZ",
"officeFaxNo": "",
"officePhoneNo": "0800 12 018",
"email": "[email protected]",
"email": "[email protected]",
"date": "2022-10-28",
"signature": "Official signature"
},
Expand Down
12 changes: 6 additions & 6 deletions src/layouts/default.vue
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<!-- Sidebar component, swap this element with another sidebar if you like -->
<div class="flex grow flex-col gap-y-5 overflow-y-auto bg-gray-900 px-6 pb-4 ring-1 ring-white/10">
<div class="flex h-16 shrink-0 items-center">
<img alt="Your Company" class="h-8 w-auto" src="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=500" />
<img alt="VC Repository" class="h-8 w-auto" src="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=500" />
</div>
<nav class="flex flex-1 flex-col">
<ul class="flex flex-1 flex-col gap-y-7" role="list">
Expand All @@ -65,12 +65,12 @@
</ul>
</li>

<li class="mt-auto">
<!-- <li class="mt-auto">
<a class="group -mx-2 flex gap-x-3 rounded-md p-2 text-sm font-semibold leading-6 text-gray-400 hover:bg-gray-800 hover:text-white" href="#">
<Icon aria-hidden="true" class="h-6 w-6 shrink-0" name="heroicons:cog-6-tooth" />
Settings
</a>
</li>
</li>-->
</ul>
</nav>
</div>
Expand All @@ -85,7 +85,7 @@
<!-- Sidebar component, swap this element with another sidebar if you like -->
<div class="flex grow flex-col gap-y-5 overflow-y-auto bg-gray-900 px-6 pb-4">
<div class="flex h-16 shrink-0 items-center">
<img alt="Your Company" class="h-8 w-auto" src="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=500" />
<img alt="VC Repository" class="h-8 w-auto" src="https://tailwindui.com/img/logos/mark.svg?color=indigo&shade=500" />
</div>
<nav class="flex flex-1 flex-col">
<ul class="flex flex-1 flex-col gap-y-7" role="list">
Expand All @@ -109,12 +109,12 @@
</ul>
</ContentNavigation>
</li>
<li class="mt-auto">
<!-- <li class="mt-auto">
<a class="group -mx-2 flex gap-x-3 rounded-md p-2 text-sm font-semibold leading-6 text-gray-400 hover:bg-gray-800 hover:text-white" href="#">
<Icon aria-hidden="true" class="h-6 w-6 shrink-0" name="heroicons:cog-6-tooth" />
Settings
</a>
</li>
</li>-->
</ul>
</nav>
</div>
Expand Down

0 comments on commit 920b6b2

Please sign in to comment.