Skip to content
Snippets Groups Projects
Commit fc0f1f69 authored by Nilesh Bamne's avatar Nilesh Bamne
Browse files

Updated ER Diagram.

parent e8ba9b9e
No related branches found
No related tags found
No related merge requests found
.DS_Store
...@@ -11,9 +11,11 @@ ...@@ -11,9 +11,11 @@
Participant ||--o{ Connection : Has Participant ||--o{ Connection : Has
Proof }o--|| Connection : Requests Proof }o--|| Connection : Requests
Agent ||--|| Participant : Has Agent }o--|| Participant : Has
Agent ||--|| Ledger : Has Agent ||--|{ Ledger : Has
User }|--|| Participant : Has
OTP ||--|| Participant : Sends-Email-OTP OTP ||--|| Participant : Sends-Email-OTP
Contact ||--|| Participant : Checks-Verified-Email Contact ||--|| Participant : Checks-Verified-Email
...@@ -29,14 +31,6 @@ ...@@ -29,14 +31,6 @@
DateTime updated_date DateTime updated_date
} }
Ledger {
uuid id
string network
Blob genesis_file
DateTime created_date
DateTime updated_date
}
OTP { OTP {
uuid id uuid id
string otp string otp
...@@ -58,30 +52,44 @@ ...@@ -58,30 +52,44 @@
string email string email
string password string password
string name string name
string isin_number
string industry_type
DateTime incorporation_date
string address string address
string location string website
string website_url DateTime created_date
string agent_id uuid created_by
DateTime updated_date
uuid updated_by
}
User {
uuid id
string username
string password
Role role
DateTime created_date DateTime created_date
DateTime updated_date DateTime updated_date
} }
Agent { Agent {
uuid id uuid id
uuid participant_id
string agent_url string agent_url
string invitation_url string invitation_url
string public_did string public_did
string ledger_id
string wallet_name string wallet_name
string wallet_pin
string status string status
DateTime created_date DateTime created_date
DateTime updated_date DateTime updated_date
} }
Ledger {
uuid id
uuid agent_id
string network
Blob genesis_file
DateTime created_date
DateTime updated_date
}
Schema { Schema {
uuid id uuid id
string schemaID string schemaID
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment