If you look like this, the notification system in XenForo is made crookedly, crutched and not quite as beautiful. For example, if I do not want to use this built-in push notification system and replace it with another which is supported on the iPhone and not only. But in XenForo, this is very limited with all systems. Something is sent by services and a push notification is sent there, something is in Notifier. Mail is also separate and somewhere it’s not entirely clear why all these restrictions and such crutches are necessary. Notifier is more like an attempt to create such a system, but all this is scarce and not only.
Let's go back to the limitations, in order to do something, you have to crutch to change the push or the ability with other services. After all, the same OneSignal is supported by iPhones and not only. Why can't I just use the trait to specifically alert? Do not set a specific type of alerts I need
There are a lot of features and services for push alerts, and if you select it for replacement, you may encounter problems in XenForo. Let's look at a simple example of push notification services:
Therefore, it’s very good and convenient that the engine has the ability to create notification channels, in addition to notifications and a limited push notification service in the form of Web push.
In addition to all the alerts that are set static in classes with the ability to take phrases, they somehow don't look very nice. Why not use class building for alerts and just send a class that is implemented by a specific message?
At the moment, the notification system does not look very pretty and like one big crutch for the whole engine.
In addition, why can not I use this view to determine the message and data which should I send in this way?
Let's go back to the limitations, in order to do something, you have to crutch to change the push or the ability with other services. After all, the same OneSignal is supported by iPhones and not only. Why can't I just use the trait to specifically alert? Do not set a specific type of alerts I need
There are a lot of features and services for push alerts, and if you select it for replacement, you may encounter problems in XenForo. Let's look at a simple example of push notification services:
- OneSignal
- Pushover
- Pushbullet
- Pusher push notifications
- Web push -> current
- Pushwoosh
- VWO Engage
Therefore, it’s very good and convenient that the engine has the ability to create notification channels, in addition to notifications and a limited push notification service in the form of Web push.
In addition to all the alerts that are set static in classes with the ability to take phrases, they somehow don't look very nice. Why not use class building for alerts and just send a class that is implemented by a specific message?
At the moment, the notification system does not look very pretty and like one big crutch for the whole engine.
In addition, why can not I use this view to determine the message and data which should I send in this way?
$this->notify (MyClassNotify());
. Why do you always need to come up with crutches. In it, to define an already defined method for communicating an alert phrase and not only. Which can be further expanded without problems and redefined as a last resort. And right now there is a similar system in the form of Notifier, but it doesn’t look very
Upvote
3