...
Brand Alignment (NEW)
The home page now better reflects the edX.org brand styles that are used throughout our marketing and marketplaceis now built with Paragon, allowing it to be easily styled with brand colors / components in both an edX and Open edX context.
Course Listing
Much like the old dashboard, courses are presented in a series of cards. Course cards show the course thumbnail, information about the course, and the ability to upgrade to a paid track or view/begin a course (if applicable). Further course actions (e.g. unenroll, email opt-out settings, and social media share) have been moved to the menu/triple dot icon on the course card.
...
All of a user’s courses and entitlements are fetched on page load. To make the page manageable, we paginate that list, showing only 5 25 courses at a time. To view other courses, a user should page through their list of courses using the pagination controls at the bottom of the course list.
...
Your Enterprise Dashboards have moved. To select a specific dashboard, go to your profile dropdown and select your desired dashboard.
...
Masquerade (NEW)
edX / 2U staff and support can now masquerade as users on the platform by typing a username or email in the “View as” box and hitting submit. Note that if there is a username/email collision, this will use email as the fallback identifier. Note also that this is designed to be “view only” so change actions (e.g. enroll, unenroll, selecting a session) are blocked in this view.
...
Prod home.edx.org
Stage home.stage.edx.org
Edge n/a
Sandbox n/a
Comparison with old experience
How will this experience be rolled out?
Navigating to the old course dashboard will begin automatically redirecting Main Changes:
Feature allowing staff to view other registered user dashboards by e-mail or user name added.
A 'refine' feature to allow users to sort their courses.
Upgrade button has icon and moved from the card footer into the card body.
The program links moved to their own lines
Card footer size reduced and passing grade requirement added.
"Get the most out of your course" call to action removed.
Social Media buttons and settings gear has been removed from cards. Placed in ...
Course Access Button text changed.
Clears technical debt by updating code base.
Learner Home
...
Legacy Student Dashboard
...
How is this experience rolled out?
When enabled, attempting to navigate to the old student dashboard will automatically redirect users to the new Learner Home experience.
When will this experience roll out?
Rollout began on with 1% of edx.org traffic directed to the new experience. This rollout started with a small percentage of users and slowly scale up to all users while we assess performance and feedback.
UPDATE: Rollout to 100% will begin March 22,Learner Home rolled out to 50% of the user base on . Learner Home rolls out to 100% of the user base on .
Developer FAQ
Where does the code live?
...
Check out
frontend-app-learner-dashboard
.Install and run with
npm run i
,npm run start
App should runs defaulted to port
1996
Navigate to localhost:1996
Log in and view your courses
...
How do I configure rollout percent?
A user can navigate to Learner Home directly whenever it is running, but automatically redirecting users requires configuration:
Add and enable the
learner_home_mfe.enabled
...
Waffle Flag from Django Admin.
Configure the
LEARNER_HOME_MFE_REDIRECT_PERCENTAGE
setting (e.g. inedx-platform/lms/envs/private.py
) with an integer value (0
-100
) representing what percentage of users should be redirected to Learner Home.0
represents no rollout,100
represents rollout to all users.