summaryrefslogtreecommitdiff
path: root/31-qualitaetsheft-kolloquium/slides/problems.tex
blob: b3343a6e23128c91a43f5d23f29ec87fc53be5bb (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
\begin{frame}{Herausforderungen}

\vspace{-.4cm}

\begin{orangeblock}{Falsche Zeitangaben}
    \begin{minipage}{1.7cm}
        \centering
        \fontsize{23pt}{0pt} 
        \selectfont 
        \textcolor{orange}
        \faClockO
    \end{minipage}
    \hspace{-.5cm}
    \begin{minipage}{.7\textwidth}
        \begin{itemize}
            \item \textbf{Problem:} Zeit der letzten Podcastinteraktion falsch
            \item \textbf{Ursache:} Lokale statt universelle Zeit zur Berechnung
            \item \textbf{Behebung:} Explizite Verwendung von UTC
        \end{itemize}
    \end{minipage}
\end{orangeblock}

\begin{redblock}{AntennaPod Fehlermeldung}
    \begin{minipage}{1.7cm}
        \centering
        \fontsize{23pt}{0pt} 
        \selectfont 
        \textcolor{kit-red}
        \faWarning
    \end{minipage}
    \hspace{-.5cm}
    \begin{minipage}{.7\textwidth}
        \begin{itemize}
            \item \textbf{Problem:} Bei Uploads gibt AntennaPod Fehler aus
            \item \textbf{Ursache:} Falscher Parametername gesendet
            \item \textbf{Behebung:} JsonProperty \texttt{updateURLs} zu \texttt{update\textunderscore urls} umbenannt
        \end{itemize}
    \end{minipage}
\end{redblock}

\begin{blueblock}{Doppelte Sicherung von EpisodeActions}
    \begin{minipage}{1.7cm}
        \centering
        \fontsize{23pt}{0pt} 
        \selectfont 
        \textcolor{kit-blue}
        \faClone
    \end{minipage}
    \hspace{-.5cm}
    \begin{minipage}{.8\textwidth}
        \begin{itemize}
            \item \textbf{Problem:} Mehrere EpisodeActions pro Benutzer für eine Episode gespeichert
            \item \textbf{Ursache:} Aufgrund von Effizienz - Spring ersetzt erst nach Sammeln der Daten
            \item \textbf{Behebung:} EpisodeActions vor Speichern aussortieren
        \end{itemize}
    \end{minipage}
\end{blueblock}

\end{frame}