commit 8dca1992d4a290109e8f4d5f8213a077b3c3636d
parent 703c8cfa8f835ca4fa956f3f71b05502fb658d5c
Author: Matyja Lukas Adam <lukas.matyja@students.bfh.ch>
Date: Thu, 30 May 2024 22:09:30 +0200
[doc] work on intro
Diffstat:
4 files changed, 9 insertions(+), 3 deletions(-)
diff --git a/doc/thesis/chapters/intro/acknowledgements.tex b/doc/thesis/chapters/intro/acknowledgements.tex
@@ -1,4 +1,6 @@
\section{Acknowledgements}
%Dozente + expert
+%michiel leenaars NLnet foundation
%christian blättler für GNUNET code
+
diff --git a/doc/thesis/chapters/intro/introduction.tex b/doc/thesis/chapters/intro/introduction.tex
@@ -12,3 +12,7 @@ The aim of this bachelor thesis is to assess the current situation in the area o
\item Improve the user convienience for both the donor and tax authorities.
\item Prevent donation fraud with fake, expired or third-party donations.
\end{itemize}
+
+\section{Scope}
+As part of the project the Donau protocol was formulated and the Donau REST Api, backend and the corresponding client were implemented. Furthermore an android app for the verication process was developed.
+Out of scope was the charity part which would have been integrated into the Taler merchant and the donor implementation which would have been integrated into the Taler wallet. Unlike the charity integration, the donor part of the taler wallet is payment system dependent. In other words, since the taler wallet can only make donations with the taler payment system, it could only receive donation receipts for this. The administrator interface was also out of scope. It would be there to provide a user-friendly interface to manage charities.
diff --git a/doc/thesis/thesis.pdf b/doc/thesis/thesis.pdf
Binary files differ.
diff --git a/doc/thesis/thesis.tex b/doc/thesis/thesis.tex
@@ -21,13 +21,13 @@
\chapter{Acknowledgements}
\input{chapters/intro/acknowledgements}
+\chapter{Introduction}
+\input{chapters/intro/introduction}
+
\chapter{Background}
\input{chapters/background/blindsign}
\input{chapters/background/taler}
-\chapter{Introduction}
-\input{chapters/intro/introduction}
-
\chapter{Approach}
\input{chapters/approach/concept}