openedx / openedx/frontend-app-learning
Progress tab heading displays "Your progress" instead of "Course progress for <username>" when masquerading
Nobody has claimed this yet.
- Dominant language
- JavaScript
- Stars
- 70
- Forks
- 335
- Avg merge
- 1d 17h
- Merged PRs (30d)
- 35
Description
[!NOTE]
This issue was drafted by Claude.
Steps to reproduce
- As course staff, open a course's Progress tab.
- In the masquerade bar, choose "View this course as" → Specific student, and enter an enrolled learner.
- Observe the Progress tab heading.
Expected
Heading reads Course progress for <username> (the masqueraded learner).
Actual
Heading reads "Your progress", even though the grades/section scores shown below are the masqueraded learner's.
Additional context
Navigating directly to /course/<courseId>/progress/<targetUserId>/ does correctly show the other learner's heading (Course progress for <username>) — only the masquerade-bar path is affected.
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 with the Progress tab and compare the masquerade-bar path with direct navigation to /course//progress//. Update the affected path so its heading reads Course progress for for the masqueraded learner, and verify that the displayed heading matches the learner whose grades and section scores are shown.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Quiet
- Clarity
- Clearly specified
- Newbie friendliness
- 68/100