Files
edx-platform/lms/djangoapps/learner_home
Nathan Sprenkle c8af55db6f fix: handle exception getting cert statuses (#31490)
If a user has a certificate in a deleted course, an issue with how the
course is loaded from the cache can cause an exception that breaks our
code. This adds a wrapper to fail gracefully and log the exception for
future tracking / investigation.
2023-01-03 14:57:20 -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