Add Learner Analytics dashboard.

Add the back-end and front-end React app for Learner Analytics.
This was mostly authored by @AlasdairSwan and @dianakhuang.

LEARNER-3376
This commit is contained in:
Diana Huang
2018-01-16 10:22:03 -05:00
committed by Robert Raposa
parent 7e2a231098
commit 7af52bf125
22 changed files with 1402 additions and 61 deletions

View File

@@ -25,6 +25,7 @@ module.exports = {
// LMS
SingleSupportForm: './lms/static/support/jsx/single_support_form.jsx',
AlertStatusBar: './lms/static/js/accessible_components/StatusBarAlert.jsx',
LearnerAnalyticsDashboard: './lms/static/js/learner_analytics_dashboard/LearnerAnalyticsDashboard.jsx',
// Features
CourseGoals: './openedx/features/course_experience/static/course_experience/js/CourseGoals.js',