BallStateCBER / commentaries

CBER Data Center: Weekly Commentary
http://commentaries.cberdata.org/
1 stars 0 forks source link

Newsmedia alerts upon subscription #15

Closed PhantomWatson closed 10 years ago

PhantomWatson commented 10 years ago

CommentariesController::add_newsmedia() should check to see if there's currently an article due for future publication (not an already-published article) that other users have been alerted to (checking User.last_alert_article_id). If so, the form in the view should include a checkbox (checked by default) for "Send this reporter an alert for the article '$article_title', due to be published on $date".

If the form is submitted with the checkbox checked, an alert about that article is fired out right after the intro email.

PhantomWatson commented 10 years ago

Fixed by 88cff7bd914294738495940446d299b6bcd12f2e and 6e35306f0136e5e65426d931eca70b759113b4c7.