LDEV-4407 Other projects stop depending on lams_gradebook
* GradebookService interfaces are redefined now:
- IGradebookService is going to … Show more
* GradebookService interfaces are redefined now:
- IGradebookService is going to … Show more
LDEV-4407 Other projects stop depending on lams_gradebook* GradebookService interfaces are redefined now: - IGradebookService is going to be used by core modules. - IGradebookFullService is used inside of lams_gradebook only andnowhere else, as it contains lams_gradebook's internal logic andclasses.* Introduce CommonContants.java which contains for now commonconstants that used to be located in GradebookConstants.java* Tools stop using gradebookService directly, but rather throughILamsToolService's method updateGradebookUserActivityMark()* Move GradebookUserActivityArchive and GradebookUserLessonArchiveto lams_gradebook
Show less