-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
Description
- Allow users to subscribe to a project
- 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.