From aa32b75bd7a6248fad478bc634e8126ee9981db7 Mon Sep 17 00:00:00 2001 From: mjkwiatkowski Date: Thu, 16 Jul 2026 01:27:14 +0200 Subject: feat: completed all feedback from Dante as to Chapter 3 --- sources/five_dimensional_dt.drawio | 12 ++++++------ sources/requirements_validation.tex | 29 +++++++++++++++++++++++++++++ sources/thesis_structure.drawio | 2 +- 3 files changed, 36 insertions(+), 7 deletions(-) create mode 100644 sources/requirements_validation.tex (limited to 'sources') diff --git a/sources/five_dimensional_dt.drawio b/sources/five_dimensional_dt.drawio index 5362631..e10c94f 100644 --- a/sources/five_dimensional_dt.drawio +++ b/sources/five_dimensional_dt.drawio @@ -1,6 +1,6 @@ - + @@ -104,7 +104,7 @@ - + @@ -114,15 +114,15 @@ - - + + - + - + diff --git a/sources/requirements_validation.tex b/sources/requirements_validation.tex new file mode 100644 index 0000000..bf0952d --- /dev/null +++ b/sources/requirements_validation.tex @@ -0,0 +1,29 @@ +\begin{table}[ht] + \centering + \renewcommand{\arraystretch}{1.4} + \resizebox{\columnwidth}{!}{ + \begin{tabular}{lrccccccccccc} + \toprule + & & \textbf{FR1} & \textbf{FR2} & \textbf{FR3} & \textbf{FR4} + & \textbf{FR5} & \textbf{FR6} & \textbf{FR7} & \textbf{NFR1} & \textbf{NFR2} & \textbf{NFR3} & \textbf{NFR4} \\ + \midrule + Interactive Dashboard (\myCircled{2a}) & & & \tick & & \tick & \tick & & \tick & \tick & \tick & \tick & \\ + Message Broker (\myCircled{2b}) & & \tick & \tick & \tick & \tick & \tick & \tick & & \tick & \tick & \tick & \\ + System Knobs (\myCircled{2c}) & & & \tick & & \tick & \tick & & & & & \tick & \tick \\ + + Database (\myCircled{3a}) & & & & \tick & \tick & \tick & \tick & & & \tick & & \\ + + API Server (\myCircled{3c}) & & & \tick & & \tick & \tick & & & & & \tick & \\ + + Cache (\myCircled{3b}) & & & & \tick & \tick & \tick & & & \tick & \tick & \tick & \\ + + Event-driven Simulation (\myCircled{4a}) & & \tick & \tick & & \tick & \tick & & & \tick & & \tick & \tick \\ + + Analytics Engine (\myCircled{4b}) & & \tick & \tick & & \tick & \tick & & & & & & \tick \\ + + Monitoring Service (\myCircled{4c}) & & \tick & \tick & & \tick & \tick & & & & & & \\ \bottomrule\end{tabular} + } + \caption[The mapping of features to requirements.]{Validation of the features against the set of functional and non-functional requirements.} + \label{tab:feature_validation} +\end{table} + diff --git a/sources/thesis_structure.drawio b/sources/thesis_structure.drawio index 18814ac..103a7b3 100644 --- a/sources/thesis_structure.drawio +++ b/sources/thesis_structure.drawio @@ -57,7 +57,7 @@ - + -- cgit v1.2.3