You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There should be a "Subscribe" button that any logged-in user can see and click. It should be greyed-out if he is already subscribed. Use the current css class for blue buttons.
Whenever a project owner edits a project, before submitting it he should be able to check a flag to "send update message to subscribers".
Whenever someone posts on a project, an update message should be sent to subscribers containing the poster and the post message.
Sending an update message:
All subscribers should receive an email saying what happened ("project X updated", "someone commented" etc) and maybe an SMS too.
Example of sending an email is currently in UsersController.
UsersController.