openedx / openedx/openedx-authz
Task - implement library updates
Open
@dcoa is already working on this.
Since Aug 5, 2026.
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 Library Updates 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 for Course Auditors and enabling full management actions for Course Editors, as defined by the permission matrix.
Permission Matrix
| Category | Permission | Course Editor | Course Auditor |
|---|---|---|---|
| Library Updates | courses.manage_library_updates |
✅ | ❌ |
courses.view_library_updates |
✅ | ✅ |
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.