-
Notifications
You must be signed in to change notification settings - Fork 114
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
Finish notification system #1441
Comments
On my tests new notification service work well , need update all modules to use new service |
How do you see it work? I mean on use side. How to register to notification on content? Like xoops way? crontab or not? |
we talked about it before , at this moment notification just send mail / message / sms , I just add service than for many actions notification module not needed to install |
Yes, i know, you made the core side, but about yet side? Notification on new content / user register on notification per module, category, new content, edited content?? |
No , It just do current notification module job, than for send mail and message , install notification module not required at this moment we don't have any solution for send notification like this , its really useful ? if needed we can make it on notification on next versions, please open issues for it |
Yes, I know what a service is :-) |
@voltan what about the notification module ? we can delete/remove it?
already opened there https://github.com/pi-engine/guide/issues/740 |
Please still wait for it , some other checks needed |
We will fix regression (wrong message send, recession on guide) |
@voltan we have an architecture/design stake there, we have to think a little bit further on about this notification needs :
Notification module is currently able to :
Only message module is visible from end user : there are 2 tables (message/notif) in Message module @taiwen your thoughts on this? |
Hello I see this problem : https://github.com/pi-engine/guide/issues/888 , I will fix it tomorrow , My plan is : than all notification features should call from notification service , if notification module installed extra services can work and if not installed minimal service work |
I Add todo list for this service |
for send notification on mobile apps , I want use it : https://firebase.google.com and this php example http://sab99r.com/blog/firebase-cloud-messaging-fcm-php-backend/ |
Yes, seems to be the right platform to use. I will discuss with apps Dev on Monday, but I've not doubt.google cloud messaging have been repackaged in firebase platform. Good shot. |
I try finish it this week , need build test app too |
Why not cafeyab? |
I have plan to rewrite cafeyab app ( full online ) but before that and for test , I see some test code available , I can work by test codes just replace some field needed , cafeyab need to many change I think |
example code :
|
Firebase Cloud Message added on notification service , I waiting for finish test, some other options like color and sound can be add after finish tests |
No description provided.
The text was updated successfully, but these errors were encountered: