feat: adding CourseEnrollmentViewStarted to execute in enrollment view#363
Open
kiram15 wants to merge 5 commits into
Open
feat: adding CourseEnrollmentViewStarted to execute in enrollment view#363kiram15 wants to merge 5 commits into
kiram15 wants to merge 5 commits into
Conversation
f11e728 to
5a05934
Compare
…s into kiram15/ENT-11570
b7ca5e2 to
e69c264
Compare
e69c264 to
93a44c7
Compare
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
This adds a filter
CourseEnrollmentViewStartedthat will be emitted by the enterprise enrollment view before enrollment is created. We are not reusing the existingCourseEnrollmentStartedfilter because this is triggered at the model level, and we want to scoped this to the view-layer enrollment path, not to every programmatic enrollment.This is part of an ongoing initiative to leverage openedx-filters to allow enterprise to customize logic and remove it from edx-platform code.
Supporting information
Jira ticket - ENT-11570
Testing instructions
Please provide detailed step-by-step instructions for testing this change, including any necessary setup, e.g., additional requirements, plugins, configuration variables, etc, and environment details to ensure the reviewer can test the change.
Deadline
"None" if there's no rush, or provide a specific date or event (and reason) if there is one.
Other information
Include anything else that will help reviewers and consumers understand the change.
Checklists
Check off if complete or not applicable:
Merge Checklist:
Post Merge: