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.
|
|
|
\begin{sequencediagram}
|
|
|
|
\newthread{actor}{Actor}{}
|
|
|
|
\newinst[4]{concordia}{:Concordia}{}
|
|
|
|
\newinst[2]{eth}{:Ethereum}{}
|
|
|
|
\newinst[1]{orbit}{:OrbitDB}{}
|
|
|
|
|
|
|
|
\begin{call}{actor}{Create topic}{concordia}{Topic creation form}
|
|
|
|
\end{call}
|
|
|
|
|
|
|
|
\begin{call}{actor}{Submit}{concordia}{New topic page}
|
|
|
|
|
|
|
|
\begin{call}{concordia}{Create topic}{eth}{New topic ID}
|
|
|
|
\end{call}
|
|
|
|
|
|
|
|
\begin{call}{concordia}{Save topic information}{orbit}{}
|
|
|
|
\end{call}
|
|
|
|
|
|
|
|
\end{call}
|
|
|
|
\end{sequencediagram}
|