From 382b6a080bb2865f4a7df14880fef7956e87aae5 Mon Sep 17 00:00:00 2001 From: Nilesh Bamne <nilesh.bamne@ayanworks.com> Date: Fri, 11 Mar 2022 13:03:51 +0530 Subject: [PATCH] Merged Contact into User. --- aw-design-diagram/er-diagram.md | 17 ++++++----------- 1 file changed, 6 insertions(+), 11 deletions(-) diff --git a/aw-design-diagram/er-diagram.md b/aw-design-diagram/er-diagram.md index f89f35a..1e8124f 100644 --- a/aw-design-diagram/er-diagram.md +++ b/aw-design-diagram/er-diagram.md @@ -18,7 +18,6 @@ User }|--|| Participant : Has OTP ||--|| Participant : Sends-Email-OTP - Contact ||--|| Participant : Checks-Verified-Email Proof ||--|| ProofAttributes: Has ProofAttributes ||--|| Attributes: Has @@ -38,15 +37,6 @@ DateTime updated_date } - Contact { - uuid id - string contact - string otp_id - Boolean is_verified - DateTime created_date - DateTime updated_date - } - Participant { uuid id string email @@ -64,6 +54,8 @@ uuid id string username string password + string otp_id + Boolean is_verified Role role DateTime created_date DateTime updated_date @@ -117,6 +109,7 @@ CredentialDef { uuid id + string cred_def_id string schemaID string name DateTime created_date @@ -126,8 +119,10 @@ Connection { uuid id string connection_id - string their_did + string status string participant_did + string their_did + string their_label DateTime created_date DateTime updated_date } -- GitLab