MIT: CCX. Rename POC to CCX
Final official name is Custom Courses for EdX (CCX), rename all code to remove previous name. Rename the FEATURE constant used to identify this feature Rename the middleware for the CCX change rename the constant used for storing the current poc id on the session. rename the _PocContext threading local rename the override provider in all places where it is referenced `PersonalOnlineCoursesOverrideProvider` -> `CustomCoursesForEdxOverrideProvider` generally rename symbols from overrides.py to replace `poc` with `ccx` where possible without changing model names or attributes rename more symbols from poc to ccx rename util functions from app utils module general symbol renaming poc -> ccx in views.py and related url changes Rename the coach role wherever it is used. reword poc_coach to ccx_coach UI rename replace POC with CCX globally template context variable renamed rename poc_ to ccx_ in urls and all related locations (views, js, scss etc) remove pocs migration...
Showing
- common/djangoapps/student/roles.py 4 additions, 4 deletionscommon/djangoapps/student/roles.py
- common/djangoapps/student/views.py 13 additions, 13 deletionscommon/djangoapps/student/views.py
- common/lib/xmodule/xmodule/tabs.py 16 additions, 16 deletionscommon/lib/xmodule/xmodule/tabs.py
- lms/djangoapps/ccx/__init__.py 1 addition, 0 deletionslms/djangoapps/ccx/__init__.py
- lms/djangoapps/ccx/migrations/0001_initial.py 62 additions, 41 deletionslms/djangoapps/ccx/migrations/0001_initial.py
- lms/djangoapps/ccx/migrations/__init__.py 0 additions, 0 deletionslms/djangoapps/ccx/migrations/__init__.py
- lms/djangoapps/ccx/models.py 14 additions, 14 deletionslms/djangoapps/ccx/models.py
- lms/djangoapps/ccx/overrides.py 159 additions, 0 deletionslms/djangoapps/ccx/overrides.py
- lms/djangoapps/ccx/tests/__init__.py 0 additions, 0 deletionslms/djangoapps/ccx/tests/__init__.py
- lms/djangoapps/ccx/tests/factories.py 18 additions, 0 deletionslms/djangoapps/ccx/tests/factories.py
- lms/djangoapps/ccx/tests/test_models.py 33 additions, 32 deletionslms/djangoapps/ccx/tests/test_models.py
- lms/djangoapps/ccx/tests/test_overrides.py 26 additions, 19 deletionslms/djangoapps/ccx/tests/test_overrides.py
- lms/djangoapps/ccx/tests/test_utils.py 112 additions, 98 deletionslms/djangoapps/ccx/tests/test_utils.py
- lms/djangoapps/ccx/tests/test_views.py 154 additions, 145 deletionslms/djangoapps/ccx/tests/test_views.py
- lms/djangoapps/ccx/utils.py 75 additions, 72 deletionslms/djangoapps/ccx/utils.py
- lms/djangoapps/ccx/views.py 107 additions, 107 deletionslms/djangoapps/ccx/views.py
- lms/djangoapps/courseware/grades.py 1 addition, 1 deletionlms/djangoapps/courseware/grades.py
- lms/djangoapps/instructor/access.py 2 additions, 2 deletionslms/djangoapps/instructor/access.py
- lms/djangoapps/instructor/views/api.py 3 additions, 3 deletionslms/djangoapps/instructor/views/api.py
- lms/djangoapps/pocs/__init__.py 0 additions, 1 deletionlms/djangoapps/pocs/__init__.py
Please register or sign in to comment