Alie Langston
1d01abc7da
added feedback for screenreaders
...
moved settings state back to original
fixed status updates
updated message for more clarity
renamed variables for clarity
added comment
fixed variables
fixed variable again
decreased delay between feedbacks
updated comment
2020-09-16 15:22:04 -04:00
alangsto
917152df22
Merge pull request #330 from edx/alangsto/remove_survey
...
Removed SurveyMonkey survey
2020-09-15 16:35:45 -04:00
Alie Langston
961c0feb78
removed SurveyMonkey survey
2020-09-15 16:04:46 -04:00
edX Transifex Bot
7d57d86729
fix(i18n): update translations
2020-09-13 17:04:11 -04:00
alangsto
34c5de1340
Merge pull request #324 from edx/alangsto/add_idv_survey
...
Added SurveyMonkey Survey to IDV submitted page
2020-09-10 15:42:59 -04:00
Alie Langston
81d604d046
adding second round of survey to IDV summary page
2020-09-10 15:22:21 -04:00
Michael Roytman
e6f7e83cf5
Merge pull request #322 from edx/mroytman/use-better-camera-mobile
...
use 'environment' facing mode when using the camera in the ID photo c…
2020-09-10 14:45:30 -04:00
Michael Roytman
a970e17070
use 'environment' facing mode when using the camera in the ID photo context; this will open the rear facing camera on mobile
2020-09-10 14:33:42 -04:00
alangsto
f471ae0aa7
Merge pull request #323 from edx/alangsto/add_error_messaging
...
Added error messaging for image upload and idv submission
2020-09-10 14:29:20 -04:00
Alie Langston
b9efe6faee
added error messaging for image upload and idv submission
...
updated testing
wrapped button click
moved maximum file size to a const variable
2020-09-10 14:23:35 -04:00
edX Transifex Bot
2dbccec1f1
fix(i18n): update translations
2020-09-06 17:03:58 -04:00
Michael Roytman
9f38b975d9
Merge pull request #318 from edx/mroytman/fix-iOS-camera-bug-popout
...
add playsInline attribute to video element to ensure it does not pop out into full screen video on iOS Safari
2020-09-04 14:54:29 -04:00
Michael Roytman
ae355cefcf
add playsInline attribute to video element to ensure it does not pop out into full screen video on iOS Safari
2020-09-04 14:03:29 -04:00
alangsto
d63dfc929f
Merge pull request #317 from edx/alangsto/fix_camera_resolution
...
Added logic for adjusting image resolution
2020-09-03 14:11:13 -04:00
Alie Langston
64be9edeac
adjusted size factor based on camera resolution
...
added additional check so that tests pass
updates for requested changes
2020-09-03 14:05:36 -04:00
alangsto
5f4f82eae1
Merge pull request #315 from edx/alangsto/blazeface_fix
...
Fix for blazeface/camera issue
2020-09-02 10:43:40 -04:00
Alie Langston
c8c7352549
updated camera and canvas ratio to match, and updated ranges for landmarks
2020-09-02 10:34:23 -04:00
Renovate Bot
88206e4282
fix(deps): update dependency @tensorflow/tfjs-core to v1.6.1
2020-09-01 22:56:01 +00:00
Renovate Bot
d8e23b1a02
fix(deps): update dependency @tensorflow/tfjs-converter to v1.6.1
2020-09-01 21:58:04 +00:00
alangsto
5db21d2483
Merge pull request #302 from edx/alangsto/add_object_tracking
...
added object tracking
2020-09-01 16:48:39 -04:00
Alie Langston
526d6114f2
added object tracking
...
moved load of library
updated test
removed async
trying to retest
Retesting
added test back
fixed errors due to next button
removed try catch so errors occur
added try catch back
added in ignore
readded libraries
stops detection when photo is taken, stops erroring issue
added help text
added spinner and better mocked blazeface
moved img element back to correct place
updated for requested changes
updates for requested changes
added timeout for test
updated blazeface to pull from forked repo, and added changes based on accessibility feedback
2020-09-01 15:54:20 -04:00
Renovate Bot
0cc38e2dc6
chore(deps): update dependency enzyme-adapter-react-16 to v1.15.4
2020-08-31 06:47:57 +00:00
edX Transifex Bot
380ca7c816
fix(i18n): update translations
2020-08-30 17:03:45 -04:00
Justin Hynes
bcb20234ab
Merge pull request #296 from edx/jhynes/microba-534_demographics-i18n
...
MICROBA-534 | Remove hardcoded Demographics options, pull choices from Demographics API
2020-08-28 07:43:14 -04:00
Justin Hynes
87ff50ace8
MICROBA-534 | Remove hardcoded Demographics options, pull choices from Demographics API
...
[MICROBA-534]
- Pull Demographics field choices from Demographics API to support I18N/L10N effors so that we don't need duplicated choices for the fields in two places (backend and frontend)
- Refactor error detection code in DemographicsSection component
2020-08-27 14:31:06 -04:00
alangsto
b409aff6b4
Merge pull request #301 from edx/alangsto/fix_focus_on_permissions_panel
...
Fixed HTML element focus on camera permissions panel
2020-08-25 12:50:51 -04:00
Michael Roytman
2b67d037bf
Merge pull request #293 from edx/mroytman/MST-361-stop-camera-after-submit
...
stop camera once user successfully submits photos to IDVerification s…
2020-08-25 12:19:16 -04:00
Alie Langston
4137996a91
fixed focus issue
...
removed test id
removed space
2020-08-25 12:16:17 -04:00
Michael Roytman
1319bd6377
stop camera once user successfully submits photos to IDVerification service
2020-08-25 12:07:58 -04:00
alangsto
a579e86e98
Merge pull request #300 from edx/alangsto/add_image_upload_toggle
...
Added option for ID image upload
2020-08-24 15:51:18 -04:00
Alie Langston
74bb2fb45f
added option for image upload
...
added friction to allowing users to upload id image
only shows picture within component if it has been uploaded, not if it was captured through the webcam
2020-08-24 15:34:53 -04:00
edX Transifex Bot
11dbbad20b
fix(i18n): update translations
2020-08-23 17:03:33 -04:00
alangsto
a0227f1dbc
Merge pull request #298 from edx/alangsto/add_instructions_for_camera_permissions
...
Added instructions for camera permissions
2020-08-20 10:44:17 -04:00
Alie Langston
f6a7a6063c
added instructions for enabling camera
...
updated message
created separate component
2020-08-20 10:39:27 -04:00
Zachary Hancock
0aa02687e6
Merge pull request #297 from edx/zhancock/camera-fix
...
Limit camera to 720p
2020-08-19 09:02:59 -04:00
Zach Hancock
303f6a5d3f
limit camera to 720p
2020-08-18 16:45:48 -04:00
edX Transifex Bot
b262f42c8d
fix(i18n): update translations
2020-08-16 17:07:29 -04:00
Bianca Severino
b92794b72c
Merge pull request #294 from edx/bseverino/idv-tests
...
Add tests for new IDV functionality
2020-08-14 12:35:34 -04:00
Bianca Severino
3f754fa114
Add tests for new IDV functionality
2020-08-14 11:39:26 -04:00
Thomas Tracy
bf274e5186
Fix extra call to LMS when PATCHing demographics ( #291 )
...
We were making an extra call to the LMS when making a PATCH to the
demographics service which we don't need to do.
The keys for demographics fields we not being removed from the
accountSettings object properly, which made them be seen as changes,
which triggered the call to the LMS. I've added a constant
DEMOGRAPHICS_FIELDS that keys out those fields, removing the call.
2020-08-13 15:00:24 -04:00
Bianca Severino
be9cf70c5c
Merge pull request #292 from edx/bseverino/idv-improvements
...
[MST-353] IDV a11y and UX improvements
2020-08-13 10:01:44 -04:00
Bianca Severino
c00ea15920
IDV a11y and UX improvements
2020-08-12 16:10:30 -04:00
Bianca Severino
5a8bd309e7
Merge pull request #289 from edx/bseverino/idv-improvements
...
Add i18n and UX improvements to IDV
2020-08-11 11:43:23 -04:00
Bianca Severino
d83ea54272
Add i18n and UX improvements to IDV
2020-08-11 10:19:21 -04:00
Justin Hynes
eae18d9c63
Merge pull request #290 from edx/jhynes/microba-405_add-missing-income-option
...
MICROBA-405 | Add missing demographics income option
2020-08-11 08:48:23 -04:00
Justin Hynes
a18da61cec
MICROBA-405 | Add missing demographics income option
...
[MICROBA-405]
- Add missing demographics income option
2020-08-10 15:18:43 -04:00
Renovate Bot
80d5fd2a34
chore(deps): update dependency enzyme-adapter-react-16 to v1.15.3
2020-08-08 03:41:58 +00:00
Jeff LaJoie
d4e9ba0420
Merge pull request #287 from edx/jlajoie/ENT-3302
...
fix: ENTERPRISE_LEARNER_PORTAL_HOSTNAME added for header updates
2020-08-06 07:25:56 -04:00
Jeff LaJoie
5add376c31
fix: ENTERPRISE_LEARNER_PORTAL_HOSTNAME added for header updates
2020-08-06 07:13:04 -04:00
Bianca Severino
559c9aa1a9
Merge pull request #284 from edx/bseverino/idv-testing
...
Add React Testing Library and write unit tests for IDV
2020-08-03 09:13:08 -04:00