Leangseu edx/enterprise portal (#5)

* feat: implement enterprise dashboard

* chore: update test
This commit is contained in:
leangseu-edx
2022-08-04 13:21:11 -04:00
committed by GitHub
parent 776c6989bd
commit 6d34853d09
10 changed files with 422 additions and 45 deletions

View File

@@ -59,10 +59,11 @@ const globalData = {
},
enterpriseDashboards: {
availableDashboards: [
{ label: 'edX', url: 'edx.org/edx-dashboard' },
{ label: 'harvard', url: 'edx.org/harvard-dashboard' },
{ label: 'Personal', url: '/dashboard' },
{ label: 'edX, Inc.', url: '/edx-dashboard' },
{ label: 'Harvard', url: '/harvard-dashboard' },
],
mostRecentDashboard: { label: 'edX', url: 'edx.org/edx-dashboard' },
mostRecentDashboard: { label: 'edX, Inc.', url: '/edx-dashboard' },
},
platformSettings: {
supportEmail: 'support@example.com',