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.
28 lines
767 B
28 lines
767 B
\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}{Add poll}{concordia}{Poll creation form}
|
|
\end{call}
|
|
|
|
\begin{call}{actor}{Submit}{concordia}{New topic-poll page}
|
|
|
|
\begin{call}{concordia}{Create topic}{eth}{New topic ID}
|
|
\end{call}
|
|
|
|
\begin{call}{concordia}{Add poll to topic}{eth}{}
|
|
\end{call}
|
|
|
|
\begin{call}{concordia}{Save topic information}{orbit}{}
|
|
\end{call}
|
|
|
|
\begin{call}{concordia}{Save poll information}{orbit}{}
|
|
\end{call}
|
|
|
|
\end{call}
|
|
\end{sequencediagram}
|
|
|