Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
AKMaily committed May 24, 2024
1 parent 74cb7d7 commit fb585e7
Showing 1 changed file with 28 additions and 23 deletions.
51 changes: 28 additions & 23 deletions OmniView.tex
Original file line number Diff line number Diff line change
Expand Up @@ -122,43 +122,47 @@ \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.

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}

Expand All @@ -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:}

Expand Down

0 comments on commit fb585e7

Please sign in to comment.