feat: add pluggable override for learner home enterprise customer lookup#2554
Merged
Conversation
pwnage101
commented
Mar 5, 2026
pwnage101
commented
Mar 5, 2026
| dict or None: enterprise customer data dict, or None if the user is not an | ||
| enterprise customer user. | ||
| """ | ||
| # Deferred imports — will be replaced with internal paths in epic 17. |
Contributor
Author
There was a problem hiding this comment.
Clarify comment that this defensive import is only here temporarily because the plan is ultimately to migrate the entire enterprise_support app into edx-enterprise.
This was referenced Mar 25, 2026
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2554 +/- ##
==========================================
+ Coverage 86.68% 86.70% +0.01%
==========================================
Files 258 259 +1
Lines 16995 17016 +21
Branches 1680 1681 +1
==========================================
+ Hits 14732 14753 +21
Misses 1927 1927
Partials 336 336
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
marlonkeating
force-pushed
the
pwnage101/ENT-11571
branch
from
July 10, 2026 13:51
335315e to
588a5f4
Compare
marlonkeating
marked this pull request as ready for review
July 10, 2026 14:33
pwnage101
commented
Jul 10, 2026
pwnage101
commented
Jul 10, 2026
pwnage101
commented
Jul 10, 2026
pwnage101
commented
Jul 10, 2026
pwnage101
commented
Jul 10, 2026
marlonkeating
force-pushed
the
pwnage101/ENT-11571
branch
from
July 15, 2026 13:41
1ea6097 to
e2a1c64
Compare
marlonkeating
approved these changes
Jul 15, 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.
ENT-11571
Migrates functionality from openedx-platform to look up a user's enterprise status and populate
enterpriseDashboardin/api/learner_home/init/endpoint.Related: