[BD-32] feat: Open edX Filters backport #30583
Merged
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.0
pip install git+https://github.com/eduNEXT/openedx-filters-samples.git@master#egg=openedx_filters_samples
Please, 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.