Skip to content

Commit

Permalink
feat: create new dashboards
Browse files Browse the repository at this point in the history
(cherry picked from commit 484ede5553ee5dc183e78dab52f61d8df00dc0cc)
  • Loading branch information
Ian2012 committed Mar 19, 2024
1 parent 6f314a9 commit be98c78
Show file tree
Hide file tree
Showing 3 changed files with 94 additions and 2 deletions.
8 changes: 6 additions & 2 deletions tutoraspects/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,12 @@
"uuid": "1d6bf904-f53f-47fd-b1c9-6cd7e284d286",
},
{
"name": "Operator Dashboard",
"uuid": "02c0121c-40e9-4d8a-b86a-6b996a1cc6fe",
"name": "Learner Groups Dashboard",
"uuid": "8661d20c-cee6-4245-9fcc-610daea5fd24",
},
{
"name": "Individual Learner Dashboard",
"uuid": "abae8a25-1ba4-4653-81bd-d3937a162a11",
}
],
),
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
_file_name: Individual_Learner_Reports.yaml
_roles:
- '{{ SUPERSET_ROLES_MAPPING.instructor }}'
css: ''
dashboard_title: Individual Learner Reports
description: null
metadata:
chart_configuration: {}
color_scheme: ''
color_scheme_domain: []
cross_filters_enabled: true
default_filters: '{}'
expanded_slices: {}
global_chart_configuration:
chartsInScope: []
scope:
excluded: []
rootPath:
- ROOT_ID
label_colors: {}
refresh_frequency: 0
shared_label_colors: {}
timed_refresh_immune_slices: []
position:
DASHBOARD_VERSION_KEY: v2
GRID_ID:
children: []
id: GRID_ID
parents:
- ROOT_ID
type: GRID
HEADER_ID:
id: HEADER_ID
meta:
text: Individual Learner Dashboard
type: HEADER
ROOT_ID:
children:
- GRID_ID
id: ROOT_ID
type: ROOT
slug: individual-learner
uuid: abae8a25-1ba4-4653-81bd-d3937a162a11
version: 1.0.0
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
_file_name: Learner_Groups_Reports.yaml
_roles:
- '{{ SUPERSET_ROLES_MAPPING.instructor }}'
css: ''
dashboard_title: Learner Groups Reports
description: null
metadata:
chart_configuration: {}
color_scheme: ''
color_scheme_domain: []
cross_filters_enabled: true
default_filters: '{}'
expanded_slices: {}
global_chart_configuration:
chartsInScope: []
scope:
excluded: []
rootPath:
- ROOT_ID
label_colors: {}
refresh_frequency: 0
shared_label_colors: {}
timed_refresh_immune_slices: []
position:
DASHBOARD_VERSION_KEY: v2
GRID_ID:
children: []
id: GRID_ID
parents:
- ROOT_ID
type: GRID
HEADER_ID:
id: HEADER_ID
meta:
text: Learner group dashboard
type: HEADER
ROOT_ID:
children:
- GRID_ID
id: ROOT_ID
type: ROOT
slug: learner-groups
uuid: 8661d20c-cee6-4245-9fcc-610daea5fd24
version: 1.0.0

0 comments on commit be98c78

Please sign in to comment.