Related to #3
We are currently using CourseGradeFactory to iterate over the enrolled students and their grades for Canvas sync purposes, as seen in a PR #8 (comment).
There is a probability that we can refactor our process of acquiring/syncing grades from CourseGradeFactory to Persistent. This might help us reduce a chunk of our code that we are currently using.
What Needs to be done?
Related to #3
We are currently using
CourseGradeFactoryto iterate over the enrolled students and their grades for Canvas sync purposes, as seen in a PR #8 (comment).There is a probability that we can refactor our process of acquiring/syncing grades from CourseGradeFactory to Persistent. This might help us reduce a chunk of our code that we are currently using.
What Needs to be done?
1) as mentioned feat: add canvas integration plugin #8 (comment)