openedx / openedx/openedx-aspects

Add an Item Completion table to the Pathway dashboard

Open
#398 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

aspects willow
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

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.