pse-documentation/31-qualitaetsheft-kolloquium/slides/statistics.tex

86 lines
2.5 KiB
TeX
Raw Permalink Normal View History

2024-05-24 17:42:08 +02:00
\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}