From f2437918169302f4fbf14a7316a154d7943a34e3 Mon Sep 17 00:00:00 2001 From: Brian Mesick Date: Wed, 29 Jan 2025 12:31:17 -0500 Subject: [PATCH] chore: Add Aspects plugin to Sumac --- contrib/sumac/plugins.yml | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/contrib/sumac/plugins.yml b/contrib/sumac/plugins.yml index 23ed6f6..5d8dfdd 100644 --- a/contrib/sumac/plugins.yml +++ b/contrib/sumac/plugins.yml @@ -1,2 +1,14 @@ -# TODO this is empty for now. Reach out to contrib maintainers to add items here. -[] +- name: aspects + src: tutor-contrib-aspects<2.0.0 + url: https://github.com/openedx/tutor-contrib-aspects + author: Brian Mesick + maintainer: Brian Mesick + description: | + Aspects is an analytics system for delivering actionable data about course and learner performance. + It uses open source tools and public standards to deliver rich dashboards embedded directly in the + Learning Management System, while also providing a full powered reporting package for deeper + dives into the data, emailed reports, and alerts supported by Apache Superset. + + Aspects is customizable from end-to-end, allowing you to add new data sources, new dashboards, + and everything in between. It scales down to small installations and up to massive ones, and is + designed to be easy to install and maintain.