refactor requirements and write section that talks about their implementation

This commit is contained in:
hannes.kuchelmeister
2020-04-24 13:08:43 +02:00
parent 6d1ab00082
commit b3437fe4db
2 changed files with 15 additions and 5 deletions

View File

@@ -59,8 +59,6 @@ For a group recommender system additional definitions are needed. The attitude o
\section{Requirements}
\label{sec:Concept:Requirements}
\todo[inline]{Gibt es am Ende ein Kapitel, wo du das Erfüllen der Anforderungen bewertest?}
This section lists requirements that are considered and implemented in this thesis by the group-based configurator, including the recommendation system.
\begin{itemize}
@@ -69,9 +67,9 @@ This section lists requirements that are considered and implemented in this thes
\item The recommender should support a continuous value range for preferences
\item The recommendation engine can be used without proprietary software.
\item Give recommendations to a group, based on their preferences and the current configuration state.
\item The system supports multiple users at the same time
\item The system supports multiple group configurators at the same time.
\item The system should take the current configuration state into account.
\item Recommendations should allow different scoring functions.
\item Recommendations should always be valid solutions.
\item They system has to respond in a timely manner.
\end{itemize}
@@ -79,6 +77,7 @@ This section lists requirements that are considered and implemented in this thes
\begin{itemize}
\item Have a simple user interface.
\item The system should be able to work with other configuration systems.
\item Recommendations should allow different scoring functions.
\end{itemize}
\end{itemize}