Leangseu Kim
1595f52ade
chore: update brand config
2022-03-29 09:47:36 -04:00
Matt Hughes
8d4ef50039
Merge pull request #81 from edx/transifex-bot-update-translations2022-03-20
...
chore(i18n): update translations
2022-03-28 13:23:06 -04:00
Ben Warzeski
257849b55f
Chore: Au 340 ( #82 )
...
* chore: testing update
* fix: uncomment tests
2022-03-23 13:34:20 -04:00
edX Transifex Bot
e3d1dde3d1
chore(i18n): update translations
2022-03-20 15:40:15 +00:00
leangseu-edx
0de9807c94
Revert "Chore: Au 340 ( #79 )"
...
This reverts commit e1442f7890 .
2022-03-18 12:24:56 -04:00
Ben Warzeski
e1442f7890
Chore: Au 340 ( #79 )
...
* chore: update tests for grading selectors
Co-authored-by: Justin Lapierre <jlapierre@edx.org >
2022-03-18 09:29:22 -04:00
Ben Warzeski
8ebd0497cf
chore: update filter status component tests ( #74 )
...
* chore: update filter status component tests
* chore: move react stub to setupTests
2022-03-17 11:48:17 -04:00
Leangseu Kim
25aae2cec8
fix: fix bad export on filterStatusComponent
2022-03-17 07:13:53 -04:00
Leangseu Kim
e656534a51
feat: empty submission components
...
chore: update usage of empty submission in list view
chore: remove unused
test: add unit testing
2022-03-15 12:20:11 -04:00
Leangseu Kim
278ac101a7
feat: override filter status component
...
fix: review modal test failure
chore: update unit test
chore: update hook and test
chore: add unit test for set all filter
chore: update use callback mock
2022-03-15 12:04:20 -04:00
leangseu-edx
59c57028a0
chore: remove reloadSubmissions key from request and use initialize to reloadSubmissions table ( #65 )
...
Co-authored-by: Justin Lapierre <jlapierre@edx.org >
2022-02-23 09:25:34 -05:00
leangseu-edx
e549cfb598
feat: confirm close modal for unsaved work ( #66 )
...
* feat: confirm close modal for unsaved work
* chore: update prop
2022-02-23 09:23:36 -05:00
Leangseu Kim
4267206d58
fix: make feedback a text area
2022-02-15 11:39:32 -05:00
Leangseu Kim
054e6acfc6
fix: align icon link and ora header
2022-02-15 11:33:51 -05:00
leangseu-edx
664368fe17
fix: add margin between button ( #62 )
...
* fix: add margin between button
* chore: bump margin one size up
2022-02-15 11:33:24 -05:00
Leangseu Kim
6b94ba4c5c
chore(i18n): update translations
2022-02-11 11:25:29 -05:00
leangseu-edx
11a2838799
chore: update translation config ( #53 )
...
* chore: update translation config
* fix: fix duplicate id
* chore: update snapshot
2022-02-10 11:49:24 -05:00
Ben Warzeski
42535c5f80
feat: switch over to real bff api ( #56 )
2022-02-10 11:25:44 -05:00
leangseu-edx
e8550af85d
fix: scroll enable on smaller screen ( #51 )
...
* fix: scroll enable on smaller screen
* fix: fixed review error width
* fix: make rubric and review error width align
* fix: rubric position to be sticky
* fix: remove double scroll bar at the bottom for small screen
* fix: make submission more response on small screen
* fix: rubric sticky and margin correctly on smaller screen
* chore: linting and update snapshot
* fix: make submission title resize to smaller on smaller screen
* fix: miss align rubic and submission file on the top
* fix: padding size on small screen
* feat: add optional on feedback comment for clarity
* chore: update test
2022-02-08 10:33:42 -05:00
Leangseu Kim
c6ed6938af
fix: update setup test to mock locationId
2022-02-02 15:09:14 -05:00
leangseu-edx
81026ae013
feat: make the app reload submission on modal close ( #50 )
...
* feat: make the app reload submission on modal close
* chore: remove reloadSubmission request and reuse initial app
2022-01-25 14:00:51 -05:00
leangseu-edx
46ebc899ee
tri-fix ( #49 )
...
* fix: response display to show medium size on even the content isn't big enough
* fix: don't show download button when there isn't submission files
* feat: additional default support file for image renderer
2022-01-24 14:30:07 -05:00
leangseu-edx
f7341efc71
fix: grade data is empty object when there isn't grade data ( #48 )
...
* fix: grade data is empty object when there isn't grade data
* test: update unit testing
2022-01-21 13:36:54 -05:00
leangseu-edx
c5bf0a7d11
feat: add file renderer that support common error handling and loading banner ( #42 )
...
* feat: add file renderer that support common error handling and loading banner
* chore: use axios instead of get from utils
* chore: fixed typo and update snapshots
2022-01-19 12:34:44 -05:00
leangseu-edx
b2aac6036e
feat: show file size in file popover ( #47 )
...
* feat: show file size in file popover
* chore: update file popover content's props
2022-01-19 11:13:39 -05:00
Ben Warzeski
21dcc972ed
chore: update integration tests through grade submission ( #43 )
2022-01-13 14:18:58 -05:00
Justin Lapierre
d629e4495b
chore: Implement submissions selector unit tests ( #46 )
...
* chore: Adapted the selector unit test to exercise the submissions selectors
* chore: updated linting for new submissions selector unit tests
2022-01-11 15:46:39 -05:00
Ben Warzeski
579ff50c99
feat: Zip download ( #41 )
...
* integration tests through navigation
* more tests
* download-demo
* feat: file download and tests
* fix: update manifest styling
2022-01-10 10:29:13 -05:00
Ben Warzeski
b0be873722
fix: update repo name
2021-12-20 15:36:17 -05:00
leangseu-edx
771e79963e
feat: txt file support ( #40 )
...
* feat: add txt renderer
* chore: remove supportedTypes and update snapshot
* chore: update css
2021-12-17 11:54:55 -05:00
Ben Warzeski
e584529cc5
feat: File Preview panel ( #39 )
...
* feat: update display preview panel
* chore: update package
* test: update unit testing
* test: update test
* test: update unit testing
* feat: update preview display to use custom renderer
* chore: use worker for react-pdf
* test: update unit testing
* chore: update requested change
* chore: update gitignore for sample files
* fix: hard-code filetype mappings
* fix: make integration test work again
* chore: update tests
* feat: add FileInfo to preview cards
Co-authored-by: Leangseu Kim <lkim@edx.org >
2021-12-10 14:57:56 -05:00
leangseu-edx
7e49670a95
feat: update lock/unlock logistic ( #38 )
...
* feat: update lock/unlock logistic
* chore: disable submit grade on lock pending
* chore: update mock for contested lock
* chore: update set lock success response
* chore: add failure reducer/action for set lock
2021-12-10 14:57:24 -05:00
Ben Warzeski
91c874e20d
feat: Submit states ( #37 )
...
* feat: enable teams support
* feat: submit grade pending behavior
* feat: submit error behavior
* fix: Update src/data/services/lms/fakeData/testUtils.js
Co-authored-by: leangseu-edx <83240113+leangseu-edx@users.noreply.github.com >
Co-authored-by: leangseu-edx <83240113+leangseu-edx@users.noreply.github.com >
2021-12-06 11:02:43 -05:00
Ben Warzeski
909516dbc7
feat: enable teams support ( #35 )
2021-12-03 11:22:15 -05:00
Ben Warzeski
97750dd525
feat: hide breadcrumbs when loading submission list ( #34 )
2021-11-24 14:57:06 -05:00
Ben Warzeski
7634e0ad7e
feat: Load submission pending and error states ( #32 )
...
* feat: list pending and error states
* fix: merge clunk
* feat: fetchSubmission pending and error states
* fix: lint fix
* fix: fix tests
* refactor: combined submission fetch
* fix: make merge fixes happy
* fix: linting
* fix: simplify selectors and fix action bar score
* fix: fix tests
* Update src/data/redux/requests/selectors.js
Co-authored-by: leangseu-edx <83240113+leangseu-edx@users.noreply.github.com >
Co-authored-by: leangseu-edx <83240113+leangseu-edx@users.noreply.github.com >
2021-11-24 13:05:18 -05:00
Leangseu Kim
67d91f4f98
feat: connect mfe and bff
...
test: update unit testing
chore: update requested change
2021-11-23 16:22:14 -05:00
Ben Warzeski
7f51ac833a
Merge pull request #31 from muselesscreator/submissionUUID
...
refactor: Submission UUID
2021-11-22 11:21:57 -05:00
Ben Warzeski
7a7c0f6b22
refactor: downloadUrl => downloadURL
2021-11-22 11:09:24 -05:00
Ben Warzeski
bfcbb50b57
refactor: update api
2021-11-22 10:51:01 -05:00
Usama Sadiq
cfc66f8e31
Merge pull request #29 from edx/aht/BOM-2993-switch-CI-to-github-actions-from-travis
...
Shift CI from travis to github actions
2021-11-16 16:55:14 +05:00
Ben Warzeski
fab5f16ff4
feat: separate local and static grade data
...
fix: separate local and static grade data
2021-11-15 14:06:23 -05:00
Ben Warzeski
2bf8deb216
fix: remove unused hack
2021-11-15 14:02:07 -05:00
Ben Warzeski
71dc26b7ad
refactor: update grading data flow
2021-11-15 11:55:34 -05:00
Ben Warzeski
0d3678b059
fix: remove duplicate selector
2021-11-11 23:01:29 -05:00
Ben Warzeski
8b9471b610
Update src/containers/CriterionContainer/CriterionFeedback.jsx
2021-11-11 23:01:29 -05:00
Ben Warzeski
595148a82b
fix: separate local and static grade data
2021-11-11 23:01:28 -05:00
Leangseu Kim
e620bc0f59
feat: first draft of submit
...
test: update unit test
chore: update requested change
2021-11-10 16:48:32 -05:00
Mohammad Ahtasham ul Hassan
59559033d9
build: shift CI from travis to github actions
2021-11-10 17:42:56 +05:00
Ben Warzeski
2f4f0579f2
Merge pull request #27 from muselesscreator/mock-paragon
...
refactor: centralize paragon mocking
2021-11-05 16:06:11 -04:00