-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #458 from SoryRawyer/rds/forum-interaction-tab
feat: add forum interaction tab (FC-0033)
- Loading branch information
Showing
7 changed files
with
487 additions
and
14 deletions.
There are no files selected for viewing
48 changes: 48 additions & 0 deletions
48
tutoraspects/templates/openedx-assets/assets/charts/Distinct_forum_users.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
_file_name: Distinct_forum_users.yaml | ||
cache_timeout: null | ||
certification_details: null | ||
certified_by: null | ||
dataset_uuid: 39d1e786-c0c8-4c56-81c8-56fb0df88001 | ||
description: null | ||
params: | ||
adhoc_filters: [] | ||
dashboards: | ||
- 61 | ||
datasource: 57__table | ||
extra_form_data: {} | ||
granularity_sqla: emission_time | ||
header_font_size: 0.4 | ||
metric: | ||
aggregate: COUNT_DISTINCT | ||
column: | ||
advanced_data_type: null | ||
certification_details: null | ||
certified_by: null | ||
column_name: actor_id | ||
description: null | ||
expression: null | ||
filterable: true | ||
groupby: true | ||
id: 445 | ||
is_certified: false | ||
is_dttm: false | ||
python_date_format: null | ||
type: String | ||
type_generic: 1 | ||
verbose_name: null | ||
warning_markdown: null | ||
datasourceWarning: false | ||
expressionType: SIMPLE | ||
hasCustomLabel: false | ||
label: COUNT_DISTINCT(actor_id) | ||
optionName: metric_5y4uvwa13v4_f12i3twecs6 | ||
sqlExpression: null | ||
subheader_font_size: 0.15 | ||
time_format: smart_date | ||
time_range: No filter | ||
viz_type: big_number_total | ||
y_axis_format: SMART_NUMBER | ||
slice_name: Distinct forum users | ||
uuid: feb323ad-c819-49ca-a336-584bd9ff1a2e | ||
version: 1.0.0 | ||
viz_type: big_number_total |
47 changes: 47 additions & 0 deletions
47
tutoraspects/templates/openedx-assets/assets/charts/Posts_per_user.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,47 @@ | ||
_file_name: Posts_per_user.yaml | ||
cache_timeout: null | ||
certification_details: null | ||
certified_by: null | ||
dataset_uuid: a2823d2e-54c4-4378-98c2-817f000c14ab | ||
description: null | ||
params: | ||
adhoc_filters: [] | ||
bottom_margin: auto | ||
color_scheme: supersetColors | ||
columns: [] | ||
dashboards: | ||
- 61 | ||
datasource: 58__table | ||
extra_form_data: {} | ||
granularity_sqla: null | ||
groupby: | ||
- num_posts | ||
metrics: | ||
- count | ||
order_desc: true | ||
rich_tooltip: true | ||
row_limit: 10000 | ||
show_legend: true | ||
slice_id: 922 | ||
time_range: No filter | ||
timeseries_limit_metric: | ||
aggregate: null | ||
column: null | ||
datasourceWarning: false | ||
expressionType: SQL | ||
hasCustomLabel: false | ||
label: num_posts | ||
optionName: metric_tdazpzouidq_76qbq0kf86v | ||
sqlExpression: num_posts | ||
viz_type: dist_bar | ||
x_axis_label: Posts per user | ||
x_ticks_layout: auto | ||
y_axis_bounds: | ||
- null | ||
- null | ||
y_axis_format: SMART_NUMBER | ||
y_axis_label: Number of users | ||
slice_name: Posts per user | ||
uuid: bc191ce7-f39d-48db-86a9-d19949f4211d | ||
version: 1.0.0 | ||
viz_type: dist_bar |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.