commit ad0f8d4f42c4665b006c2ae20a99a2e10047b370
parent aec97bc4928a991a7f3900045d1e14d660aa1c7f
Author: Casaburi Johannes <johannes.casaburi@students.bfh.ch>
Date: Wed, 12 Jun 2024 20:35:17 +0200
thesis fig better descriptions
Diffstat:
3 files changed, 8 insertions(+), 8 deletions(-)
diff --git a/doc/thesis/chapters/approach/concept.tex b/doc/thesis/chapters/approach/concept.tex
@@ -74,7 +74,7 @@ with GNU Taler) the donations are fully anonymous.
\node at (11,-1.2) {Donau};
\end{tikzpicture} \vspace{0.4cm}
\end{center}
-\caption{issue receipt request} \label{fig:issue receipt request}
+\caption{Donor donates to a charity, sending a issue receipt request to the Donau} \label{fig:issue receipt request}
\end{figure}
Upon receiving the signed issue request from the charity, the Donau must verify
@@ -107,7 +107,7 @@ have accumulated any number of these donation receipts.
\node at (11,-1.2) {Donau};
\end{tikzpicture} \vspace{0.4cm}
\end{center}
-\caption{issue receipt response} \label{fig:issue receipt response}
+\caption{Donor receives the signed receipts from the Donau} \label{fig:issue receipt response}
\end{figure}
\section{Summarize the Receipts}\label{summarize_the_receipts}
@@ -160,7 +160,7 @@ donation receipts.
\node at (4,-1) {\large{15}};
\end{tikzpicture}\vspace{0.4cm}
\end{center}
-\caption{summarize receipts} \label{fig:summarize receipts}
+\caption{The Donau summarizes the donation receipts and sends the statement back} \label{fig:summarize receipts}
\end{figure}
\section{Validation}\label{validation}
@@ -192,7 +192,7 @@ specified donor indeed has donated the claimed amount in the indicated year.
\node at (8.5,-1.8) {Tax Authority};
\end{tikzpicture}\vspace{0.4cm}
\end{center}
-\caption{validation} \label{fig:validation}
+\caption{The tax authority verifies the statement previously created by the Donau} \label{fig:validation}
\end{figure}
The tax authority will not have any information to which charity the donor
diff --git a/doc/thesis/chapters/implementation/donau.tex b/doc/thesis/chapters/implementation/donau.tex
@@ -78,7 +78,7 @@ amount for the charity of the current year.
\begin{figure}[ht]
\includegraphics[width=1\textwidth]{donau_flow_register_charity}
-\caption{flow chart register charity} \label{fig:donau_flow_register_charity}
+\caption{The tax authority registeres a new charity in the Donau}\label{fig:donau_flow_register_charity}
\end{figure}
The following is an example response of a
@@ -140,7 +140,7 @@ and all donation unit signatures to make the request idempotent (see section
\begin{figure}[ht]
\includegraphics[width=1\textwidth]{donau_flow_issue_receipt}
-\caption{flow chart issue receipt} \label{fig:donau_flow_issue_receipt}
+\caption{Flow of the issue receipt process} \label{fig:donau_flow_issue_receipt}
\end{figure}
The following is an example response of a \\
@@ -196,7 +196,7 @@ donation statement get request can be made for a specified year and tax ID.
\begin{figure}[ht]
\includegraphics[width=1\textwidth]{donau_flow_submit_receipt}
-\caption{flow chart submit receipt} \label{fig:donau_flow_submit_receipt}
+\caption{Donor requests a donation statement from the Donau} \label{fig:donau_flow_submit_receipt}
\end{figure}
The following is an example of a \\
@@ -252,7 +252,7 @@ The \texttt{history} table keeps the donation records of the past years.
\begin{figure}[ht]
\includegraphics[width=1\textwidth]{db_physical_model}
-\caption{database physical model (generated by \url{dbdiagram.io})} \label{fig:db_physical_model}
+\caption{Donau database model (generated by \url{dbdiagram.io})} \label{fig:db_physical_model}
\end{figure}
\subsubsection{charities}
Each registered charity has an entry in this table. There may be a donation
diff --git a/doc/thesis/thesis.pdf b/doc/thesis/thesis.pdf
Binary files differ.