openedx / openedx/openedx-platform
CCX Coach - Schedule
@brianjbuck-wgu is already working on this.
Since Sep 2, 2026.
- Dominant language
- Python
- Stars
- 8.2k
- Forks
- 4.4k
- Avg merge
- 6d 18h
- Merged PRs (30d)
- 42
Description
* http://local.openedx.io:8000/api/ccx_coach/v2/courses/{ccxCourseId}/remove_schedule
POST
Payload: {
Location: string
}
Create an endpoint to remove from schedule, maybe something from this endpoint can help on the logic http://local.openedx.io:8000/courses/{ccxCourseId}/save_ccx but this new endpoint will just remove things from schedule
Following endpoints need a rename to v2 to improve error response on proper JSON format
-
We can reuse following endpoint to retrieve current schedule:
http://local.openedx.io:8000/courses/{ccxCourseId}/ccx_schedule
GET -
We can reuse the following endpoint to edit schedule
http://local.openedx.io:8000/courses/{ccxCourseId}/save_ccx
POST
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.