MDL-58859 report_insights: Added to core
commit373b1de18c5d21e16c7d45aa4b1e2f4b058e2867
authorDavid Monllao <davidm@moodle.com>
Tue, 23 May 2017 09:15:41 +0000 (23 17:15 +0800)
committerDavid Monllao <davidm@moodle.com>
Mon, 24 Jul 2017 05:52:52 +0000 (24 07:52 +0200)
tree9f062bf5b52cdec9236193ab6c0f6f5afe2ac33f
parent25531de6e8a15c86c537b6692c170c04af95a312
MDL-58859 report_insights: Added to core

Part of MDL-57791 epic.
12 files changed:
report/insights/action.php [new file with mode: 0644]
report/insights/classes/output/prediction.php [new file with mode: 0644]
report/insights/classes/output/predictions_list.php [new file with mode: 0644]
report/insights/classes/output/renderer.php [new file with mode: 0644]
report/insights/insights.php [new file with mode: 0644]
report/insights/lang/en/report_insights.php [new file with mode: 0644]
report/insights/lib.php [new file with mode: 0644]
report/insights/prediction.php [new file with mode: 0644]
report/insights/templates/prediction.mustache [new file with mode: 0644]
report/insights/templates/prediction_details.mustache [new file with mode: 0644]
report/insights/templates/predictions_list.mustache [new file with mode: 0644]
report/insights/version.php [new file with mode: 0644]