-
Notifications
You must be signed in to change notification settings - Fork 3.9k
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
feat: [FC-0047] add mobile push notifications functionality #34971
Merged
bmtcril
merged 17 commits into
openedx:master
from
raccoongang:NiedielnitsevIvan/FC-0047/feature/implement-push-notifications-chanel
Sep 20, 2024
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
28eb406
feat: [FC-0047] add settings for edx-ace push notifications
NiedielnitsevIvan ce21022
refactor: [FC-0047] rename subject files to title
NiedielnitsevIvan 742a878
docs: [FC-0047] add docs for setting up mobile push notifications
NiedielnitsevIvan 84d0b2a
chore: [FC-0047] upgrade requirements
NiedielnitsevIvan 9a0734b
style: [FC-0047] add module docstrings
NiedielnitsevIvan 9d0c456
refactor: [FC-0047] fix review issues
NiedielnitsevIvan 69078f3
refactor: change name of the policy to course push optout
GlugovGrGlib c7235e3
build: remove diff for requirements
GlugovGrGlib 8a70544
fix: rename email to message params
GlugovGrGlib c70a6e7
fix: fix linter warning
GlugovGrGlib c733dc8
fix: remove docs from app level
GlugovGrGlib 13e3024
style: [FC-0047] fix code style issues
NiedielnitsevIvan eef99a6
chore: [FC-0047] change push notifications texts
NiedielnitsevIvan 6a2fe8c
Merge branch 'master' into NiedielnitsevIvan/FC-0047/feature/implemen…
NiedielnitsevIvan 069a52a
style: [FC-0047] remove unnecessary pass
NiedielnitsevIvan c193d94
Merge branch 'NiedielnitsevIvan/FC-0047/feature/implement-push-notifi…
NiedielnitsevIvan 5fe7a2e
Merge branch 'master' into NiedielnitsevIvan/FC-0047/feature/implemen…
NiedielnitsevIvan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
3 changes: 3 additions & 0 deletions
3
lms/djangoapps/discussion/templates/discussion/edx_ace/commentnotification/push/body.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
{% load i18n %} | ||
{% blocktrans trimmed %}{{ comment_username }} commented to {{ thread_title }}:{% endblocktrans %} | ||
{{ comment_body_text }} | ||
2 changes: 2 additions & 0 deletions
2
lms/djangoapps/discussion/templates/discussion/edx_ace/commentnotification/push/title.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{% load i18n %} | ||
{% blocktrans %}Comment to {{ thread_title }}{% endblocktrans %} |
2 changes: 2 additions & 0 deletions
2
lms/djangoapps/discussion/templates/discussion/edx_ace/responsenotification/push/body.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{% load i18n %} | ||
{% blocktrans trimmed %}{{ comment_username }} replied to {{ thread_title }}: {{ comment_body|truncatechars:200 }}{% endblocktrans %} |
2 changes: 2 additions & 0 deletions
2
lms/djangoapps/discussion/templates/discussion/edx_ace/responsenotification/push/title.txt
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
{% load i18n %} | ||
{% blocktrans %}Response to {{ thread_title }}{% endblocktrans %} |
This file contains 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
This file contains 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Would the message reach the device with a new line before
{{ comment_body_text }}
or would it be converted to a space.There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will be converted to a space.