Is your feature request related to a problem? Please describe.
The dashboard grades card uses the CourseRepository class. This class should be removed to use the new BaseStreamRepository class.
Describe the solution you'd like
- Create a new repository that extends BaseStreamRepository that handles grades
- That the dashboard grades card use the newly create repository
Is your feature request related to a problem? Please describe.
The dashboard grades card uses the CourseRepository class. This class should be removed to use the new BaseStreamRepository class.
Describe the solution you'd like