-
Notifications
You must be signed in to change notification settings - Fork 4.2k
refactor: Move upload/delete transcript int video_config service #37793
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
Conversation
|
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.
Changes look good, assuming there is no major changes needed as a part of fixing the conflict with master, I think this is good to merge without another review.
| elif service_name == 'error_tracker': | ||
| return make_error_tracker() | ||
| elif service_name == 'video_config': | ||
| # Import here to avoid circular dependency |
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.
Not a big deal but it would be nice to note what the circular dependency is in the comment here.
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.
Let's do all the extraction part and clean the code from platform and then we will review the circular imports in following ticket.
This moves edx-platform-specific logic out of the VideoBlock, in preparation for the VideoBlock extraction: #36282
62aef19 to
3c9e1a9
Compare
|
Sandbox deployment failed 💥 |
|
Sandbox deployment successful 🚀 |
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.
This is a duplicate PR of this PR, further notes can be found on it.