changed he/she to singular they

This commit is contained in:
hannes.kuchelmeister
2020-05-06 17:00:02 +02:00
parent e1bdf719ae
commit c791ee0921
4 changed files with 6 additions and 6 deletions

View File

@@ -84,5 +84,5 @@ The requirements posed in \autoref{sec:Concept:Requirements} are assessed in thi
Additionally, the group scoring function takes into account preferences of each group member and the current configuration state. The recommendation system can be used by multiple users at the same time as all information needed for a recommendation is sent with the recommendation request. Accordingly, multiple group configurators can use the system at the same time. Furthermore, only valid solutions are recommended because the recommender system's configuration database stores finished configurations. Moreover, the system responds in a timely manner with all components running on the same machine, a modern laptop.
Consequently, all mandatory requirements have been fulfilled.
The user interface is simple because a user only has two possible opportunities for action. He can change his preferences with a slider or change the configuration state. Additionally, the system is made to be compatible with other configuration systems. These have to implement the correct APIs calls. However, this requirement was not tested with a different configuration system. Different scoring functions can be used however they can neither be selected through user interface nor through the API. Thus, this requirement is only partially fulfilled but the system allows extension to fulfil this requirement fully.
The user interface is simple because a user only has two possible opportunities for action. They can change their preferences with a slider or change the configuration state. Additionally, the system is made to be compatible with other configuration systems. These have to implement the correct APIs calls. However, this requirement was not tested with a different configuration system. Different scoring functions can be used however they can neither be selected through user interface nor through the API. Thus, this requirement is only partially fulfilled but the system allows extension to fulfil this requirement fully.
Overall optional requirements have been addressed but they have not been thoroughly evaluated and some of them have been only partially implemented.