datamade / nyc-councilmatic

:statue_of_liberty: a web app for keeping tabs on city council activity in New York City
https://nyc.councilmatic.org
MIT License
38 stars 12 forks source link

Email subscription & alerts #160

Open derekeder opened 8 years ago

derekeder commented 8 years ago

Building off the RSS feeds #158 , setup an email subscription system that will allow anyone to receive email notifications on a daily basis if any changes or updates have been made to that view.

This will involve setting up the following:

reginafcompton commented 7 years ago

@evz

Eric, could you take a look at the comments in notifications/views.py? Pay attention, especially, to lines 414 ff.

reginafcompton commented 7 years ago

We've completed nearly all of these, with the exception of a bona fide personal "account management" page. I would propose that the current alerts management page suffices - and to that, we simply add a link where users can reset their password (working on this today). Does that all make sense?

derekeder commented 7 years ago

Sounds good to me! Agreed @davidmooreppf?

reginafcompton commented 7 years ago

Okay. I added two features:

(1) An option to reset your password, if you forgot it: https://nyc-staging.councilmatic.org/login/ (2) An option to change your password on your management page.

Can you give it a test drive? If it looks good, then I would consider this issue closed.