-
Notifications
You must be signed in to change notification settings - Fork 3
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
Notification system #3
Comments
I can see each theme having a specific means of handling notifications. Not sure on how, this going to be a pub/sub setup or basic ajax, or?? |
https://laracasts.com/lessons/broadcasting-events-in-laravel-5-1 was thinking of using that :D |
haha so pub sub, yeah xD |
these need to be quite granular, if a module adds a notification, the user should be able to set it to:
The ability to add more notification options, like to a slack channel or sms should be thought into the implementation |
An on-site notification should be able to be grouped (like the fb activity feed?), also, API should support the ability to remove a notification for a given id/content, so for example viewing your inbox removes the notifs for your inbox. |
Since the base has been upgraded to |
No description provided.
The text was updated successfully, but these errors were encountered: