diff --git a/OmniView.tex b/OmniView.tex index 2fec287..a64500f 100644 --- a/OmniView.tex +++ b/OmniView.tex @@ -122,26 +122,26 @@ \section{User Interface} The application is divided into four regions that form the basic interface: the Toolbar, the SideBar Menu, the Plot Region, and the Devices Menu. \begin{itemize} - \item A bar at the top where the company name, a save button, and start and stop measurement buttons are integrated. - \item An adjustable window where the data is displayed. - \item A side menu for: - \begin{itemize} - \item Searching devices - \item Loading old data - \item Diagnostics - \item Settings - \item Help - \end{itemize} - \item A bottom window that can be minimized, displaying connected devices and loaded data files. - \item Several popup windows that appear when using, for example, an analysis. +\item A bar at the top where the company name, a save button, and start and stop measurement buttons are integrated. +\item An adjustable window where the data is displayed. +\item A side menu for: +\begin{itemize} +\item Searching devices +\item Loading old data +\item Diagnostics +\item Settings +\item Help +\end{itemize} +\item A bottom window that can be minimized, displaying connected devices and loaded data files. +\item Several popup windows that appear when using, for example, an analysis. \end{itemize} The size of the GUI should adapt to the size of the respective used screen. The design can be found in Figure \ref{fig:GUI}. \begin{figure}[!h] - \includegraphics[width=.9\textwidth]{./assets/pictures/DatawindowVersion1.0.png} - \caption[]{A visual representation of the GUI interface when all menus are selected} - \label{fig:GUI} +\includegraphics[width=.9\textwidth]{./assets/pictures/DatawindowVersion1.0.png} +\caption[]{A visual representation of the GUI interface when all menus are selected} +\label{fig:GUI} \end{figure} The language displayed in the pictures is German. @@ -149,16 +149,20 @@ \section{User Interface} The popup windows will include: \begin{itemize} - \item A window to load old data from the filesystem into the application. - \item A window to save the measured data. - \item A window to generate training data from loaded or measured data. - \item A window to analyze loaded or measured data. - \item A settings window. +\item A window to load old data from the filesystem into the application. +\item A window to save the measured data. +\item A window to generate training data from loaded or measured data. +\item A window to analyze loaded or measured data. +\item A settings window. \end{itemize} -This list is not yet complete. These popup windows should all follow the same structure and design principles found in \ref{cap:Designprinciples}. An example of a popup window is shown in Chapter \ref{cap:Designprinciples_Popupwindows}. +This list is not yet complete. These popup windows should all follow the same structure and design principles found in \ref{cap:Designprinciples}. +An example of a popup window is shown in Chapter \ref{cap:Designprinciples_Popupwindows}. + +The following provides an initial structural description of the four main regions. Within the chapters, + there is also a detailed description of the various components and their functionality. Subsequently, +the individual popup windows are described in terms of their functionality and structure. Following that, a precise description of the design is provided. -The following provides an initial structural description of the four main regions. Within the chapters, there is also a detailed description of the various components and their functionality. Subsequently, the individual popup windows are described in terms of their functionality and structure. Following that, a precise description of the design is provided. \subsection{Region: Toolbar} @@ -176,7 +180,8 @@ \subsection{Region: Toolbar} \subsection{Region: Save Data} -This section delineates the procedure for transferring the data from a waveform stack or an individual waveform, acquired through OmnAIScope, to a storage system via the user interface. The storage options include the computer's file system, a Database Management System (DBMS), or a Cloud platform. +This section delineates the procedure for transferring the data from a waveform stack or an individual waveform, +acquired through OmnAIScope, to a storage system via the user interface. The storage options include the computer's file system, a Database Management System (DBMS), or a Cloud platform. \textbf{User Story:}