From 340223b2aed256d25fc007b412316ff7d4ab749a Mon Sep 17 00:00:00 2001 From: Deborah Kaplan Date: Wed, 7 Feb 2024 13:26:28 -0500 Subject: [PATCH] feat: transition learner_home to aperture (#34206) previously assigned `learner_dashboard` to aperture (which is correct, aperture owns this) but the purpose of this effort was to assign `learner_home`, which is the backend people are referring to when they refer to "learner dashboard". FIXES: APER-3174 --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fdcb89dc0a..d6fd594511 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -40,7 +40,7 @@ common/djangoapps/enrollment/ lms/djangoapps/commerce/ lms/djangoapps/experiments/ lms/djangoapps/learner_dashboard/ @openedx/2U-aperture -lms/djangoapps/learner_home/ +lms/djangoapps/learner_home/ @openedx/2U-aperture openedx/features/content_type_gating/ openedx/features/course_duration_limits/ openedx/features/discounts/