Tests and cleanup
Improved tests, fixed javascript for photocapture, removed extraneous photocapture code, added time & course numbers to templates for design
Showing
- common/djangoapps/student/views.py 54 additions, 39 deletionscommon/djangoapps/student/views.py
- lms/djangoapps/verify_student/exceptions.py 9 additions, 0 deletionslms/djangoapps/verify_student/exceptions.py
- lms/djangoapps/verify_student/migrations/0002_auto__add_midcoursereverificationwindow__add_field_softwaresecurephoto.py 1 addition, 3 deletions...rsereverificationwindow__add_field_softwaresecurephoto.py
- lms/djangoapps/verify_student/models.py 22 additions, 16 deletionslms/djangoapps/verify_student/models.py
- lms/djangoapps/verify_student/tests/test_models.py 1 addition, 3 deletionslms/djangoapps/verify_student/tests/test_models.py
- lms/djangoapps/verify_student/tests/test_views.py 19 additions, 14 deletionslms/djangoapps/verify_student/tests/test_views.py
- lms/djangoapps/verify_student/urls.py 6 additions, 0 deletionslms/djangoapps/verify_student/urls.py
- lms/djangoapps/verify_student/views.py 24 additions, 4 deletionslms/djangoapps/verify_student/views.py
- lms/static/js/verify_student/photocapture.js 16 additions, 4 deletionslms/static/js/verify_student/photocapture.js
- lms/static/js/verify_student/photocapturebasic2.js 0 additions, 322 deletionslms/static/js/verify_student/photocapturebasic2.js
- lms/templates/dashboard/_dashboard_prompt_midcourse_reverify.html 1 addition, 1 deletion...lates/dashboard/_dashboard_prompt_midcourse_reverify.html
- lms/templates/verify_student/midcourse_photo_reverification.html 2 additions, 2 deletions...plates/verify_student/midcourse_photo_reverification.html
- lms/templates/verify_student/midcourse_reverify_dash.html 1 addition, 1 deletionlms/templates/verify_student/midcourse_reverify_dash.html
- lms/templates/verify_student/reverification_window_expired.html 45 additions, 0 deletions...mplates/verify_student/reverification_window_expired.html
lms/djangoapps/verify_student/exceptions.py
0 → 100644
Please register or sign in to comment