Allowing a user to fulfill their entitlement on the course dashboard.
The user can now enroll in a session, unenroll from a session or change session from a new course enrollment card on the course dashboard.
Showing
- common/djangoapps/student/tests/test_verification_status.py 1 addition, 2 deletionscommon/djangoapps/student/tests/test_verification_status.py
- common/djangoapps/student/views.py 18 additions, 3 deletionscommon/djangoapps/student/views.py
- lms/static/js/dashboard/dropdown.js 9 additions, 9 deletionslms/static/js/dashboard/dropdown.js
- lms/static/js/learner_dashboard/course_entitlement_factory.js 12 additions, 0 deletions...static/js/learner_dashboard/course_entitlement_factory.js
- lms/static/js/learner_dashboard/models/course_card_model.js 15 additions, 10 deletionslms/static/js/learner_dashboard/models/course_card_model.js
- lms/static/js/learner_dashboard/models/course_entitlement_model.js 22 additions, 0 deletions...c/js/learner_dashboard/models/course_entitlement_model.js
- lms/static/js/learner_dashboard/views/course_entitlement_view.js 399 additions, 0 deletions...tic/js/learner_dashboard/views/course_entitlement_view.js
- lms/static/js/spec/learner_dashboard/course_entitlement_view_spec.js 158 additions, 0 deletions...js/spec/learner_dashboard/course_entitlement_view_spec.js
- lms/static/lms/js/require-config.js 9 additions, 0 deletionslms/static/lms/js/require-config.js
- lms/static/lms/js/spec/main.js 1 addition, 0 deletionslms/static/lms/js/spec/main.js
- lms/static/sass/multicourse/_dashboard.scss 120 additions, 14 deletionslms/static/sass/multicourse/_dashboard.scss
- lms/templates/dashboard.html 53 additions, 15 deletionslms/templates/dashboard.html
- lms/templates/dashboard/_dashboard_course_listing.html 101 additions, 68 deletionslms/templates/dashboard/_dashboard_course_listing.html
- lms/templates/learner_dashboard/course_entitlement.underscore 33 additions, 0 deletions...templates/learner_dashboard/course_entitlement.underscore
- lms/templates/learner_dashboard/verification_popover.underscore 16 additions, 0 deletions...mplates/learner_dashboard/verification_popover.underscore
- openedx/core/djangoapps/catalog/utils.py 1 addition, 1 deletionopenedx/core/djangoapps/catalog/utils.py
- themes/edx.org/lms/templates/dashboard.html 55 additions, 20 deletionsthemes/edx.org/lms/templates/dashboard.html
Please register or sign in to comment