You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
518 B
20 lines
518 B
3 years ago
|
\begin{sequencediagram}
|
||
|
\newthread{actor}{Actor}{}
|
||
|
\newinst[3]{concordia}{:Concordia}{}
|
||
|
\newinst[2]{eth}{:Ethereum}{}
|
||
|
\newinst[1]{orbit}{:OrbitDb}{}
|
||
|
|
||
|
\begin{call}{actor}{Create post}{concordia}{Post creation form}
|
||
|
\end{call}
|
||
|
|
||
|
\begin{call}{actor}{Submit}{concordia}{Updated topic page}
|
||
|
|
||
|
\begin{call}{concordia}{Create post}{eth}{New post ID}
|
||
|
\end{call}
|
||
|
|
||
|
\begin{call}{concordia}{Save post information}{orbit}{}
|
||
|
\end{call}
|
||
|
|
||
|
\end{call}
|
||
|
\end{sequencediagram}
|