checkuponme / Spoke

Politics Rewired's fork of Spoke, now forked for CheckUpOn.Me.
GNU General Public License v3.0
5 stars 1 forks source link

Automated geographical grouping of volunteers and PINs #13

Open TheRealAlexV opened 4 years ago

TheRealAlexV commented 4 years ago

I would like to figure out some sort of way of geographically grouping people by their area codes and/or zip codes. Spoke stores both.

mcverter commented 4 years ago

Here you would want to use zip codes, because cell numbers have no necessary relationship to location. For the most proximate people you would want to just use numeric ranges of the zip codes. If you wanted to check against municipality and state boundaries, those can be loaded from somewhere and a tables can be created to correlate zip codes with these boundaries

mcverter commented 4 years ago

What is the best way to group volunteers? In a campaign? Are there other ways of filtering users?