Files
edx-platform/lms/djangoapps/learner_home
Nathan Sprenkle 17d076e8a7 fix: allow for entitlement with no psuedo-sessions (#31464)
It is possible to have an entitlement with no available course runs. In
this case, the entitlement is filtered out by the view logic but the
residual, bad pesudo-session mapping can cause breaks if we don't handle
for this case.
2022-12-20 13:18:30 -05:00
..

================= Learner Home

This is the new dashboard for learner courses, built as a backend supporting a new MFE experience of the "student dashboard".

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