diff --git a/Defensio/02_Praesentation_Konstantin_Hintermayer.md b/Defensio/02_Praesentation_Konstantin_Hintermayer.md index 398f55c..bda7b0e 100644 --- a/Defensio/02_Praesentation_Konstantin_Hintermayer.md +++ b/Defensio/02_Praesentation_Konstantin_Hintermayer.md @@ -153,8 +153,58 @@ sequenceDiagram - Dependency Injection (IServiceProvider) - Repository-Pattern (EntityFramework) -::: columns +## Module +::: columns +:::: column +**Admin Module:** + + - Mass Mailer + - Token Lifetime + - Report System + +**Allgemeine Module:** + + - Event Registration + - Black Board + +:::: +:::: column +![](./Images/images/konstantin/ReportingSystem.png) +:::: +::: + +## Produktion $\neq$ Staging + +\begin{tikzpicture}[ + node distance=2.2cm, + stepnode/.style={circle, minimum size=1.2cm, draw, line width=1.5pt, fill=white, inner sep=0pt}, + labelnode/.style={align=center, font=\small\bfseries}, + textnode/.style={align=center, font=\scriptsize, color=gray}, + track/.style={line width=2pt, gray!20} +] + % Central Track + \draw[track] (-1,0) -- (12,0); + + % Steps + \node[stepnode, draw=green!60!black] (s1) at (0,0) {\color{green!60!black}\Large\faCheck}; + \node[stepnode, draw=accent, right=of s1] (s2) {\color{accent}\Large\faCodeBranch}; + \node[stepnode, draw=red, right=of s2] (s3) {\color{red}\Large\faExclamationTriangle}; + \node[stepnode, draw=orange, right=of s3] (s4) {\color{orange}\Large\faLightbulb}; + + % Labels Above + \node[labelnode, above=0.2cm of s1, color=green!60!black] {Staging}; + \node[labelnode, above=0.2cm of s2, color=accent] {Deploy}; + \node[labelnode, above=0.2cm of s3, color=red] {Bruch}; + \node[labelnode, above=0.2cm of s4, color=orange] {Erkenntnis}; +\end{tikzpicture} + +\vfill + +::: columns +:::: column +"It works on my Machine" +:::: :::: column left :::: diff --git a/Defensio/Images/images/konstantin/ReportingSystem.png b/Defensio/Images/images/konstantin/ReportingSystem.png new file mode 100644 index 0000000..2780299 Binary files /dev/null and b/Defensio/Images/images/konstantin/ReportingSystem.png differ