New vs Old Data-Download UI. (#24094)
updated css
temp fixex
Updated js code for data download
updated js hooks for new UI
fixed ui and navigation
reset paver file
Removed unused changes
Initial tests added
Initial tests added
fixed style issues
Created new tests for data download
Fixed A11y and quality issues
Updated test file and removed new
fixed Accesibility issues
fixed code style in spec
removed old data download file
Moved problem grade report
Updated html to fix accessiblity issue
Fixed accessiblity issues
Created waffle flag for data download
added doc strign in doc
renamed waffles file
Break down Html and fixed tests
Removed extra js and updated comments
Removed extra js and updated comments
renamed var fixed styling
fixed js test fail
Fixed styling issues
updated description texts
Updated problem selector UI
Fixed Jest test for react component
removed depricated default param
added class instead of style
updated snapshot
Co-authored-by:
Awais Jibran <awaisdar001@gmail.com>
Showing
- lms/djangoapps/instructor/static/instructor/ProblemBrowser/components/Main/Main.jsx 24 additions, 38 deletions...static/instructor/ProblemBrowser/components/Main/Main.jsx
- lms/djangoapps/instructor/static/instructor/ProblemBrowser/components/Main/Main.test.jsx 25 additions, 48 deletions...c/instructor/ProblemBrowser/components/Main/Main.test.jsx
- lms/djangoapps/instructor/static/instructor/ProblemBrowser/components/Main/__snapshots__/Main.test.jsx.snap 71 additions, 61 deletions...mBrowser/components/Main/__snapshots__/Main.test.jsx.snap
- lms/djangoapps/instructor/tests/views/test_instructor_dashboard.py 29 additions, 20 deletions...oapps/instructor/tests/views/test_instructor_dashboard.py
- lms/djangoapps/instructor/toggles.py 54 additions, 0 deletionslms/djangoapps/instructor/toggles.py
- lms/djangoapps/instructor/views/instructor_dashboard.py 3 additions, 2 deletionslms/djangoapps/instructor/views/instructor_dashboard.py
- lms/static/js/fixtures/instructor_dashboard/data_download.html 224 additions, 9 deletions...tatic/js/fixtures/instructor_dashboard/data_download.html
- lms/static/js/instructor_dashboard/data_download_2.js 257 additions, 0 deletionslms/static/js/instructor_dashboard/data_download_2.js
- lms/static/js/instructor_dashboard/instructor_dashboard.js 3 additions, 0 deletionslms/static/js/instructor_dashboard/instructor_dashboard.js
- lms/static/js/spec/instructor_dashboard/data_download_spec.js 152 additions, 60 deletions...static/js/spec/instructor_dashboard/data_download_spec.js
- lms/static/lms/js/spec/main.js 1 addition, 0 deletionslms/static/lms/js/spec/main.js
- lms/static/sass/course/instructor/_instructor_2.scss 140 additions, 25 deletionslms/static/sass/course/instructor/_instructor_2.scss
- lms/templates/instructor/instructor_dashboard_2/data_download_2.html 93 additions, 0 deletions...es/instructor/instructor_dashboard_2/data_download_2.html
- lms/templates/instructor/instructor_dashboard_2/data_download_2/certificates.html 33 additions, 0 deletions.../instructor_dashboard_2/data_download_2/certificates.html
- lms/templates/instructor/instructor_dashboard_2/data_download_2/grading.html 28 additions, 0 deletions...uctor/instructor_dashboard_2/data_download_2/grading.html
- lms/templates/instructor/instructor_dashboard_2/data_download_2/problem_report.html 44 additions, 0 deletions...nstructor_dashboard_2/data_download_2/problem_report.html
- lms/templates/instructor/instructor_dashboard_2/data_download_2/reports.html 109 additions, 0 deletions...uctor/instructor_dashboard_2/data_download_2/reports.html
Loading
Please register or sign in to comment