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

Notification system #3

Open
xLink opened this issue Mar 25, 2015 · 7 comments
Open

Notification system #3

xLink opened this issue Mar 25, 2015 · 7 comments
Milestone

Comments

@xLink
Copy link
Member

xLink commented Mar 25, 2015

No description provided.

@xLink xLink added this to the v1.0 milestone May 2, 2015
@NoelDavies
Copy link
Member

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??

@xLink
Copy link
Member Author

xLink commented May 22, 2015

https://laracasts.com/lessons/broadcasting-events-in-laravel-5-1

was thinking of using that :D

@NoelDavies
Copy link
Member

haha so pub sub, yeah xD

@xLink
Copy link
Member Author

xLink commented Jun 12, 2015

these need to be quite granular, if a module adds a notification, the user should be able to set it to:

  • email only
  • on site notification only
  • email when not online otherwise site notification
  • off

The ability to add more notification options, like to a slack channel or sms should be thought into the implementation

@NoelDavies
Copy link
Member

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.

@xLink
Copy link
Member Author

xLink commented Dec 15, 2016

Since the base has been upgraded to L5.3 we should look into integrating Laravel's Notifications into the base :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants