-
Notifications
You must be signed in to change notification settings - Fork 108
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Notifications #1010
Comments
Sounds like we should have some kind of "subscriptions" list that they receive notifications about. Some would be automatically created (documents they own, comments they've made, etc) with the ability to add more within context of the thing they're subscribing to. Also a single interface for seeing all things they are subscribed to and being able to control them. All in all, this sounds good to me. |
Yes, we should have a simple on-site/internal notification system (e.g., GitHub) and the user should be able to choose which kinds of notifications go where (email and/or on-site). This is especially true now that we allow users to sign up and use the system without verifying their email. Being able to follow/subscribe and unfollow/unsubscribe to documents and maybe discussion threads seems good. We need to define what exactly a follow/subscribe means though. Like on a user's own comments, they might want be notified when someone likes it or flags it, but if they are following another comment/thread should they be notified of likes/flags for those? Only new comments? Edits (if/when we support this)? If we present them in the same interface as the same "kind" of subscription, but they behave differently that wouldn't be good. Same for a document follow. Are they following for new comments/discussion or for supports and opposes as well? Should all these options be configurable? I imagine folks only currently care about new comments when subscribing to these things and that's probably a fine place to start. Adding a bunch of knobs to be able to say "I want to be notified of this, this and this on this thing and only this and that on this other thing" doesn't seem worth it to me at this point. The exact meaning of a follow is of course going to evolve in time, like if/when we add support for version/updating a document or for "update"/sponsor comments (e.g., Kickstarter), but I just want to be sure we have clearly defined what events trigger what kinds of notifications even if we don't have a knob for the user to configure their preferences for each of those events. The current Madison 3.0 notification setup is closely tied to our set of Laravel Events. The notification preferences and user interface use the event names as keys and the current events are kinda general and will need some tweaking for a better system. For instance, we currently have a That approach can kinda get into overload for the user if they can/need to configure preferences for every possible kind of thing that could happen in the system. We could of course expose simpler/more general categories on the client side that ultimately just set the specific event preferences and maybe have and "Advanced" view wherever the user can set preferences if they want to pick and choose the exact events to subscribe to. I guess that doesn't sound too bad. Anyway, that was kind of a rambling stream of consciousness. I think I'll stop typing now (^_^). TL;DR, yes, let's start simple, implement internal notification system w/ delivery preferences (maybe no digest to start) for the notifications we already have, then add document "following", see where to go from there |
We've got a few tickets open for tweaks to the Notification system, but I wanted to start pulling some ideas together in one place.
The text was updated successfully, but these errors were encountered: