codeforgso / GoVote

Local voter registration and election candidate application.
http://govotegso.org/
GNU General Public License v3.0
24 stars 46 forks source link

Filter out removed voters addresses' from Voter Lookup #73

Closed SchaeStewart closed 6 years ago

SchaeStewart commented 6 years ago

This is a:

BUG

Expected Behavior

Addresses that say "REMOVED" should not be displayed to the users.

Current Behavior

Voters whose info has been removed by the state board of elections is being returned by the API and is displayed to the users.

Possible Solution

Steps to Reproduce (for bugs)

  1. Look up voter info for John Smith
  2. There will be several addresses they say "REMOVED"
rtrunkhill commented 6 years ago

HI, I'd like to help with this one. I'll fork and get it started on it right away

SchaeStewart commented 6 years ago

@rtrunkhill Awesome! Check the Contributing guide for help getting started and if you have any questions ping you can ping us on slack.

rtrunkhill commented 6 years ago

im getting an error when i make any changes to the WHERE clause. Can i get an invite to Slack Channel? Same name @gmail.com

SchaeStewart commented 6 years ago

@rtrunkhill you can get register for the slack here

SchaeStewart commented 6 years ago

@rtrunkhill Your PR has been merged. Thank you so much for contributing!