openedx / openedx/openedx-authz
Task - Implement Course Access & Content
Open
@jacobo-dominguez-wgu is already working on this.
Since Aug 10, 2026.
- #3250 by @jacobo-dominguez-wgu — open
willow
- Dominant language
- Python
- Stars
- 0
- Forks
- 9
- Avg merge
- 13d 9h
- Merged PRs (30d)
- 9
Description
Description
This task focuses exclusively on the views and components related to Course Access and Course Content within the Authoring MFE. The goal is to ensure that users with these roles interact only with the permitted elements, by applying “read-only” states or disabling modification actions as defined by the design.
Permission Matrix
| Category | Permission | Course Editor | Course Auditor |
|---|---|---|---|
| Course Access & Content | courses.view_course |
✅ | ✅ |
courses.create_course |
❌ | ❌ | |
courses.publish_course_content |
❌ | ❌ | |
courses.edit_course_content |
✅ | ❌ |
Approved Design: Figma
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.
Assessment
This issue has not been assessed yet.