openedx / openedx/openedx-core
Make convenience helpers in Log/LogRecord
Open
@ormsbee is already working on this.
Since Apr 24, 2026.
- Dominant language
- Python
- Stars
- 10
- Forks
- 32
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 12
Description
This would be for determining whether change are:
- side-effects
- pure side-effect
- direct changes
- indirect changes
- direct publish
- indirect publish
- indirectly affected by publish
- soft-delete
That way we can keep terminology more consistent, and not have calling code comparing version_nums to each other to try to figure out what each of those things means.
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.