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
382b6a08
Commit
382b6a08
authored
3 years ago
by
Nilesh Bamne
Browse files
Options
Downloads
Patches
Plain Diff
Merged Contact into User.
parent
fc0f1f69
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
aw-design-diagram/er-diagram.md
+6
-11
6 additions, 11 deletions
aw-design-diagram/er-diagram.md
with
6 additions
and
11 deletions
aw-design-diagram/er-diagram.md
+
6
−
11
View file @
382b6a08
...
@@ -18,7 +18,6 @@
...
@@ -18,7 +18,6 @@
User }|--|| Participant : Has
User }|--|| Participant : Has
OTP ||--|| Participant : Sends-Email-OTP
OTP ||--|| Participant : Sends-Email-OTP
Contact ||--|| Participant : Checks-Verified-Email
Proof ||--|| ProofAttributes: Has
Proof ||--|| ProofAttributes: Has
ProofAttributes ||--|| Attributes: Has
ProofAttributes ||--|| Attributes: Has
...
@@ -38,15 +37,6 @@
...
@@ -38,15 +37,6 @@
DateTime updated_date
DateTime updated_date
}
}
Contact {
uuid id
string contact
string otp_id
Boolean is_verified
DateTime created_date
DateTime updated_date
}
Participant {
Participant {
uuid id
uuid id
string email
string email
...
@@ -64,6 +54,8 @@
...
@@ -64,6 +54,8 @@
uuid id
uuid id
string username
string username
string password
string password
string otp_id
Boolean is_verified
Role role
Role role
DateTime created_date
DateTime created_date
DateTime updated_date
DateTime updated_date
...
@@ -117,6 +109,7 @@
...
@@ -117,6 +109,7 @@
CredentialDef {
CredentialDef {
uuid id
uuid id
string cred_def_id
string schemaID
string schemaID
string name
string name
DateTime created_date
DateTime created_date
...
@@ -126,8 +119,10 @@
...
@@ -126,8 +119,10 @@
Connection {
Connection {
uuid id
uuid id
string connection_id
string connection_id
string
their_did
string
status
string participant_did
string participant_did
string their_did
string their_label
DateTime created_date
DateTime created_date
DateTime updated_date
DateTime updated_date
}
}
...
...
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