euruko2013 / vestibule

The CFP platform for Euruko 2013
http://cfp.euruko2013.org
1 stars 4 forks source link

Email notifications for new suggestions on my proposals #17

Closed nikosd closed 11 years ago

nikosd commented 11 years ago

User story

As a proposer I would like to receive an email notification when someone suggets something on any of my proposals.

Ideally I would like to be able to configure whether I want to receive this kind of notification or not.

Technical details

  1. Mandrill on Heroku is already set up. Contact me if you need further info.
  2. In the perfect implementation this should be done async and not in the context of a request. In the past I have personally used resque for this kind of things but I'm not sure what's the simplest and most cost-efficient (a.k.a. free) way to do it on heroku.
  3. This will be the base for additional email notifications in the future.
  4. The template shall be something clean and simple with proper direct links for the proposal that was commented. Start from something stupid simple and when it's working correctly we can enhance the template with the one that we currently use also on Mailchimp for the newsletters.
nikosd commented 11 years ago

Whoever works on this pleeeease do it on a branch so we can review it first before integrating it!

nikosd commented 11 years ago

Let's consider this fixed. The email template needs a hand but that's another thing.