Move all Modules to a single slide
This commit is contained in:
@@ -153,8 +153,58 @@ sequenceDiagram
|
|||||||
- Dependency Injection (IServiceProvider)
|
- Dependency Injection (IServiceProvider)
|
||||||
- Repository-Pattern (EntityFramework)
|
- Repository-Pattern (EntityFramework)
|
||||||
|
|
||||||
::: columns
|
## Module
|
||||||
|
|
||||||
|
::: columns
|
||||||
|
:::: column
|
||||||
|
**Admin Module:**
|
||||||
|
|
||||||
|
- Mass Mailer
|
||||||
|
- Token Lifetime
|
||||||
|
- Report System
|
||||||
|
|
||||||
|
**Allgemeine Module:**
|
||||||
|
|
||||||
|
- Event Registration
|
||||||
|
- Black Board
|
||||||
|
|
||||||
|
::::
|
||||||
|
:::: column
|
||||||
|

|
||||||
|
::::
|
||||||
|
:::
|
||||||
|
|
||||||
|
## 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
|
:::: column
|
||||||
left
|
left
|
||||||
::::
|
::::
|
||||||
|
|||||||
Reference in New Issue
Block a user