hagsteel / swampdragon

swampdragon
Other
557 stars 73 forks source link

subscribe #130

Open juanecabellob opened 9 years ago

juanecabellob commented 9 years ago

Hi, i couldn't find a way in your tutorials to make only some users to subscribe a channel. I have the next scenario: A user create a tweet and has some mentions in it, I want to send notifications to the mentioned people but only to them. Is there any way to send the notifications only to these people?

Thanks for the help!

juanecabellob commented 9 years ago

i've fixed it adding in the model a reference to the user it should be sent and if it's him it will be sent.

juanecabellob commented 9 years ago

all done with javascript and the standard swampdragon files. I would like to point out that the documentation is really unclear, I doesn't give you a "quick-start" feeling. I mean for the kind of apps that might require the minimal examples are totally right, but as soon as you want to make your own experiments, it's really hard to find the information you want, because even the tutorials are missing some quite essential info. I would like to help with that, but first I need to understand what's behind the hood. When I get it and you're welcoming documentation, I'll leave my PR.

It is a really good framework and very promising, just need to make a documentation that every one can get without too much work.

Cheers!