openedx / openedx/openedx-aspects
Add filters to the Individual Learner Dashboard
Nobody has claimed this yet.
- Dominant language
- Makefile
- Stars
- 8
- Forks
- 12
- Avg merge
- 16h 13m
- Merged PRs (30d)
- 4
Description
User Story
Acceptance Criteria
Description: Dashboard users can filter the Individual Learner Dashboard by learner, pathway/course/course run, and status. All tables and charts (except Learner Information and Executive Summary) update based on these filters.
Given I am a user with access to the Individual Learner Dashboard
When I open the dashboard from the Instructor Dashboard Reports tab
Then the dashboard is automatically filtered by the specific course the instructor is currently viewing.
And when I filter the dashboard by Learner
Then all the dashboard metrics, tables, and charts update accordingly
And When I open the dashboard from Superset
Then the dashboard is not filtered by anything by default.
And I can filter the dashboard by:
- Learner
- One or more pathways, courses, or course runs
- Status (Started, Not Started, Completed)
And when I apply one or more of the above filters
Then all the dashboard metrics, tables and charts update accordingly
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how the Individual Learner Dashboard is opened from the Instructor Dashboard Reports tab and from Superset. Identify the dashboard components that must respond to learner, pathway/course/course-run, and status filters, while excluding Learner Information and Executive Summary. Done means both entry points have the specified default filtering and all other metrics, tables, and charts update when filters are applied.
Written by the indexing model from the issue text.
Assessment
- Domain
- analytics, data-visualization
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 50/100