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

Custom notifications #13

Open
Alvarofg opened this issue Jul 18, 2015 · 0 comments
Open

Custom notifications #13

Alvarofg opened this issue Jul 18, 2015 · 0 comments

Comments

@Alvarofg
Copy link

I wonder if it would be possible to have custom notifications. I'd like to extend it to:

  1. Use it to broadcast events on my site (Such as "hey users, version 1.2 is out now". I find this less intrusive than sending an email. (also, some of us, can't actually send emails to the user unless they opted-in for it)
  2. Notify users of events not coming from Q2A. Such as "User A, there is progress in topic X" (user would have sign elsewhere (yet still using his/her q2a credentials) to be informed of that)

I'm thinking being able to "insert" somewhere something like
{
"userid" : 54,
"event": "custom",
"message": "Hey $handle, there is ....",
...
}

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