Skip to content
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: push notifications #28

Merged
merged 35 commits into from
Jan 8, 2025
Merged

Conversation

sairanjit
Copy link
Contributor

Summary

  • Added support for push notifications for now we are using all the files of push notifications protocol files and we will add the FCM Repository in the push-notifications and later remove all the files which are not required.
  • Upgraded credo-ts to latest versions
  • Added a patch to get the messageType. This helps us getting the message type and send notification to user based on message type (We can discuss this. further how we can achieve this without a patch)

sairanjit and others added 30 commits September 13, 2023 20:04
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
Signed-off-by: KulkarniShashank <[email protected]>
feat: add fcm notification module
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
feat: upgrade credo to version 0.5.3
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
fix: imports for routing events
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
fix: add dotenv to dependencies
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
Added a compass.yml file to manage this repository as a Compass component
sairanjit and others added 4 commits December 20, 2024 10:11
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
Signed-off-by: Ankita Patidar <[email protected]>
Copy link
Member

@TimoGlastra TimoGlastra left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

mostly looks good, just some small questions. Thanks!

compass.yml Outdated Show resolved Hide resolved
} from './handlers'

@injectable()
export class PushNotificationsFcmApi {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

credo-ts-ext doesn't have a Repository to store record so we added other files with https://github.com/credebl/mediator-agent/tree/refactor/mediator/src/push-notifications/fcm/repository. We will add this repository into credo-ext and later remove from mediator

Signed-off-by: Sai Ranjit Tummalapalli <[email protected]>
@sairanjit sairanjit requested a review from TimoGlastra January 3, 2025 14:34
@TimoGlastra TimoGlastra merged commit ad37209 into animo:main Jan 8, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants