models and doc update
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
ycc
2024-05-22 10:06:00 +02:00
parent 2e2ebad364
commit d657e64ae4
25 changed files with 3675 additions and 427 deletions

View File

@ -0,0 +1,7 @@
@startuml Company Company
Employee -> Company: Join company with provided credentials
Company -> Employee: provide a full featured validated peer
Company -> All: Publishes Employee ContactCard and info
Company -> Employee: notify publication done, service active
Employee -> Company: search for contacts
@enduml

View File

@ -0,0 +1,10 @@
@startuml Public endpoint (free for chat)
User -> Endpoint: Create & send invitation for endpoint (Generate User ContactCard and create endpoint pending contact)
Endpoint -> User: Auto-accept invitation and answer (Generate Endpoint ContactCard and create finalized User contact)
User -> Endpoint: [auto]validate Answer, invitation finalize (Finalize Endpoint contact and notify Endpoint that communication is possible)
Endpoint -> User: query mandatory/optional info for profile publication
User -> Endpoint: provide info
Endpoint -> All: Publishes User ContactCard and info
Endpoint -> User: notify publication done, service active
User -> Endpoint: search for contacts
@enduml