Skip to content

Commit

Permalink
Try uml diagram one more time
Browse files Browse the repository at this point in the history
  • Loading branch information
Xarthisius committed Feb 20, 2018
1 parent d1d688d commit 63c3096
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .readthedocs.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
build:
image: latest

python:
version: 3
19 changes: 19 additions & 0 deletions mockups/tale-publishing/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -197,3 +197,22 @@ TODOS
- Deal with the Globus side of this
- Find out how much we can instrument Girder to get provenance information for which script read which files


.. uml::

@startuml diag
User -> Dashboard: Clicks "Publish"
activate Dashboard
Dashboard -> Backend: req saveTale(id)
activate Backend
loop each item
Backend -> Repository: createObject
Repository --> Backend: objectCreated
end
Backend -> Repository: req createPackage
Repository --> Backend: resp packageCreated
Backend --> Dashboard: resp taleSaved(id)
deactivate Backend
Dashboard --> User: Updates UI
deactivate Dashboard
@enduml

0 comments on commit 63c3096

Please sign in to comment.