feat: add RV dynamic slot to course card action slot - #23
Merged
MaxFrank13 merged 1 commit intoJul 27, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds a Revenue Velocity (RV) dynamic experience widget as the default content for the learner dashboard’s course card action plugin slot, with an error boundary fallback to the existing 2U upgrade CTA to keep the UI functional if the RV integration fails.
Changes:
- Wraps
CourseCardActionSlotdefault content inErrorBoundaryto provide a resilient fallback. - Renders
DynamicExperienceSlotin the course card action slot using the appropriate placement and tenant identifiers.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
mshet-sonata-pixel
approved these changes
Jul 27, 2026
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.
Summary
Adds the
DynamicExperienceSlotwrapper to theCourseCardActionSlot. TheDynamicExperienceSlothas anErrorBoundaryto render the default 2UUpgradeButtonwhen RV's interface errors out. This matches the way it's been done in the advertisements repository for the UpgradeModal (here).Related ticket / issue
Related documentation / decision records
Reviewer guidance
This will need to be tested in stage with the rest of the RV script set up in order to confirm that it is working correctly. We do have the
UpgradeModalimplementation that we can at least cross check with.To run locally:
npm run startUpgradeButtonrender as theDynamicExperienceSlotwill error outScreenshots
No visual changes.
Checklist