-
Notifications
You must be signed in to change notification settings - Fork 4.2k
refactor: Move upload/delete transcript into video_config service #37657
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
refactor: Move upload/delete transcript into video_config service #37657
Conversation
b27c671 to
097c430
Compare
696e7df to
a738d26
Compare
|
Sandbox deployment failed 💥 |
|
Sandbox deployment failed 💥 |
|
Sandbox deployment successful 🚀 |
|
Transcripts are not uploading in the content library
|
d633e66 to
0e56827
Compare
|
Sandbox deployment successful 🚀 |
|
Sandbox deployment successful 🚀 |
0e56827 to
c4561ed
Compare
|
Sandbox deployment successful 🚀 |
This moves edx-platform-specific logic out of the VideoBlock, in preparation for the VideoBlock extraction: openedx#36282
c4561ed to
886a2ed
Compare
|
Sandbox deployment failed 💥 |
d968f53 to
6412637
Compare
|
Sandbox deployment successful 🚀 |
|
Sandbox deployment successful 🚀 |
Low-level apps should not depend on high-level apps
6c93bd4 to
6f7891d
Compare
Issue has been tested and its fixed now. |
|
Following testing is done on the sandbox. |
|
Sandbox deployment successful 🚀 |
feanil
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Generally looks good to me, one small thing to fix.
Also, I don't see it on here, can you outline what testing you have done already on this change?
|
Sandbox deployment successful 🚀 |
|
🐛 BUG Content library video block after transcript deletion
Course video block added from content library and synced up successfully but still showing transcript which is a bug.
Further notes on it: cc: @feanil @kdmccormick @openedx/axim-aximprovements @FuaadZam |
|
Sandbox deployment failed 💥 |
|
Sandbox deployment successful 🚀 |
Testing Notes:Uploading transcript on the component/block of the Content library is not working fine on the sandbox of this PR. As per discussion with @kdmccormick we tried testing of this PR in a fresh new PR here, created the sandbox and its working fine on new PR sandbox which means there is some data or sandbox-creation issue on this PR. So I am closing this PR on account of this new PR |







Description
This moves edx-platform-specific logic out of the VideoBlock, in preparation for the VideoBlock extraction:
#36282
Testing instructions
Go to studio, and in a course, add a transcript, and delete it.
Do the same in a v2 library.