Skip to content

Instantly share code, notes, and snippets.

@nkaretnikov
Last active August 29, 2015 14:18
Show Gist options
  • Save nkaretnikov/c920b18dc746e9280a50 to your computer and use it in GitHub Desktop.
Save nkaretnikov/c920b18dc746e9280a50 to your computer and use it in GitHub Desktop.
Notification preferences
Instead of:
UserNotificationPref
user UserId
project ProjectId Maybe
type NotificationType
delivery NotificationDelivery
There'll be two tables:
-- User notifications
UserNotificationPref
user UserId
type NotificationType
delivery NotificationDelivery
UniqueNotificationPref user type
-- Projects watched by a user
ProjectNotificationPref
user UserId
project ProjectId
type NotificationType
delivery NotificationDelivery
UniqueProjectNotificationPref user project type
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment