Fix report card (#1845)

* fix: report card

Fix and simplify calculation of the number of assignments a user solved.
Rename `UserTracker` to `UserProgress`
Rename `LessonTracker` to `LessonProgress`
Rename tables in database
This commit is contained in:
Nanne Baars
2024-07-09 20:07:09 +02:00
committed by GitHub
parent 1531987da5
commit a0b6decf34
27 changed files with 237 additions and 248 deletions

View File

@ -8,8 +8,7 @@ define(['jquery',
'goatApp/support/GoatUtils',
'goatApp/view/UserAndInfoView',
'goatApp/view/MenuButtonView',
'goatApp/model/LessonInfoModel',
'goatApp/view/TitleView'
'goatApp/model/LessonInfoModel'
],
function($,
_,
@ -21,8 +20,7 @@ define(['jquery',
GoatUtils,
UserAndInfoView,
MenuButtonView,
LessonInfoModel,
TitleView
LessonInfoModel
) {
'use strict'