openedx / openedx/openedx-aspects
Add an Item Completion table to the Pathway 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: An Item Completion table has been added to the Item Completion section.
Given I am a user with access to the Pathway Dashboard
When I view the Pathway Item Completion section
Then I see an Item Completion table with the following columns:
- Pathway name
- Item name
- N learners passed
- Pass rate % — (N of learners who have passed the course / N of learners enrolled in course) x 100
- Average time from start to pass (in weeks)
- Link to Course Dashboard, if the item is a course (opens in a new tab)
And I am able to sort this table by any column
And the table is sorted by Pathway name (A to Z) by default
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 locating the Pathway Dashboard's Item Completion section and any existing dashboard tables or sorting patterns. Implement the specified columns, calculations, default Pathway name ordering, sortable columns, and Course Dashboard links where applicable; done means the acceptance criteria are met for users with dashboard access.
Written by the indexing model from the issue text.
Assessment
- Domain
- analytics, frontend
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Active
- Clarity
- Mostly clear
- Newbie friendliness
- 68/100