Update Requirements Management authored by Tobias Moebert's avatar Tobias Moebert
...@@ -8,7 +8,10 @@ Physicians and scientists must disclose valid information about the processes, e ...@@ -8,7 +8,10 @@ Physicians and scientists must disclose valid information about the processes, e
## EAM.3: The constraints are documented. ## EAM.3: The constraints are documented.
- It was decided to develop the front and back end in the same programming language (Python). Reason: Python offers many libraries that support machine learning and natural language processing. - It was decided to develop the front and back end in the same programming language (Python). Reasoning: Python offers many libraries that support machine learning and natural language processing.
- It was decided that no user data should be collected. Reason: Data reduction and data economy; are not needed for the software to work - It was decided that no user data should be collected. Reasoning: Data reduction and data economy; are not needed for the software to work
- It was decided to distribute the project via Docker. Reasoning: Easy deployment on Unix systems; requires documentation of the distribution environment
## EAM.4: The quality requirements are documented and prioritised. ## EAM.4: The quality requirements are documented and prioritised.
The software as a whole is seen as a prototype and therefore not intended for productive usage. Nevertheless, it is intended to let people test the software as soon as an appropriate development stage is reached (e.g. the software runs stable and the results of the text analysis are mostly reliable).
\ No newline at end of file