Update notes and documents
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
113d31a592
commit
91978e22d9
10 changed files with 155 additions and 37 deletions
|
@ -2,43 +2,73 @@
|
|||
\label{chapter:requirements}
|
||||
|
||||
\section{Functional Requirements}
|
||||
\begin{table}[ht]
|
||||
\begin{reqTblr}{lll}
|
||||
\begin{table}[H]
|
||||
\begin{reqTblr}{l p{11.8cm}}
|
||||
ID & F01 \\
|
||||
Title & Website Transmits Data using MI \\
|
||||
Persona & Persona 1, Persona 2 \\
|
||||
Description & Description here...
|
||||
Title & Calibration on Website \\
|
||||
Application & Website \\
|
||||
Description & Alice visits the website and starts the calibration mode on the website. While in calibration mode the the website continously puts load on the CPU.
|
||||
\end{reqTblr}
|
||||
\caption{Functional Requirement 01}
|
||||
\end{table}
|
||||
|
||||
\begin{table}[ht]
|
||||
\begin{reqTblr}{lll}
|
||||
\begin{table}[H]
|
||||
\begin{reqTblr}{l p{11.8cm}}
|
||||
ID & F02 \\
|
||||
Title & Smartphone Receives the Data \\
|
||||
Persona & Persona 1, Persona 2 \\
|
||||
Description & Description here...
|
||||
Title & Calibration on App \\
|
||||
Application & Smartphone App \\
|
||||
Description & In the app Alice can start the calibration process. By putting her smartphone on different location on her laptop the app will tell her the current strength of the magnetic field. The point with the strongest magnetic field is the optimal place for data transmission.
|
||||
\end{reqTblr}
|
||||
\caption{Functional Requirement 02}
|
||||
\end{table}
|
||||
|
||||
\begin{table}[ht]
|
||||
\begin{reqTblr}{lll}
|
||||
\begin{table}[H]
|
||||
\begin{reqTblr}{l p{11.8cm}}
|
||||
ID & F03 \\
|
||||
Title & Smartphone Displays the Data \\
|
||||
Persona & Persona 1, Persona 2 \\
|
||||
Description & Description here...
|
||||
Title & Text Entry \\
|
||||
Application & Website \\
|
||||
Description & The website contains a text input field. Alice can enter any ASCII string in this text input.
|
||||
\end{reqTblr}
|
||||
\caption{Functional Requirement 03}
|
||||
\end{table}
|
||||
|
||||
\section{Non Functional Requirements}
|
||||
\begin{table}[ht]
|
||||
\begin{reqTblr}{lll}
|
||||
ID & N01 \\
|
||||
Title & Smartphone Requires No Connectivity \\
|
||||
Persona & Persona 1, Persona 2 \\
|
||||
Description & Description here...
|
||||
\begin{table}[H]
|
||||
\begin{reqTblr}{l p{11.8cm}}
|
||||
ID & F04 \\
|
||||
Title & Sending Data \\
|
||||
Application & Website \\
|
||||
Description & Alice visits the website, enter a text and then clicks on the send send button. The website will attempt to send the string in the input field using MI. The data will be sent continously until Alice stops the sending by clicking on the stop button.
|
||||
\end{reqTblr}
|
||||
\caption{Non Functional Requirement 01}
|
||||
\caption{Functional Requirement 04}
|
||||
\end{table}
|
||||
|
||||
\begin{table}[H]
|
||||
\begin{reqTblr}{l p{11.8cm}}
|
||||
ID & F05 \\
|
||||
Title & Receiving Data \\
|
||||
Application & Smartphone App \\
|
||||
Description & Alice can start the receiving mode in the app. By putting her smartphone on the laptop she can receive the data that is sent by the website. The app displays the received text on the screen.
|
||||
\end{reqTblr}
|
||||
\caption{Functional Requirement 05}
|
||||
\end{table}
|
||||
|
||||
|
||||
\newpage
|
||||
\section{Non Functional Requirements}
|
||||
\begin{table}[H]
|
||||
\begin{reqTblr}{l p{11.8cm}}
|
||||
ID & N01 \\
|
||||
Title & Working in Airplane Mode \\
|
||||
Description & Alice can receive data using the app on her smartphone even if she has put her phone in airplane mode.
|
||||
\end{reqTblr}
|
||||
\caption{Non Functional Requirement 01}
|
||||
\end{table}
|
||||
|
||||
\begin{table}[H]
|
||||
\begin{reqTblr}{l p{11.8cm}}
|
||||
ID & N02 \\
|
||||
Title & Transfer Rate \\
|
||||
Description & The transfer speed between the laptop and smartphone should at least be \SI{2}{\bit\per\second}
|
||||
\end{reqTblr}
|
||||
\caption{Non Functional Requirement 02}
|
||||
\end{table}
|
||||
|
|
Reference in a new issue