openedx / platform-roadmap

Tracking the maintenance, enhancement, and advancement of the Open edX project.
11 stars 1 forks source link

Delete Course Feature #59

Open e0d opened 3 years ago

e0d commented 3 years ago

Opportunity Objective

Add the option to delete courses in the studio home.

Market Evidence

Removal of courses is a basic operation that would simply be expected in a robust course management system

Proposal Specifics

Implement a basic course removal feature that allows a course admin to remove the course from the studio home. If there are concerns about cascading delete records, the feature could validate that the course upholds certain criteria before being deleted.

Success Measures

The feature merged and ready to use, even if only deletes courses that pass certain criteria.

[Source: https://openedx.atlassian.net/browse/OEROADMAP-36]

e0d commented 2 years ago

There's an implementation of this for review here: https://github.com/edx/edx-platform/pull/27857

DeanJayMathew commented 2 years ago

openedx/edx-platform#27857

I think the above PR is not related to course deletion but rather section/subsection/unit deletion.