You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@arbrandes: I found this issue while testing the MFE in a Quince tutor dev environment. And I'd like to know why this MFE uses a custom header instead of the LearningHeader or something similar. That might be the best approach for this for the long term, but it sounds like a lot of work to do before the release. Is hiding the Personal dashboard behind a feature flag enough?
Description
As an authenticated student/instructor, when you do
User dropdown > Switch dashboard > Personal
redirects to/edx-dashboard
.Possible solutions
First, a few context questions:
What's the purpose of the
personal
dashboard?How does it work for edX? What does it do?
How would that look like for the community?
As for the Quince release, we could hide the
Switch dashboard
behind a feature flag here:frontend-app-learner-dashboard/src/containers/LearnerDashboardHeader/ExpandedHeader/AuthenticatedUserDropdown.jsx
Lines 32 to 49 in 1a51ac0
I'll be opening a PR with this proposed change.
PRs
The text was updated successfully, but these errors were encountered: