update
[bsc-thesis1415.git] / thesis2 / 2.requirementsanddesign.tex
index 94a7c28..f3cfd73 100644 (file)
@@ -50,7 +50,7 @@ and with a description underneath.
                source because of the scope of the project. Most sources require an
                entirely different strategy. The full reason why we chose RSS feeds can be
                found in Section~\ref{sec:whyrss}.
-               
+
        \item[F7:] Export the data to a strict XML feed.
 
                This requirement is an adapted version of requirement F3, this to done to
@@ -104,7 +104,22 @@ and with a description underneath.
                in the software managing the database.
 \end{itemize}
 
-\section{Design}
+\section{Application overview}
+\begin{figure}[H]
+       \label{appoverview}
+       \centering
+       \scalebox{0.7}{
+               \digraph[]{graph111}{
+                       rankdir=LR;
+                       node [shape="rectangle",fontsize=10,nodesep=0.7,ranksep=0.75,width=1];
+                       User -> System
+                       User -> Source
+                       System -> Crawler
+                       Crawler -> Source
+               }
+       }
+       \caption{Overview of the application}
+\end{figure}
 \subsection{Frontend}
 \subsubsection{General description}
 The frontend is a web interface to the backend applications that allow the user