Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove pointless Maintenance and Announcement apps #35852

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kdmccormick
Copy link
Member

@kdmccormick kdmccormick commented Nov 14, 2024

Description

The Studio Maintenance app had two features:

  • "Force Course Publish", which literally doesn't do anything. All it does is tell you what version would be seen by users if the course were to be published--no publishing actually occurs via this feature.

  • "Announcements", which writes to the announcements_announcement database table, but doesn't actually display anywhere.

Having these pages in the platform is actively misleading and creates a maintenance burden for edx-platform developers, so this commit removes them.

Note that this commit does not include a migration for the announcements Django app. So, announcements_announcement table will not be deleted. Given the small expected size of any past-authored announcements, we are not worried about leaving them in the database perpetually. (REVIEWERS: Let me know if you disagree with this.)

Testing Instructions

None

Merge considerations

Blocked by:

Other cleanup (non-blocking):

Supporting Info: Screenshots of the platform without this PR

Maintenance link in the Studio header

image

The "Maintenance Dashboard"

image

"Force Publish Course" not doing anything other than a dry run

image

"Announcements" that do not show up anywhere

Not even in the deprecated frontends!

image

kdmccormick added a commit to kdmccormick/frontend-component-header that referenced this pull request Nov 14, 2024
This Studio Maintenance app has been broken for a long time,
so it has been removed:
openedx/edx-platform#35852
kdmccormick added a commit to kdmccormick/frontend-component-header that referenced this pull request Nov 14, 2024
This Studio Maintenance app has been broken for a long time,
so it is being removed from edx-platform:
openedx/edx-platform#35852
The Studio Maintenance app had two features:

* "Force Course Publish", which literally doesn't do anything. All it
  does is tell you what version *would* be seen by users *if* the course
  were to be published--no publishing actually occurs via this feature.

* "Announcements", which writes to the announcements_announcement
  database table, but doesn't actually display anywhere.

Having these pages in the platform is actively misleading and creates a
maintenance burden for edx-platform developers, so we remove them.

Note that this commit does not include a migration for the announcements
Django app. So, announcements_announcement table will not be deleted.
Given the small expected size of any past-authored announcements, we are
not worried about leaving them in the database perpetually.
@kdmccormick kdmccormick force-pushed the kdmccormick/cms-maintenance-depr branch from b678bc7 to 9c556a1 Compare November 14, 2024 20:27
kdmccormick added a commit to kdmccormick/frontend-component-header that referenced this pull request Nov 14, 2024
This Studio Maintenance app has been broken for a long time,
so it is being removed from edx-platform:
openedx/edx-platform#35852
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant