Files
edx-platform/lms/djangoapps/learner_dashboard
Waheed Ahmad f8632ab721 fix: show general recommendations on error or empty list (#30827)
Currently, the loading sign shows indefinitely if the recommendation API response
is 200 with an empty recommended courses list. Fix, it by showing the general
recommendations.

VAN-1034
2022-08-05 15:14:08 +05: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.