* refactor: split programs into separate file space This is in preparation to allow learner dashboard routes/files to live alongside. * feat: add new empty course listing view * docs: update README and split out programs Co-authored-by: nsprenkle <nsprenkle@2u.com>
22 lines
517 B
ReStructuredText
22 lines
517 B
ReStructuredText
=================
|
|
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.
|