commit edb6a8275138a0cc51c258d317e5096fe5a04bdb parent 179618810af9470f525579cfc74c740b4ba80880 Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch> Date: Fri, 7 Jun 2024 20:11:03 +0200 add fig ref Diffstat:
| M | doc/thesis/chapters/implementation/donau.tex | | | 2 | +- |
| M | doc/thesis/thesis.pdf | | | 0 |
2 files changed, 1 insertion(+), 1 deletion(-)
diff --git a/doc/thesis/chapters/implementation/donau.tex b/doc/thesis/chapters/implementation/donau.tex @@ -197,7 +197,7 @@ The last parameter of the URL is the salted hash of the donor tax ID. The REST client removes some of the complexity of sending requests to the Donau Server. It converts request parameters into JSON and parses JSON responses into a usable C format. What the exact queries are and how they look like is already described in the chapter \label{rest_api}. \subsection{Donau Database}\label{donau_database} -The Donau database contains five tables as shown in the figure below. The \texttt{donation\_units} and \texttt{donau\_sign\_keys} table store the keys necessary for signing and creating donation receipts. Donation receipts that are issued to be signed by the donau are stored in the \texttt{receipts\_issued} table while the receipts that are already signed are stored in the \texttt{receipts\_submitted} table. The \texttt{history} table keeps the donation records of the past years. +The Donau database contains five tables as shown in figure \ref{fig:db_physical_model}. The \texttt{donation\_units} and \texttt{donau\_sign\_keys} table store the keys necessary for signing and creating donation receipts. Donation receipts that are issued to be signed by the donau are stored in the \texttt{receipts\_issued} table while the receipts that are already signed are stored in the \texttt{receipts\_submitted} table. The \texttt{history} table keeps the donation records of the past years. \begin{figure}[ht] \includegraphics[width=1\textwidth]{db_physical_model} diff --git a/doc/thesis/thesis.pdf b/doc/thesis/thesis.pdf Binary files differ.