-
Notifications
You must be signed in to change notification settings - Fork 4
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
Allow notifications for new closures / events #144
Comments
inRoads will need a way to identify users who want these notifications. Users should probably be able to sign themselves up, which implies some sort of "My Account" edit screen, which we'll need to build. |
Or they subscribe to a google group for this purpose
|
We're looking at this type of notification, as well as #151. Plus I suspect we'll have even more types of notifications to send out. It doesn't seem like we want to keep creating more and more google groups (one for each type of notification). It seems like inRoads should send emails directly to individual users. |
I need to make notifications something that can be turned on and off. I don't want to be sending out emails for every test event we do in test and staging. Because of this and #151 we probably need an interface for maintaining the notifications and email lists. |
When new events are added to the system, a subset of users would like to receive a notification email about the new events.
This feature should allow configuration of the group of users, along with sending the notification when new events are added to the system.
Initially, Andrew, Adam and Terri have all requested to receive these alerts.
The text was updated successfully, but these errors were encountered: