Skip to content

Commit

Permalink
docs: update diagrams to encompass review feedback #2
Browse files Browse the repository at this point in the history
  • Loading branch information
jessysaurusrex committed Oct 7, 2021
1 parent edf8b14 commit 1c37852
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ actor "Pool Adder N" as pa #yellow
actor "Pool User" as pu
database "MPAS Contract" as mpas
box "Zoe"
control "Zoe" as zoe
control "userSeat" as usA

entity "Zoe" as zoe
entity "userSeat" as usA
end box

== MPAS Creation ==
Expand All @@ -21,13 +20,15 @@ return ""creatorFacet""
== Pool Addition SML:BCK==
autonumber 10
pa -> mpas: ""addPool()""
create database "Pool SML:BUCK" as pool
database "Pool SML:BUCK" as pool
entity "poolSeat SML:BUCK" as psA

mpas -> pool: Create pool for SML -> BUCK
mpas --> pa: ""Issuer""
== Pool Addition MOOL:BCK==
autonumber 10
pa -> mpas: ""addPool()""
create database "Pool MOOL:BUCK" as pool2
database "Pool MOOL:BUCK" as pool2
mpas -> pool2: Create pool for MOOL -> BUCK
mpas --> pa: ""Issuer""

Expand Down Expand Up @@ -58,7 +59,7 @@ pu -> pu: create proposal for SML:BUCK as ""proposal""

end

group requesting a SwapOut an invitation
group requesting an invitation for a SwapOut
pu -> mpas: ""makeSwapOutInvitation()""
return ""invitation""

Expand All @@ -72,7 +73,6 @@ zoe -> zoe: validate offer
zoe -> usA: create ""userSeat""
usA --> zoe: ""userSeat""
zoe -> pool: ""getPoolSeat()""
create control "poolSeat" as psA
pool -> psA: create ""poolSeat""
psA --> zoe: ""poolSeat""
mpas -> psA: stage assets
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 1c37852

Please sign in to comment.