You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But course IDs (and block IDs) are not user-friendly. Can we show Course Titles and Block display names instead, in the filters and on the charts?
Investigations / Questions / Blockers
The course name/title is deeply nested into the event JSON: tupleElement(tupleElement(tupleElement(event.context.contextActivities.parent, 1)[1], 'name'), 'en-US')
Can we pull this value out into a field using the clickhouse materialized view?
So if we want to show the Course Title in the Dashboard filters but send the Course ID to the chart's dimensions filter, then we'll need this issue to be resolved.
The text was updated successfully, but these errors were encountered:
The native filters work seems to be progressing, maybe complete enough for us to turn on the feature flags? I'm watching the issue here, which is down to one last migration task that we may not need: apache/superset#14383
This won't show up on the milestone because it's not an epic, though we probably could add this to an existing epic or create a new one for all of the v1 Superset enhancements / fixes.
openedx/tutor-contrib-aspects#3 added a basic Dashboard with course and block ID filters that apply to the charts inside.
But course IDs (and block IDs) are not user-friendly. Can we show Course Titles and Block display names instead, in the filters and on the charts?
Investigations / Questions / Blockers
The course name/title is deeply nested into the event JSON:
tupleElement(tupleElement(tupleElement(event.context.contextActivities.parent, 1)[1], 'name'), 'en-US')
Can we pull this value out into a field using the clickhouse materialized view?
Superset does not yet support using a "label" field when showing filter values in Dashboards: ID / Name label option for Filterbox apache/superset#19184
So if we want to show the Course Title in the Dashboard filters but send the Course ID to the chart's dimensions filter, then we'll need this issue to be resolved.
The text was updated successfully, but these errors were encountered: