brogrammers / eventhub-api

Eventhub API
1 stars 0 forks source link

Add Apple Push notifications #30

Open tsov opened 11 years ago

tsov commented 11 years ago

We should include APS, I don't know if it should be on model level or on controller level, or maybe be even make dynamic mixin classes.

Also we should localise all the message from the start, so we can have different languages depending on user.

foFox commented 11 years ago

Well that depends on the use case. For something like group deletion, we can trigger notifications in before_destroy active record callback. I guess whenever we can we should put it into the model. Yeah messages should be localized .

tsov commented 11 years ago

maybe we can include it as a mixin class, then we could technically use it anywhere (controllers & models & tests)

tsov commented 11 years ago

https://redmine.eventhub.com/issues/18