Is your feature request related to a problem? Please describe.
The profile view uses the CourseRepository which should be removed.
Describe the solution you'd like
- Create a repository that extends BaseStreamRepository to handle evaluation data
- Use the new Repository in the course view
Is your feature request related to a problem? Please describe.
The profile view uses the CourseRepository which should be removed.
Describe the solution you'd like