feat: add CoursewareViewRedirectURL pipeline steps#2548
Open
pwnage101 wants to merge 1 commit into
Open
Conversation
This was referenced Mar 5, 2026
67893ef to
a539335
Compare
Codecov Report❌ Patch coverage is
❌ Your patch check has failed because the patch coverage (62.06%) is below the target coverage (95.00%). You can increase the patch coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## master #2548 +/- ##
==========================================
- Coverage 86.04% 86.00% -0.04%
==========================================
Files 250 251 +1
Lines 16700 16740 +40
Branches 1657 1662 +5
==========================================
+ Hits 14369 14397 +28
- Misses 1997 2008 +11
- Partials 334 335 +1
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
b279908 to
fcd378f
Compare
fcd378f to
e6bff04
Compare
a0204dc to
e885e65
Compare
kiram15
reviewed
Jun 3, 2026
2072bed to
65a6b29
Compare
This commit replaces most enterprise-specific logic serving the purpose of conditionally blocking courseware access. Enterprise steps added: - EnterpriseStartDateAccessFailureStep supplies an enterprise-specific start-date error for enterprise learners. - ActiveEnterpriseCheckStep denies access when the learner's active EnterpriseCustomer differs from the enrollment's customer. Consent steps added: - DataSharingConsentRedirectStep supplies a redirect URL to collect data sharing consent when it is required. - DataSharingConsentCourseAccessStep denies access when consent is required. ENT-11544
65a6b29 to
14d9cb8
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.
This commit replaces most enterprise-specific logic serving the purpose
of conditionally blocking courseware access.
Enterprise steps added:
Consent steps added:
ENT-11544
Blocked by:
Blocks: