Implemented bulk email interface for new dashboard
Responses to Adam's comments; reset common.py, i18n compliance, deleted extraneous email.html file, fixed an HttpResponse, deleted unnecessary commented-out code, some small style tweaks
Showing
- lms/djangoapps/instructor/tests/test_api.py 83 additions, 9 deletionslms/djangoapps/instructor/tests/test_api.py
- lms/djangoapps/instructor/tests/test_email.py 11 additions, 0 deletionslms/djangoapps/instructor/tests/test_email.py
- lms/djangoapps/instructor/views/api.py 38 additions, 6 deletionslms/djangoapps/instructor/views/api.py
- lms/djangoapps/instructor/views/instructor_dashboard.py 17 additions, 4 deletionslms/djangoapps/instructor/views/instructor_dashboard.py
- lms/static/coffee/src/instructor_dashboard/analytics.coffee 7 additions, 4 deletionslms/static/coffee/src/instructor_dashboard/analytics.coffee
- lms/static/coffee/src/instructor_dashboard/course_info.coffee 9 additions, 6 deletions...static/coffee/src/instructor_dashboard/course_info.coffee
- lms/static/coffee/src/instructor_dashboard/data_download.coffee 7 additions, 4 deletions...atic/coffee/src/instructor_dashboard/data_download.coffee
- lms/static/coffee/src/instructor_dashboard/instructor_dashboard.coffee 28 additions, 23 deletions...ffee/src/instructor_dashboard/instructor_dashboard.coffee
- lms/static/coffee/src/instructor_dashboard/membership.coffee 7 additions, 4 deletionslms/static/coffee/src/instructor_dashboard/membership.coffee
- lms/static/coffee/src/instructor_dashboard/send_email.coffee 11 additions, 10 deletionslms/static/coffee/src/instructor_dashboard/send_email.coffee
- lms/static/coffee/src/instructor_dashboard/student_admin.coffee 7 additions, 4 deletions...atic/coffee/src/instructor_dashboard/student_admin.coffee
- lms/static/sass/course/instructor/_instructor_2.scss 69 additions, 5 deletionslms/static/sass/course/instructor/_instructor_2.scss
- lms/templates/instructor/instructor_dashboard_2/email.html 1 addition, 3 deletionslms/templates/instructor/instructor_dashboard_2/email.html
- lms/templates/instructor/instructor_dashboard_2/send_email.html 8 additions, 0 deletions...mplates/instructor/instructor_dashboard_2/send_email.html
Loading
Please register or sign in to comment