[Refactoring] Refactor the dashboard Grades card to use the stream repository
Open
enhancement
- Dominant language
- Dart
- Stars
- 44
- Forks
- 13
- PR merge metrics
- No merged PRs in 30d
Description
**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
Contributor guide
Assessment
This issue has not been assessed yet.