[BD-32] feat: Open edX Filters backport#30583
Merged
github-actions[bot] merged 2 commits intoopen-release/nutmeg.masterfrom Aug 8, 2022
Merged
[BD-32] feat: Open edX Filters backport#30583github-actions[bot] merged 2 commits intoopen-release/nutmeg.masterfrom
github-actions[bot] merged 2 commits intoopen-release/nutmeg.masterfrom
Conversation
Backport filters that didn't make it to nutmeg release: * Add filter before certificate creation starts - Add filters interactions with code that used generate_certificate_task - Add unit-testing for filters - Upgrade to latest library update (cherry picked from commit e8fa890) * Add cohort change filter before moving users from cohorts (cherry picked from commit 465e5c0) * Add filter before certificate rendering process starts (cherry picked from commit 7f974d1) * Add filter before course dashboard rendering process starts - Add dashboard filter to dashboard student's view - Add tests/docs for filter's integration (cherry picked from commit 895a649) * Add filter before course about rendering process starts (cherry picked from commit ccfa0b4) * Integrate cohort assignment filter definition to cohort model (cherry picked from commit ec69659)
|
Thanks for the pull request, @mariajgrimaldi! When this pull request is ready, tag your edX technical lead. |
Contributor
|
@openedx-community-bot merge |
|
@mariajgrimaldi 🎉 Your pull request was merged! Please take a moment to answer a two question survey so we can improve your experience in the future. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Backport filters that didn't make it to nutmeg release:
Add filter before certificate creation starts
(cherry picked from commit e8fa890)
Add cohort change filter before moving users from cohorts
(cherry picked from commit 465e5c0)
Add filter before certificate rendering process starts
(cherry picked from commit 7f974d1)
Add filter before course dashboard rendering process starts
(cherry picked from commit 895a649)
Add filter before course about rendering process starts
(cherry picked from commit ccfa0b4)
Integrate cohort assignment filter definition to cohort model
(cherry picked from commit ec69659)
Supporting information
Refer to the BTR wg github issue for the rationale behind this PR: openedx/wg-build-test-release#187
Testing instructions
openedx-filters==0.7.0pip install git+https://github.com/eduNEXT/openedx-filters-samples.git@master#egg=openedx_filters_samplesPlease, for detailed instructions on how to test each filter, refer to each of these PR(s):
Filter for certificate creation:
#29949
Filter for cohort change:
#29964
Filter for certificate rendering:
#29976
Filter for dashboard rendering:
#29994
Filter for course about rendering:
#29996
Filter for cohort assignment:
#30431
Deadline
For the next nutmeg release.