Files
edx-platform/lms/djangoapps/learner_dashboard
Nathan Sprenkle abfd50a984 feat: Learner Dashboard top level serializer (#30631)
* feat: add top-level serializer classes

List serializer classes stubbed, to be filled out later.

* test: add basic test for high-level serializer.

Includes 2 examples of how to patch sub-serializers.

Co-authored-by: nsprenkle <nsprenkle@2u.com>
2022-06-22 13:38:30 -04:00
..

=================
Learner dashboard
=================

This djangoapp houses 2 related dashboards owned and developed, currently by 2 separate teams:

1. Courses Dashboard
2. Programs Dashboard

Courses Dashboard
=================

The Courses section of the Learner Dashboard is a backend supporting a new MFE experience of the learner dashboard.

This aims to replace the existing dashboard at::
    /common/djangoapps/student/views/dashboard.py

Programs Dashboard
==================

See :ref:`programs`.rst doc.