Pull Request - Push LHUB Staging 280421 - #4
Open
yasir1brahim wants to merge 162 commits into
Open
Conversation
Implement new notification types and change API format Approved-by: Oksana Slusarenko
new file: lms/djangoapps/banner/__init__.py new file: lms/djangoapps/banner/admin.py new file: lms/djangoapps/banner/api/__init__.py new file: lms/djangoapps/banner/api/serializers.py new file: lms/djangoapps/banner/api/urls.py new file: lms/djangoapps/banner/api/views.py new file: lms/djangoapps/banner/apps.py new file: lms/djangoapps/banner/migrations/0001_initial.py new file: lms/djangoapps/banner/migrations/0002_auto_20210420_0857.py new file: lms/djangoapps/banner/migrations/0003_auto_20210420_0900.py new file: lms/djangoapps/banner/migrations/__init__.py new file: lms/djangoapps/banner/models.py new file: lms/djangoapps/banner/signals.py new file: lms/djangoapps/banner/tests.py new file: lms/djangoapps/banner/views.py modified: lms/envs/common.py modified: lms/templates/index.html modified: lms/urls.py modified: themes/lhub/lms/templates/index_overlay.html
modified: themes/lhub/lms/templates/index_overlay.html modified: themes/lhub/lms/templates/main.html
Implemented unread feature for notification Approved-by: Oksana Slusarenko
1) CourseOverview as FK to Banner table 2) Include Course_id_ in response 3) Complete image url for API 4) JWT authentication enabled, web view. 5) API response similar to other mobile api. modified: lms/djangoapps/banner/api/serializers.py modified: lms/djangoapps/banner/api/urls.py modified: lms/djangoapps/banner/api/views.py new file: lms/djangoapps/banner/migrations/0004_auto_20210423_0340.py modified: lms/djangoapps/banner/models.py modified: lms/djangoapps/banner/signals.py modified: themes/lhub/lms/templates/index_overlay.html
modified: lms/djangoapps/banner/api/serializers.py modified: lms/djangoapps/banner/signals.py
Change notification API response format Approved-by: Oksana Slusarenko
1) Api formatting 2) Web Display Issue @ dev staging server 3) Authentication enabling for API modified: common/djangoapps/student/views/management.py modified: lms/djangoapps/banner/api/views.py modified: themes/lhub/lms/templates/index_overlay.html
modified: cms/envs/common.py
modified: lms/djangoapps/banner/api/serializers.py
…rm into features/LMA-364 # Conflicts: # themes/lhub/lms/templates/courseware/courses.html
Fix email and twitter social sharing links
…course categorization
…rm into features/LMA-535
…rm into features/LMA-535
…rm into features/LMA-535
…rm into features/LMA-535
…rm into features/LMA-535
…rm into features/LMA-535
…rm into features/LMA-535
…rm into features/LMA-535
…rm into features/LMA-535
…into gs/koa.master
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Pull Request - Push LHUB Staging 280421