yangez / go-meteor

Online Go server
http://onlinego.net
7 stars 2 forks source link

Create better notifications architecture #166

Closed yangez closed 9 years ago

yangez commented 9 years ago

Create method to default notifications to least intrusive of the following levels:

Email will also have limiting factors, for example, maybe we default to max 1 email a day (in digest form).

This item has to be completed before working on #159 and #129.

yangez commented 9 years ago

Basic in-page notifications implemented in PR #175

yangez commented 9 years ago

Desktop notifications implemented in PR #180

yangez commented 9 years ago

Email notifications implemented in PR #184