The Frontend sends only a postCalculate request, requesting a calculation of the learning paths for a specific student, when he submits the Questionnaire.
For that to work we likely need the following changes:
general Table for algorithms (default, GA, Graf, BN)
Table that handles the relations of algorithm to topic (Table with topic_id, learning_path_algorithm_id for a tutor chosen learning path algorithm)
Entry is added when topic is created with chosen learning path algorithm and topic_id
[x] Algorithm for deafult Learning path
[ ] #76 (entrypoint has to changed, so that the frontend only calls for calculation, instead of giving orders what has to be calculated with what algorithm. (sends only studentid))
Describe the Impact on the System
Database
Backend entrypoints
Backend algorithms
Describe the feature to be developed
The Frontend sends only a postCalculate request, requesting a calculation of the learning paths for a specific student, when he submits the Questionnaire.
For that to work we likely need the following changes:
Describe the Impact on the System Database Backend entrypoints Backend algorithms
76
84
#309
Definition of Done What needs to be done, before the Issue can be closed?