Add current notes
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
93dfeb443b
commit
ba31c18091
7 changed files with 71 additions and 7 deletions
|
@ -1,19 +1,42 @@
|
|||
\chapter{Requirements}
|
||||
\label{chapter:requirements}
|
||||
|
||||
\section{Functional Requirements}
|
||||
\begin{table}[ht]
|
||||
\begin{reqTblr}{lll}
|
||||
ID & F01 \\
|
||||
Title & Website Transmits Data using MI \\
|
||||
Persona & Persona 1, Persona 2 \\
|
||||
Description & Description here...
|
||||
\end{reqTblr}
|
||||
\caption{Functional Requirement 01}
|
||||
\end{table}
|
||||
|
||||
\begin{table}[ht]
|
||||
\begin{reqTblr}{lll}
|
||||
ID & F02 \\
|
||||
Title & Smartphone Receives the Data \\
|
||||
Persona & Persona 1, Persona 2 \\
|
||||
Description & Description here...
|
||||
\end{reqTblr}
|
||||
\caption{Functional Requirement 02}
|
||||
\end{table}
|
||||
|
||||
\begin{table}[ht]
|
||||
\begin{reqTblr}{lll}
|
||||
ID & F03 \\
|
||||
Title & Smartphone Displays the Data \\
|
||||
Persona & Persona 1, Persona 2 \\
|
||||
Description & Description here...
|
||||
\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...
|
||||
\end{reqTblr}
|
||||
|
|
Reference in a new issue