HASKI-RAK / HASKI-Backend

This is the Backend System for our HASKI project.
GNU Lesser General Public License v2.1
4 stars 1 forks source link

Updated to store learning path in DB as well #10

Closed MarcNor closed 2 years ago

MarcNor commented 2 years ago

Updated code to store the generated Learning Path in the DB as well. For this, updated the learning_path model as well according to needed data in init.py and adjusted tests as well.