Impliment feature allowing User to granularly control their notification preferences. #136
stevepolitodesign
started this conversation in
Ideas
Replies: 2 comments 5 replies
-
One problem with this approach is that it will mean we define a |
Beta Was this translation helpful? Give feedback.
5 replies
-
Adding inspiration here: |
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
-
I'm thinking it would be helpful to add a feature that allows a
User
to control if and how they receive aNotification
. For example, aUser
may want to receive both anemail
andsms
Notification
when they are mentioned in a Comment, but they may only want to receive anemail
Notification
when they receive a reply to a Comment.Twitter's notification settings is a good example:
CleanShot.2021-07-13.at.16.03.34.mp4
Below is a high-level approach outlining one possible solution. This is by no means the proper solution, but more of a demonstration.
Beta Was this translation helpful? Give feedback.
All reactions