mitodl / edx-platform

The Open edX platform, the software that powers edX!
http://open.edx.org/
GNU Affero General Public License v3.0
6 stars 1 forks source link

[SysAdmin] Remove the SysAdmin from OpenEdx #250

Closed asadiqbal08 closed 3 years ago

asadiqbal08 commented 3 years ago

After the application is stable to handle all the functionality.

HamzaIbnFarooq commented 3 years ago

@pdpinch Sysadmin has a command for git course import (https://github.com/edx/edx-platform/blob/master/lms/djangoapps/dashboard/management/commands/git_add_course.py) which is quite dependent on the stuff which we have moved to our plugin, so I have to remove that command from edx-platform.

If we need that command then we have to add it into our plugin, which is not mentioned under the scope of edx-sysadmin plugin so far. So if we need to get that command moved as well please create a ticket for that.

pdpinch commented 3 years ago

Thanks for catching this. Please open another issue in the sysadmin plugin repo to add the management command.

HamzaIbnFarooq commented 3 years ago

Please open another issue in the sysadmin plugin repo to add the management command.

Opened issue: https://github.com/mitodl/edx-sysadmin/issues/15

pdpinch commented 3 years ago

now that https://github.com/edx/edx-platform/pull/27213 has merged, I think we can close this.

HamzaIbnFarooq commented 3 years ago

Closed by https://github.com/edx/edx-platform/pull/27213