Skip to content

Commit

Permalink
added sample UML sequence diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
cmungall committed Jan 21, 2015
1 parent c5b8f23 commit 5b3c014
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
7 changes: 7 additions & 0 deletions seq-diagram/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
To visualize this sequence diagram, go to
https://www.websequencediagrams.com/

and paste in the comments of the .src file

![image](./seq-diagram.png)

16 changes: 16 additions & 0 deletions seq-diagram/mme-seq-diagram.src
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
title Matchmaker sequence

participant Ada
participant Bob
participant A
participant B


Bob->B : Submits metadata plus patient data
Ada->A : Submits metadata plus patient data
A->B: API Match Request
note right of B: B performs match, eg top 10
B->A: API returns list of scored patients plus metadata
A->Ada: Displays matching patients plus contactinfo
Ada->Bob : emails
note right of Bob: Ada asks Bob for more info
Binary file added seq-diagram/seq-diagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5b3c014

Please sign in to comment.