openedx / openedx/openedx-core
Add API function `publish_draft_change_log`
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 10
- Forks
- 32
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 12
Description
Get the queryset of drafts that were modified within the most-recent draft change log, and publish those things.
This is defined in platform code now: https://github.com/openedx/openedx-platform/pull/38508/files#diff-7991f5d644e0e6a3946ce330599ce9249e4b86d58809bbe45cce445a6c88df35R382
We'd like to lift it up to openedx-core
- Merge to openedx-core main
- Cut a v1.1.1 release so main has it.
- Backport to openedx-core's verawood-backports branch
- Cut a v1.0.3 release and upgrade openedx-platform's release/verawood branch with it.
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 by reviewing the implementation linked from openedx-platform pull request 38508 and locating the corresponding API entry point in openedx-core. Done means the function is available on openedx-core main, released as v1.1.1, backported to verawood-backports, released as v1.0.3, and used by openedx-platform's release/verawood branch.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- django, python
- Domain
- api, backend
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100