Skip to content

Commit

Permalink
Merge pull request #33530 from openedx/dkaplan1/APER-2407_remove-coac…
Browse files Browse the repository at this point in the history
…hing-functionality-from-edx-platform

feat: remove deprecated coaching from edx-platform
  • Loading branch information
deborahgu authored Oct 19, 2023
2 parents 9c6e765 + 3060004 commit e3a1cb0
Show file tree
Hide file tree
Showing 13 changed files with 4 additions and 382 deletions.
4 changes: 0 additions & 4 deletions conf/locale/he/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -19121,10 +19121,6 @@ msgid ""
"subjects."
msgstr "עיין בקורסים שהושקו לאחרונה וראה מה חדש בנושאים האהובים עליך."

#: themes/edx.org/lms/templates/dashboard.html
msgid "Take advantage of free coaching!"
msgstr ""

#: themes/edx.org/lms/templates/dashboard.html
msgid "Get Started"
msgstr ""
Expand Down
4 changes: 0 additions & 4 deletions conf/locale/hi/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -18201,10 +18201,6 @@ msgid ""
"subjects."
msgstr ""

#: themes/edx.org/lms/templates/dashboard.html
msgid "Take advantage of free coaching!"
msgstr ""

#: themes/edx.org/lms/templates/dashboard.html
msgid "Get Started"
msgstr ""
Expand Down
4 changes: 0 additions & 4 deletions conf/locale/ko_KR/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -17370,10 +17370,6 @@ msgid ""
"subjects."
msgstr ""

#: themes/edx.org/lms/templates/dashboard.html
msgid "Take advantage of free coaching!"
msgstr ""

#: themes/edx.org/lms/templates/dashboard.html
msgid "Get Started"
msgstr ""
Expand Down
4 changes: 0 additions & 4 deletions conf/locale/pt_BR/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -19492,10 +19492,6 @@ msgid ""
"subjects."
msgstr ""

#: themes/edx.org/lms/templates/dashboard.html
msgid "Take advantage of free coaching!"
msgstr ""

#: themes/edx.org/lms/templates/dashboard.html
msgid "Get Started"
msgstr ""
Expand Down
4 changes: 0 additions & 4 deletions conf/locale/ru/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -20296,10 +20296,6 @@ msgstr ""
"Ознакомьтесь с недавно запущенными курсами и новостями по вашим любимым "
"предметам."

#: themes/edx.org/lms/templates/dashboard.html
msgid "Take advantage of free coaching!"
msgstr ""

#: themes/edx.org/lms/templates/dashboard.html
msgid "Get Started"
msgstr ""
Expand Down
1 change: 0 additions & 1 deletion openedx/core/djangoapps/catalog/tests/factories.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,6 @@ class ProgramTypeFactory(DictFactoryBase):
class ProgramTypeAttrsFactory(DictFactoryBase):
uuid = factory.Faker('uuid4')
slug = factory.Faker('word')
coaching_supported = False


class ProgramFactory(DictFactoryBase):
Expand Down
3 changes: 0 additions & 3 deletions openedx/core/djangoapps/external_user_ids/apps.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,3 @@ class ExternalUserIDConfig(AppConfig):
Default configuration for the "openedx.core.djangoapps.credit" Django application.
"""
name = 'openedx.core.djangoapps.external_user_ids'

def ready(self):
from . import signals # pylint: disable=unused-import
2 changes: 1 addition & 1 deletion openedx/core/djangoapps/external_user_ids/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class ExternalIdType(TimeStampedModel):
.. no_pii:
"""
MICROBACHELORS_COACHING = 'mb_coaching'

CALIPER = 'caliper'
XAPI = 'xapi'
LTI = 'lti'
Expand Down
64 changes: 0 additions & 64 deletions openedx/core/djangoapps/external_user_ids/signals.py

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class ExternalIDTypeFactory(factory.django.DjangoModelFactory): # lint-amnesty,
class Meta:
model = ExternalIdType

name = FuzzyChoice([ExternalIdType.MICROBACHELORS_COACHING])
name = FuzzyChoice([ExternalIdType.CALIPER])
description = FuzzyText()


Expand Down
192 changes: 0 additions & 192 deletions openedx/core/djangoapps/external_user_ids/tests/test_signals.py

This file was deleted.

Loading

0 comments on commit e3a1cb0

Please sign in to comment.