openedx / openedx/openedx-aspects

Add a Certificates Earned table to the Individual Learner Dashboard

Open
#418 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

As a course team member, I want to see a list of Certificates Earned and In Progress for the learner on the Individual Learner Dashboard, so I have a way to see what certificates a learner is pursuing and has earned across courses pathway all in one place.

Acceptance Criteria

Description: A list of Certificates Earned & In Progress has been added to the Achievement section of the Individual Learner Dashboard.
Given I am a user with access to the Individual Learner Dashboard
When I view the Achievement section, under Certificates
Then I see a list of Certificates Earned & In Progress with the following columns

  • Certificate Name
  • Certificate Status (Earned, In Progress)
  • Date Earned

And I see that the table is sorted by Status (A-Z) and then Certificate Name (A-Z) by default
And when I sort the table by any column
Then I see that the table has been updated

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 at the Individual Learner Dashboard's Achievement section and inspect how the existing Certificates area and tables are implemented. Add the Certificates Earned & In Progress table with the specified columns, default sorting, and sortable columns; verify that the acceptance criteria are met in the dashboard.

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.