Commit Graph

22 Commits

Author SHA1 Message Date
alangsto
80dcbb2bfb Added unit tests for validation and defaults (#17)
* added unit tests for implemented features

* simplified tests
2020-07-27 10:38:07 -04:00
Simon Chen
9352ab3178 MST-334 Implement the settings post back functionality (#16)
* MST-334 Implement the settings post back functionality

* fix

* take in feedback

* feedback
2020-07-24 16:46:53 -04:00
Simon Chen
171a054ce5 Add unit tests for connection states of the component (#15) 2020-07-24 09:33:01 -04:00
Simon Chen
d4b50c46a5 Switch from enzyme to testing-library/react (#14) 2020-07-23 21:15:46 -04:00
Michael Roytman
39b0320ae8 update version of Paragon, change some checkboxes to radio buttons to match wireframes, and update remaining Paragon components to use React-Boostrap passthrough components (#12) 2020-07-23 14:07:14 -04:00
alangsto
8aef7877d9 Added validation logic for parity (#9)
Removed merge conflict

resolved merge conflict

added validation logic for enforcing proctortrack escalation email

added dependencies for email validator and testing, added code and tests for requiring valid email

added validation for editing proctoring provider field

added validation for editing proctoring provider field

Add error handling code to the Exam settings page. Also include spinners for loading (#10)

updated help text

updated comment

added unit tests

updates for requested changes

removed unnecessary line

trying to see if tests will rerun

testing for travis build

adding another test

adding another test for travis

uncommented last test

updated tests

trying to fix test

removed tests

This change would fix tests so they are actually doing the testing job (#11)

Update the error messages based on copy provided by Deen (#13)
2020-07-23 13:51:02 -04:00
Simon Chen
0f08aa66fd Update the error messages based on copy provided by Deen (#13) 2020-07-22 15:26:41 -04:00
Simon Chen
b40204285c This change would fix tests so they are actually doing the testing job (#11) 2020-07-22 14:53:04 -04:00
Simon Chen
74f5a44d83 Add error handling code to the Exam settings page. Also include spinners for loading (#10) 2020-07-22 09:43:49 -04:00
alangsto
3fe529dc12 Add Frontend Proctoring Provider Specific Defaults for Exam Settings (#7)
* added frontend behavior

* added testing

* fixed text to resemble original

* separated unit tests
2020-07-20 09:30:13 -04:00
alangsto
f9d297a613 Updated Route for new URL scheme (#6)
* Changes copied from Michael's PR

* Modifications for URL scheme

* renamed variable

* added prop type

* updated variable name

* fix(i18n): update translations

* added newline

* updated variable name

Co-authored-by: edX Transifex Bot <learner-engineering@edx.org>
2020-07-14 15:30:06 -04:00
Michael Roytman
500eba661e add Studio base URL to configuration and add Proctored Exam Settings component (#4) 2020-07-14 14:24:30 -04:00
edX Transifex Bot
fe6a26dde9 fix(i18n): update translations 2020-07-12 17:30:44 -04:00
Zachary Hancock
be48a55f9a adds transifex config and test string (#3) 2020-07-01 15:22:19 -04:00
stvn
39f86a5adc Merge PR #1 initialize
* Commits:
  Update openedx.yaml
  Remove unnecessary travis-ci install step
  Remove outdated README sections
  Update port number
  Update app name
  Initial commit
2020-05-12 08:50:55 -07:00
stvn
3adda37ca2 Update openedx.yaml 2020-05-12 08:43:45 -07:00
stvn
7add2e00ff Remove unnecessary travis-ci install step
npm6 comes with node12
2020-05-12 08:43:45 -07:00
stvn
eee888620a Remove outdated README sections 2020-05-12 08:43:45 -07:00
stvn
d6b723c583 Update port number 2020-05-12 08:43:42 -07:00
stvn
49c46c4dc1 Update app name
```
export APP_NAME=course-authoring
grep -rl frontend-template-application . | \
    xargs sed -i.bak "s/frontend-template-application/frontend-app-${APP_NAME}/g"
```
2020-05-06 12:40:55 -07:00
stv
0e4f8ed2cf Initial commit 2020-05-06 12:40:54 -07:00
tnamgyal
03fbc9c151 Initial commit 2020-05-06 14:34:52 -04:00