Replies: 1 comment
-
EDIT: Well, that was fun. I didn't know about polymorphism. Disregard the following:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is a place to keep track of a discussion Jason and I started about how to harmonize the use of
Interest
,Notification
andQueuedEmail
in MO. Notifications are like interests, but only used to track the use of Names on MO.Jason's proposal:
First PR:
notification.flavor
andNotification.where(flavor:
— just remove the checksnotifications.flavor
- they are all "1", "name".Second PR:
notifications
toname_trackers
Interests
corresponding to each record inNameTracker
Notification
toNameTracker
, update calls toNotification
throughout the appNameTracker
toInterest.all_type_tags
and maybe a validator forInterest.target
?Interest
at the same time as theNameTracker
with an association between the twoInterest
targeting aNameTracker
deletes theNameTracker
, too.How notifications currently work:
Beta Was this translation helpful? Give feedback.
All reactions