UX for Data Download tab on instructor dash
Restrict grade report generation to 'is_superuser' users (can be overridden with feature flag ALLOW_COURSE_STAFF_GRADE_DOWNLOADS); all staff users can download generated files. LMS-58
Showing
- lms/djangoapps/instructor/views/api.py 4 additions, 2 deletionslms/djangoapps/instructor/views/api.py
- lms/envs/common.py 3 additions, 0 deletionslms/envs/common.py
- lms/static/coffee/src/instructor_dashboard/data_download.coffee 57 additions, 34 deletions...atic/coffee/src/instructor_dashboard/data_download.coffee
- lms/static/coffee/src/instructor_dashboard/util.coffee 1 addition, 1 deletionlms/static/coffee/src/instructor_dashboard/util.coffee
- lms/static/sass/course/instructor/_instructor_2.scss 22 additions, 2 deletionslms/static/sass/course/instructor/_instructor_2.scss
- lms/templates/instructor/instructor_dashboard_2/data_download.html 35 additions, 15 deletions...ates/instructor/instructor_dashboard_2/data_download.html
- lms/templates/instructor/instructor_dashboard_2/student_admin.html 5 additions, 7 deletions...ates/instructor/instructor_dashboard_2/student_admin.html
Please register or sign in to comment