connorhaugh
cf1daa3ba5
Feat add templates for default problems after problem select ( #185 )
...
https://2u-internal.atlassian.net/browse/TNL-10316 is the relevant bug.
Problems have default values when created using the select type page.
2023-01-11 14:26:46 -05:00
Kristin Aoki
09bb1dab2b
feat: add import transcripts from youtube ( #176 )
2022-12-23 10:54:07 -05:00
connorhaugh
2896393c53
feat: add problem type select
...
Co-authored-by: Kristin Aoki <42981026+KristinAoki@users.noreply.github.com >
Co-authored-by: Raymond Zhou <56318341+rayzhou-bit@users.noreply.github.com >
2022-12-22 16:52:21 -05:00
connorhaugh
8dea72de99
feat:problem editor
...
Co-authored-by: Farhaan Bukhsh <farhaan@opencraft.com >
Co-authored-by: Navin Karkera <navin@disroot.org >
Co-authored-by: Kaustav Banerjee <kaustav@opencraft.com >
2022-12-20 14:52:20 -05:00
Kristin Aoki
07202c0518
feat: separate video id and url fields into two ( #164 )
2022-12-12 10:55:32 -05:00
connorhaugh
3506db7c14
Feat improve transcript flow ( #141 )
...
https://2u-internal.atlassian.net/browse/TNL-10199
Rewrite of Transcripts widget to improve flow.
2022-11-15 12:03:04 -05:00
Ken Clary
a4f0a8f162
feat: duration widget for video settings. TNL-9823.
2022-11-03 17:55:05 -04:00
Raymond Zhou
79ae64b562
feat: license widget ( #132 )
2022-11-02 10:41:40 -04:00
Kristin Aoki
e6101ed3ac
feat: update setAssetToStaticUrl to include all assets
2022-10-24 13:44:33 -04:00
Kristin Aoki
cb01ff17a0
feat: add handout widget
2022-10-19 12:17:59 -04:00
Kristin Aoki
36576903ea
feat: thumbnail widget
2022-10-12 15:42:38 -04:00
Raymond Zhou
d2f07045f0
Feat video source integration ( #125 )
...
* feat: video source integration
Co-authored-by: KristinAoki <kaoki@2u.com >
2022-10-12 12:38:44 -04:00
kenclary
a7abab1236
Convert video settings from xblock metadata into the redux store. In-progress draft. TNL-10009. ( #119 )
...
* feat: Convert video settings from xblock metadata into the redux store. In-progress draft. TNL-10009.
Co-authored-by: rayzhou-bit <rzhou@2u.com >
2022-10-04 14:59:22 -04:00
Raymond Zhou
cc3a2d8b85
feat: videosource to backend ( #118 )
...
* feat: videosource to backend
2022-09-30 11:00:06 -04:00
connorhaugh
45215ba504
Feat: full transcript widget ( #117 )
2022-09-27 14:09:29 -04:00
Raymond Zhou
80dfc6ba15
feat: www gallery raw selection ( #88 )
...
* feat: www gallery raw selection
2022-07-22 10:58:55 -04:00
Raymond Zhou
b047f7a2a8
feat: raw html editor ( #86 )
...
raw html editor
2022-06-28 14:25:09 -04:00
connorhaugh
cc4e19cd2a
fix: redirect to correct learning context ( #83 )
...
For https://2u-internal.atlassian.net/browse/TNL-9955
there are multiple instantiations of the text editor in different contexts, so we need to handle them upfront to not break either experience flow” or something along those lines…
2022-06-09 09:41:31 -04:00
Ben Warzeski
564b953860
feat: video skeleton hooks ( #65 )
...
* feat: video skeleton hooks
* fix: lint
* Update src/editors/containers/VideoEditor/components/VideoSettingsModal/components/CollapsibleFormWidget.jsx
Co-authored-by: connorhaugh <49422820+connorhaugh@users.noreply.github.com >
Co-authored-by: connorhaugh <49422820+connorhaugh@users.noreply.github.com >
2022-05-09 14:23:21 -04:00
Ben Warzeski
cb1c00bf3c
Feat: Video skeleton ( #58 )
...
* pt1
* feat: video skeleton
* fix: update tests
* chore: update snapshots and linting
* fix: fix image context button
* feat: re-usable editor pattern
* fix: css and bad hook
2022-04-14 15:01:04 -04:00
connorhaugh
fd35c1cb18
Feat: Add Request Alerts and upload file ( #43 )
...
Fixes to Upload data type, as well as adding in of two error alerts for upload and fetch.
Co-authored-by: Ben Warzeski <bwarzeski@edx.org >
Co-authored-by: Raymond Zhou <56318341+rayzhou-bit@users.noreply.github.com
2022-04-04 08:33:31 -04:00
Ben Warzeski
0f87a61639
feat: Select img api ( #41 )
...
* feat: add capabilities
* chore: more tests
* fix: use correct hook source for getDispatch
* fix: fix fetchImages data contract
* fix: make onClose method a callback for ImageUploadModal
* chore: lint and test updates
* chore: clean up propType warning
Co-authored-by: connorhaugh <chaugh21@amherst.edu >
2022-03-30 15:13:19 -04:00
Ben Warzeski
09e9d865c2
Chore: Test coverage hunt ( #36 )
...
* chore: add brand mocking in gallery view
* feat: dev gallery app
* chore: link mock block ids to real block type api
* feat: image settings page features
* chore: more tests
* chore: keystore util and more testing
* chore: more tests
* chore: re-install lint plugin...
* chore: lint fixes
* chore: moar tests
* chore: remove brand from module.config and link gallery to edx.org brand
2022-03-24 11:15:32 -04:00
Ben Warzeski
32e4d5f7a1
feat: Image settings feature and design completeness ( #30 )
...
* feat: devgallery api mode
* feat: dev gallery app
* chore: link mock block ids to real block type api
* feat: image settings page features
* fix: update tests
* fix: console message cleanup
* fix: test fixes from code walkthrough with ray
2022-03-15 16:32:07 -04:00
connorhaugh
5258e93972
Test add requests redux tests ( #24 )
...
Add redux tests as well as get save functionality working.
2022-03-07 19:43:46 -05:00
Ben Warzeski
ac0d261e89
Gallery app ( #27 )
...
* feat: devgallery api mode
* chore: update react version
* feat: dev gallery app
* chore: fix component tests
* chore: lint fixes
* chore: link mock block ids to real block type api
2022-03-07 13:35:28 -05:00
Raymond Zhou
6f0f6296e4
test: cms api tests + extra lint ( #25 )
2022-03-01 11:32:03 -05:00
Raymond Zhou
f3d80995c5
test: cms urls ( #23 )
2022-02-25 19:24:05 -05:00
Ben Warzeski
1a1900f213
feat: redux tests pt 1 ( #19 )
...
* feat: redux tests pt 1
* chore: add app thunkAction tests
* chore: resolve lint issues
* Update src/editors/data/redux/app/reducer.test.js
Co-authored-by: connorhaugh <49422820+connorhaugh@users.noreply.github.com >
Co-authored-by: connorhaugh <49422820+connorhaugh@users.noreply.github.com >
2022-02-24 16:59:30 -05:00
Ben Warzeski
d2e89d7b28
chore: rename lms service to cms ( #15 )
...
* chore: rename lms service to cms
* fix: remove typo
* fix: remove old selector
2022-02-22 12:59:37 -05:00
Ben Warzeski
5a1d71a62c
!refactor: Breaking Change refactor use Redux. No release
2022-02-18 13:16:36 -05:00