PADV 1018 - Changes to primary course not being reflected in the CCXs #116
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Ticket
https://agile-jira.pearson.com/browse/PADV-1018
Description
As 1018 describes, right now none of the CCXs are updating their outline when the outline on their corresponding master course is changed. The way it should work is, whenever the outline of a course is updated in studio, it emits the signal "course_published" and this signal should be captured by the CCX app and should update all children CCX for that course, however because the CCX app is not installed in Studio, this causes the course_published signal to not be aware of the receivers in the CCX app. Also the CCX app does not have an apps.py and thus cannot "export" the signal. This PR aims to add an apps.py to the CCX app.
Changes
How to test?