-
Notifications
You must be signed in to change notification settings - Fork 86
Open
Milestone
Description
Problem
We should generate notifications for users on tasks for the following events:
- task description changed
- PR was opened for the task
- comment was added
- comment was edited
These notifications may need us to first have the notion of an event model. See how GitHub does this.
We may also need to distinguish watching notifications from participating notifications. See again how GitHub handles this, and we should look into, e.g., how Trello or Asana handle these.