Ben Warzeski
2b585f2218
fix: remove old redux directories and update integration test
2021-11-05 14:06:06 -04:00
Ben Warzeski
3e6eb4b269
fix: update tests for createSlice refactor
2021-11-05 14:05:37 -04:00
Ben Warzeski
a9252dedd2
fix: requests reducer
2021-11-05 14:05:17 -04:00
Ben Warzeski
15db8b70cf
fix: move thunkActions into new redux shape
2021-11-05 14:05:17 -04:00
Ben Warzeski
9fb5f9f834
feat: use redux.createSlice
2021-11-05 14:05:15 -04:00
Leangseu Kim
a53d66ae54
feat: don't show file table when file upload response config disabled
2021-11-05 09:04:07 -04:00
leangseu-edx
d8ff52ab10
feat: updated submission display ( #21 )
...
* feat: first draft of updated submission display
* chore: update unit test
* fix: update requested change
* chore: internationalize the label
2021-11-03 15:19:47 -04:00
Justin Lapierre
2d28c02672
Merge pull request #22 from edx/AU-337
...
test: AU-337 Unit tests for E.S.G. Actions
2021-11-02 12:45:42 -04:00
Ben Warzeski
db959f18f0
feat: i18n-ize messages (Merge pull request #20 from muselesscreator/i18n)
...
Feat: I18n-ize messages
2021-11-02 10:43:20 -04:00
Justin Lapierre
9e44b5e05d
test: AU-337 Unit tests for E.S.G. Actions
2021-11-01 07:32:49 -04:00
Leangseu Kim
5361080bc3
feat: submission files overview
...
chore: refactor css and file locations
chore: update fake data and file props
chore: create functional component for showing submission files
chore: update ResponseDisplay test
fix: fix bad snapshot
chore: update linting because husky does do it
chore: update snapshot
chore: update requested change
chore: update mock and snapshot
2021-10-29 11:01:46 -04:00
Ben Warzeski
b053335380
chore: update integration test
2021-10-29 10:26:16 -04:00
Ben Warzeski
7d0b281dd0
feat: i18n ListView and StatusBadge labels
2021-10-29 10:26:06 -04:00
Ben Warzeski
85c4df2304
feat: i18n ReviewActions
2021-10-29 10:25:33 -04:00
Ben Warzeski
e6247f458e
feat: i18n Rubric
2021-10-29 10:25:20 -04:00
Ben Warzeski
b31d554be9
feat: i18n CriterionContainer
2021-10-29 10:25:10 -04:00
Ben Warzeski
3f497295f4
feat: i18n InfoPopover
2021-10-29 10:24:49 -04:00
Ben Warzeski
149fb5fad7
feat: add formatMessage testUtil for testing intl usage
2021-10-29 10:24:11 -04:00
Ben Warzeski
5ee8b75669
fix: setupTest intlShape mock
2021-10-29 10:23:58 -04:00
Ben Warzeski
3de4dd86a3
Merge pull request #18 from muselesscreator/integration
...
feat: Integration testing - round 1
2021-10-26 16:34:30 -04:00
Ben Warzeski
e288579ccb
fix: clean up ListViewBreadcrumbs snapshot
2021-10-26 15:41:27 -04:00
Ben Warzeski
2001ce57b0
feat: add gitattributes to stop hiding snapshots
2021-10-26 15:39:06 -04:00
Ben Warzeski
fcdbc5034e
fix: update snapshot mocking
2021-10-26 15:34:49 -04:00
Ben Warzeski
955fea510e
feat: integration tests
2021-10-26 12:27:17 -04:00
Ben Warzeski
39047272ca
feat: split cancel and stop grading actions
2021-10-26 12:27:13 -04:00
Ben Warzeski
eccc4e36a3
fix: only load response from current into neighbor when navigating
2021-10-26 12:27:13 -04:00
Ben Warzeski
89ec764e2c
feat: add helper classes to navigation buttons
2021-10-26 12:27:09 -04:00
Ben Warzeski
ed215a27b2
fix: add child content to Hyperlink in breadcrumb
2021-10-26 12:20:16 -04:00
Ben Warzeski
19f5181ecf
fix: add onClose methods (dummies) to IconButton and AlertModal
...
these 2 snapshots have anonymous functions... trying to decide
if those should be made classes to notate the stub method...
2021-10-26 12:17:41 -04:00
Leangseu Kim
7e99e7cca2
feat: Adding husky and update pre-push hook
...
testing linting husky
2021-10-25 15:25:13 -04:00
Ben Warzeski
3754ca12c3
Merge pull request #15 from muselesscreator/redux-thunk-state
...
feat: requests redux modules
2021-10-25 15:04:21 -04:00
Ben Warzeski
22ce2de8c2
fix: move request-tracking to after callbacks and add docstring
2021-10-25 12:20:00 -04:00
Ben Warzeski
de6b0dbb4e
feat: requests redux modules
2021-10-21 10:11:45 -04:00
Leangseu Kim
fde93273e3
feat: Adding husky and update pre-push hook
...
testing linting husky
2021-10-20 12:16:25 -04:00
leangseu-edx
59d169e41f
chore: update dev port number ( #14 )
2021-10-20 10:56:11 -04:00
Ben Warzeski
7b1928f41d
Merge pull request #12 from muselesscreator/list_tests
...
ListView tests
2021-10-19 09:29:33 -04:00
Ben Warzeski
7ae740bf63
fix: update snapshot
2021-10-19 09:21:46 -04:00
Ben Warzeski
f14933587d
fix: Update src/containers/ListView/TableControls.test.jsx
...
Co-authored-by: leangseu-edx <83240113+leangseu-edx@users.noreply.github.com >
2021-10-19 09:21:43 -04:00
leangseu-edx
02b29830cf
Rubric feedback ( #9 )
...
* add feedbackPrompt to selector
* create info popover component and radio criterion
* update criterion container to use new component instead
* remove unused components
* update rubric feedback to use gradeState
* update to test for bound method
* update info popover and the test
* implement review criterion
* remove gradeStatus from rubric feedback and criterion feedback
* use gradeStatus to show review criterion
* update selector testing naming
2021-10-08 14:41:09 -04:00
Ben Warzeski
5f58a6b809
feat: ListView tests
2021-10-08 14:37:47 -04:00
Ben Warzeski
da410f8423
Merge pull request #11 from muselesscreator/override_flow
...
Override Grade workflow
2021-10-08 10:36:47 -04:00
Ben Warzeski
ddc4dda8e1
fix: lint errors
2021-10-08 10:15:38 -04:00
Ben Warzeski
7121a8da0c
feat: override grades workflow and action row score
2021-10-08 10:15:35 -04:00
Ned Batchelder
c40dd72b0f
build: use the organization commitlint check
2021-10-07 13:49:50 -04:00
Ben Warzeski
9352057f17
Merge pull request #10 from muselesscreator/tests_v3
...
add unit tests for ReviewModal ReviewActions components
2021-10-07 13:31:50 -04:00
Ben Warzeski
e7ae3b9194
ReviewActions re-org and adding ConfirmModals
2021-10-05 16:26:09 -04:00
Ben Warzeski
e56f22891e
re-organize ReviewModal and ReviewActions
2021-10-05 15:07:02 -04:00
Ben Warzeski
571cb66fc9
add unit tests for ReviewModal ReviewActions components
2021-10-05 11:37:31 -04:00
Ben Warzeski
09db369bd0
Merge pull request #8 from muselesscreator/tests_v2
...
app redux unit tests
2021-10-05 11:37:06 -04:00
Ben Warzeski
5fa59bbd9a
fix rubric selector tests and add app thunkAction tests
2021-10-05 09:19:30 -04:00