blob: 3186a53910a2305ff4f3dfaaa434a09175562a0a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
|
\begin{frame}[t]{Einführung}
\centering
\includegraphics[width=\textwidth]{assets/diagrams/classdiagram}
\end{frame}
% sub
% episode
% auth
% model
% util
\begin{frame}[t]{Subscriptions-API}
\centering
\includegraphics[width=\textwidth]{assets/diagrams/classdiagram-subscriptions}
\end{frame}
\begin{frame}[t]{EpisodeActions-API}
\centering
\includegraphics[width=\textwidth]{assets/diagrams/classdiagram-episode-actions}
\end{frame}
\begin{frame}[t]{Authentication-API}
\centering
\includegraphics[width=.75\textwidth]{assets/diagrams/classdiagram-authentication}
\end{frame}
\begin{frame}[t]{Model-Paket}
\centering
\includegraphics[width=\textwidth]{assets/diagrams/classdiagram-model}
\end{frame}
\begin{frame}[t]{Util-Paket}
\centering
\includegraphics[width=\textwidth]{assets/diagrams/classdiagram-util}
\end{frame}
|