richie icon indicating copy to clipboard operation
richie copied to clipboard

Teacher Dashboard - Course List View

Open jbpenrath opened this issue 2 years ago • 0 comments

Feature Request

Is your feature request related to a problem or unsupported use case? Please describe.

As member of several courses, I want a view to list all courses to which I belong to quickly access to their detail view.

Describe the solution you'd like

Within the teacher dashboard, as soon as, user has an access to a course, this one should be display into the course list view (/teacher/profile/courses). The list of courses is composed of two resources : Products and Courses with direct course runs. The idea is to fetch both resources then merge them in the same way we did it in learner dashboard to list orders and enrollments. First we do not allow to filter those resources, we just sort them by creation date desc.

Discovery, Documentation, Adoption, Migration Strategy

The useOrdersEnrollments hook used into learner dashboard to list both enrollment and orders.

screenshot

jbpenrath avatar Jun 02 '23 10:06 jbpenrath