You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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?
1
) as mentioned feat: add canvas integration plugin #8 (comment)The text was updated successfully, but these errors were encountered: