add todos to requirements and assumptions

This commit is contained in:
hannes.kuchelmeister
2020-04-17 10:11:08 +02:00
parent fbf9ec366d
commit 5af097740c

View File

@@ -58,13 +58,26 @@ For a group recommender system additional definitions are needed. The attitude o
\section{Requirements}
\label{sec:Concept:Requirements}
\todo[inline]{add requirements}
\begin{itemize}
\item Simple user interface that only uses three discrete states (like in some social media platforms e.g. reddit)
\item Usable without proprietary software
\item Give recommendations to a group based on their preferences and the current configuration state
\item Usage by multiple users at the same time
\item The system should be able to work with other configuration systems too
\end{itemize}
\section{Assumptions}
\label{sec:Concept:Assumptions}
\todo[inline]{add assumptions}
\begin{itemize}
\item Only one product/solution is supposed to be configured
\item Only one product/solution is supposed to be configured at the same time
\item Features only support single value attributes
\item Users join the system and start configuring once all group members have joined
\item User interface is for demoing purposes only
\end{itemize}
\section{User Interaction with the System}