chore: Remove old Anhang and add some code to the docs
All checks were successful
Build docs / build-docs (pull_request) Successful in 29s
Label PRs based on size / Check PR size (pull_request) Successful in 27s
CI / Get Changed Files (pull_request) Successful in 34s
CI / Backend Tests (pull_request) Has been skipped
CI / eslint (pull_request) Has been skipped
Pull Request Labeler / labeler (pull_request_target) Successful in 4s
CI / Checkstyle Main (pull_request) Has been skipped
CI / oxlint (pull_request) Has been skipped
CI / Docker frontend validation (pull_request) Has been skipped
CI / prettier (pull_request) Has been skipped
CI / Docker backend validation (pull_request) Has been skipped
CI / test-build (pull_request) Has been skipped
CI / Playwright (pull_request) Has been skipped
Claude PR Review / claude-code (pull_request) Successful in 1m41s

This commit is contained in:
Jan K9f 2025-06-12 15:28:31 +02:00
commit 0e9e729fdf
10 changed files with 489 additions and 53 deletions

View file

@ -13,66 +13,35 @@
\clearpage
\subsection{Use Case-Diagramm}
\label{app:UseCase}
\begin{figure}[htb]
\centering
\includegraphicsKeepAspectRatio{UseCase.pdf}{1.3}
\caption{Use Case-Diagramm}
\end{figure}
\subsection{Implementierungsbeispiele}
\label{app:CodeSchichten}
\subsubsection{Frontend-Schicht: Angular Component}
\label{app:FrontendComponent}
\lstinputlisting[language=C, caption={Angular TypeScript Component - Coinflip Game}]{Listings/CoinflipComponent.ts}
\clearpage
\subsection{Amortisation}
\label{app:Amortisation}
Der Zeitpunkt der Amortisation wird als Schnittpunkt der beiden Geraden angegeben.
\begin{figure}[htb]
\centering
\includegraphicsKeepAspectRatio{amortisationgrafik.png}{1}
\caption{Grafische Darstellung der Amortisation}
\end{figure}
\subsubsection{Controller-Schicht: Spring Boot REST Controller}
\label{app:ControllerSchicht}
\lstinputlisting[language=java, caption={Spring Boot REST Controller - Coinflip}]{Listings/CoinflipController.java}
\clearpage
\subsection{composer.json Konfiguration für neusta-m2-intex-client}
\label{app:ComposerJson}
\lstinputlisting[language=json, caption={Konfiguration für neusta-m2-intex-client}]{Listings/composer.json}
\subsubsection{Service-Schicht: Business Logic}
\label{app:ServiceSchicht}
\lstinputlisting[language=java, caption={Service-Klasse mit Geschäftslogik - Coinflip}]{Listings/CoinflipService.java}
\clearpage
\subsection{Deklaration zur Anlage einer SQL Tabelle im Magento 2 Umfeld}
\label{app:InstallData}
\lstinputlisting[language=xml, caption={Deklaration zur Anlage einer SQL Tabelle im Magento 2 Umfeld}]{Listings/InstallData.xml}
\subsubsection{Persistierung-Schicht: JPA Entity}
\label{app:PersistierungSchicht}
\lstinputlisting[language=java, caption={JPA Entity - Benutzer}]{Listings/UserEntity.java}
\clearpage
\subsection{Klasse: Factory}
\label{app:Factory}
\lstinputlisting[language=php, caption={Klasse: Factory}]{Listings/Factory.php}
\clearpage
\subsection{Klasse: CustomerConnection}
\label{app:CustomerConnection}
\lstinputlisting[language=php, caption={Klasse: CustomerConnection}]{Listings/CustomerConnection.php}
\clearpage
\subsection{Klasse: Connection}
\label{app:Connection}
\lstinputlisting[language=php, caption={Abstrakte Klasse: Connection}]{Listings/Connection.php}
\clearpage
\subsection{Klasse: CustomerDataController}
\label{app:CustomerDataController}
\lstinputlisting[language=php, caption={Klasse: CustomerDataController}]{Listings/CustomerDataController.php}
\clearpage
\subsection{UnitTest: FactoryTest}
\label{app:UnitTest}
\lstinputlisting[language=php, caption={Unit Test der Klasse: Factory}]{Listings/UnitTest.php}
\subsubsection{Konfiguration: Application Properties}
\label{app:Konfiguration}
\lstinputlisting[caption={Spring Boot Anwendungskonfiguration}]{Listings/application.properties}
\clearpage