Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
documentation
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
Eclipse Projects
xfsc
Organization Credential Manager
documentation
Commits
fc0f1f69
Commit
fc0f1f69
authored
3 years ago
by
Nilesh Bamne
Browse files
Options
Downloads
Patches
Plain Diff
Updated ER Diagram.
parent
e8ba9b9e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.gitignore
+1
-0
1 addition, 0 deletions
.gitignore
aw-design-diagram/er-diagram.md
+26
-18
26 additions, 18 deletions
aw-design-diagram/er-diagram.md
with
27 additions
and
18 deletions
.gitignore
0 → 100644
+
1
−
0
View file @
fc0f1f69
.DS_Store
This diff is collapsed.
Click to expand it.
aw-design-diagram/er-diagram.md
+
26
−
18
View file @
fc0f1f69
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment