[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-cashless2ecash] branch master updated: presentation: slides
From: |
gnunet |
Subject: |
[taler-cashless2ecash] branch master updated: presentation: slides |
Date: |
Sun, 09 Jun 2024 13:27:52 +0200 |
This is an automated email from the git hooks/post-receive script.
joel-haeberli pushed a commit to branch master
in repository cashless2ecash.
The following commit(s) were added to refs/heads/master by this push:
new c74631c presentation: slides
c74631c is described below
commit c74631ca7879bc72ad6add596bf38886d4546f9f
Author: Joel-Haeberli <haebu@rubigen.ch>
AuthorDate: Sun Jun 9 13:27:47 2024 +0200
presentation: slides
---
docs/content/implementation/a-c2ec.tex | 15 +++++++++++++--
docs/content/implementation/b-terminal.tex | 8 --------
docs/thesis.pdf | Bin 2101788 -> 2101691 bytes
presentation/friday.odp | Bin 281728 -> 611699 bytes
4 files changed, 13 insertions(+), 10 deletions(-)
diff --git a/docs/content/implementation/a-c2ec.tex
b/docs/content/implementation/a-c2ec.tex
index 59bb66c..12605dd 100644
--- a/docs/content/implementation/a-c2ec.tex
+++ b/docs/content/implementation/a-c2ec.tex
@@ -9,12 +9,23 @@ The diagram in \autoref{fig-diagram-c2ec-apis-sequence} shows
the perspective of
The implementation of the terminals API can be found in
\autoref{sec-implementation-terminal-api}, the bank integration API is
documented in \autoref{sec-implementation-bank-integration-api} and the wire
gateway API implementation is documented in
\autoref{sec-implementation-wire-gateway-api}
+\newpage
+\KOMAoptions{paper=landscape,pagesize}
+\recalctypearea
+\thispagestyle{empty}
+\newgeometry{left=4cm, right=4cm, top=3cm, bottom=0cm}
+
\begin{figure}[H]
\centering
- \includegraphics[width=1.1\textwidth]{pictures/diagrams/c2ec_apis.png}
+ \includegraphics[width=1.7\textwidth]{pictures/diagrams/c2ec_apis.png}
\caption{C2EC and its interactions with various components}
\label{fig-diagram-c2ec-apis-sequence}
- \end{figure}
+\end{figure}
+
+\restoregeometry
+\newpage
+\KOMAoptions{paper=portrait,pagesize}
+\recalctypearea
\subsubsection{Decoupling Withdrawal Steps}
diff --git a/docs/content/implementation/b-terminal.tex
b/docs/content/implementation/b-terminal.tex
index 4e02d3f..ffa37c6 100644
--- a/docs/content/implementation/b-terminal.tex
+++ b/docs/content/implementation/b-terminal.tex
@@ -9,13 +9,6 @@ On the amount screen the terminal operator enters the amount
to withdraw and cli
In the register parameters screen, a QR code is displayed, which must be
scanned by the withdrawer using their wallet app. When the user scanned the QR
Code and the terminal gets the withdrawal operation in state 'selected' from
C2EC, the wallet has successfully registered its withdrawal parameters. In this
case the terminal application changes to the authorization screen in which the
withdrawing person must authorize the transaction using their credit card (or
another supported payment [...]
-% \begin{figure}[H]
-% \centering
-%
\includegraphics[width=0.7\textwidth]{pictures/diagrams/terminal_flow.png}
-% \caption{The flow of the terminal app}
-% \label{fig-diagram-terminal-flow}
-% \end{figure}
-
\newpage
\KOMAoptions{paper=landscape,pagesize}
\recalctypearea
@@ -34,7 +27,6 @@ In the register parameters screen, a QR code is displayed,
which must be scanned
\KOMAoptions{paper=portrait,pagesize}
\recalctypearea
-
\subsection{Screens}
The application is implemented using Jetpack Compose
\cite{app-jetpack-compose} and each of the screens described in
\autoref{sec-wallee-withdrawal-flow} is implemented as composable screen. This
allows to handle the entire withdrawal flow in one single activity and
therefore makes state handling easier. For the summary a standalone activity is
used. The state is bound to the activity and compose will make sure to rebuild
the UI if values change. It also prevents illegal states and that [...]
diff --git a/docs/thesis.pdf b/docs/thesis.pdf
index 611897a..328ecb4 100644
Binary files a/docs/thesis.pdf and b/docs/thesis.pdf differ
diff --git a/presentation/friday.odp b/presentation/friday.odp
index 7b7b916..c11c8f3 100644
Binary files a/presentation/friday.odp and b/presentation/friday.odp differ
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-cashless2ecash] branch master updated: presentation: slides,
gnunet <=