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

[Technical] Calculating the LearningPath of a student should not need courseId, topicId or algorithm #76

Closed DimitriB01 closed 4 months ago

DimitriB01 commented 11 months ago

Technical

The Frontend should only tell the backend that a learningPath is ready to be calculated. The information what needs to be calculated should reside in the backend

Possible approach

Database has a table that hosts the information

The Frontend then only has to tell for which student all the topics need to be calculated.

Definition of Done