Last active
August 29, 2015 14:18
-
-
Save nkaretnikov/c920b18dc746e9280a50 to your computer and use it in GitHub Desktop.
Notification preferences
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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