feat: Multiple updates to handle children upstream info [FC-0097]#37433
feat: Multiple updates to handle children upstream info [FC-0097]#37433ChrisChV merged 11 commits intoopenedx:masterfrom
Conversation
* Added `upstream_ready_to_sync_children_info` in `ContainerChildrenSerializer` * Now, the `ContainerChildrenView` can return the `upstream_ready_to_sync_children_info` * Update the child info in `UpstreamLink._check_children_ready_to_sync`
|
Thanks for the pull request, @ChrisChV! This repository is currently maintained by Once you've gone through the following steps feel free to tag them in a comment and let them know that your changes are ready for engineering review. 🔘 Get product approvalIf you haven't already, check this list to see if your contribution needs to go through the product review process.
🔘 Provide contextTo help your reviewers and other members of the community understand the purpose and larger context of your changes, feel free to add as much of the following information to the PR description as you can:
🔘 Get a green buildIf one or more checks are failing, continue working on your changes until this is no longer the case and your build turns green. DetailsWhere can I find more information?If you'd like to get more details on all aspects of the review process for open source pull requests (OSPRs), check out the following resources: When can I expect my changes to be merged?Our goal is to get community contributions seen and reviewed as efficiently as possible. However, the amount of time that it takes to review and merge a PR can vary significantly based on factors such as:
💡 As a result it may take up to several weeks or months to complete a review and merge your PR. |
cms/djangoapps/contentstore/rest_api/v1/serializers/vertical_block.py
Outdated
Show resolved
Hide resolved
navinkarkera
left a comment
There was a problem hiding this comment.
@ChrisChV Looks good.:+1:
- I tested this: (Verified alert behaviour in frontend PR)
- I read through the code
- I checked for accessibility issues
- Includes documentation
bradenmacdonald
left a comment
There was a problem hiding this comment.
Is upstream_ready_to_sync_children_info covered by any tests?
|
Looking at the UI code that uses this, we're always either fetching the existing container data (that was available before this PR), or the new I'm not requesting changes, since I think we're out of budget here. Navin's approval is enough to merge. |
Updated 480741f
You're right. What happened is that initially, both were used in the same place, but due to issues with displaying the alert while browsing through the children, it was extracted into a new call that only uses the |
…enedx#37433) * Which edX user roles will this change impact? "Developer"". * Added `upstream_ready_to_sync_children_info` in `ContainerChildrenSerializer` * Now, the `ContainerChildrenView` can return the `upstream_ready_to_sync_children_info` * Update the child info in `UpstreamLink._check_children_ready_to_sync`
…enedx#37433) * Which edX user roles will this change impact? "Developer"". * Added `upstream_ready_to_sync_children_info` in `ContainerChildrenSerializer` * Now, the `ContainerChildrenView` can return the `upstream_ready_to_sync_children_info` * Update the child info in `UpstreamLink._check_children_ready_to_sync`
Description
upstream_ready_to_sync_children_infoinContainerChildrenSerializerContainerChildrenViewcan return theupstream_ready_to_sync_children_infoUpstreamLink._check_children_ready_to_syncSupporting information
Testing instructions
Follow the testing instructions in openedx/frontend-app-authoring#2516
Deadline
Before the Ulmo cut
Other information
N/A