Describe the feature to be developed
The generated learning path according to Graf et al. should be returend via an API Endpoint to make it accessible to the frontend system.
Describe the Impact on the System
The Flask App and the service layer need to be adjusted. No big impact is expected, since this is a new development.
Definition of Done
What needs to be done, before the Issue can be closed?
[x] Linting Code to Python standard
[x] Testing code with Pytest. All tests within the system should still be ok.
[x] Naming of the functions and varaibles are clear and understandable.
[x] Returning the learning path for a student via an API Endpoint as a JSON.
[x] Should call the tutoring model for generating the learning path.
[x] Should accept FSLSM dimensions as parameters in the API Endpoint.
[x] Should return an error if something goes wrong.
Describe the feature to be developed The generated learning path according to Graf et al. should be returend via an API Endpoint to make it accessible to the frontend system.
Describe the Impact on the System The Flask App and the service layer need to be adjusted. No big impact is expected, since this is a new development.
Definition of Done What needs to be done, before the Issue can be closed?