blob: ed9b143c6b840f194ab486133311366fd6514635 (
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
|
\begin{frame}{Statistiken}
\begin{columns}[t]
\begin{column}{.4\textwidth}
\begin{orangeblock}{Dashboard}
\centering
\begin{minipage}{.2\textwidth}
\centering
\vspace{.15cm}
\fontsize{30pt}{36pt}
\selectfont
\faDesktop
\vspace{.2cm}
\end{minipage}
\begin{tabular}{l l}
\textbf{SLOC} & 2020 Zeilen \\
\textbf{Commits} & 191 \\
\textbf{Dateien} & 38
\end{tabular}
\end{orangeblock}
\end{column}
\begin{column}{.4\textwidth}
\begin{greenblock}{Server}
\centering
\begin{minipage}{.2\textwidth}
\centering
\vspace{.2cm}
\fontsize{30pt}{36pt}
\selectfont
\faServer
\vspace{.25cm}
\end{minipage}
\begin{tabular}{l l}
\textbf{SLOC} & 3812 Zeilen \\
\textbf{Commits} & 305 \\
\textbf{Dateien} & 60
\end{tabular}
\end{greenblock}
\end{column}
\end{columns}
\vspace{.3cm}
\centering
\begin{minipage}{.9\textwidth}
\begin{blueblock}{Insgesamt}
\centering
\begin{minipage}{.5\textwidth}
\centering
\begin{minipage}{.2\textwidth}
\centering
\vspace{.2cm}
\fontsize{30pt}{36pt}
\selectfont
\faChartLine
\vspace{.3cm}
\end{minipage}
\begin{tabular}{l l}
\textbf{SLOC} & 5832 Zeilen \\
\textbf{Commits} & 486 \\
\textbf{Dateien} & 98
\end{tabular}
\end{minipage}
\end{blueblock}
\small SLOC und Anzahl der Dateien würden basierend der Inhalte des
Quellordners \texttt{src/} berechnet und beinhalten keine automatisch
generierten Dateien.
\end{minipage}
\end{frame}
\begin{frame}{Zeitlicher Verlauf der Commits}
\textbf{Dashboard}
\includegraphics[width=\textwidth]{assets/commits-dashboard.png}
\textbf{Server}
\includegraphics[width=\textwidth]{assets/commits-server.png}
\end{frame}
\begin{frame}{Commit-Verteilung Server}
\includegraphics[width=\textwidth]{assets/contributors-server.png}
\end{frame}
\begin{frame}{Commit-Verteilung Dashboard}
\includegraphics[width=\textwidth]{assets/contributors-dashboard.png}
\end{frame}
|