organizer
organizer copied to clipboard
The answer is to get organized.
Organizer is hard-coded to use Mailgun as its anymail backend. This is an unnecessary artifact of early development work and has no reason to continue.
If people don't know about a thing happening, it might not have happened at all. Organizer should send a slack notification once a few thresholds of people have checked in...
Should be able to just run one `./manage.py sync` command, which runs all configured importers and exporters at once, allowing for conflict resolution between endpoints. Currently you can end up...
As an organizer, I want to define canvassing turfs based on geographic area or street addresses from a voter file and assign walkers to them. As a canvasser, I want...
Updating the geo lat/lng values of a Person doesn't need to happen in a batch job; the Person's save() method could kick off an async geocoding job that updates data...
https://www.mailgun.com/blog/tls-connection-control Should not be easily disabled, as email is a vector for accidental disclosure of extremely sensitive data.
A big goal of Organizer is to let people know about actions and events near them. If you're near a thing in either time or space, Organizer should send a...
The database currently includes an ``is_captain`` field on TurfMemberships, which is designed to support this feature once it is implemented. As an organizer, I want to broadcast a message to...
Right now new neighbor notifications only support specific neighborhoods. There is no way to easily designate that an email should receive notifications from anywhere in the city, or using other...
If your mailgun is misconfigured with invalid authentication, Organizer won't care and will assume that the notification was successfully sent. At the next run, the newbies from the dead mail...