Skip to content
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

Simplify voterid lookup in add volunteer and signup #195

Open
anandology opened this issue Jun 19, 2016 · 0 comments
Open

Simplify voterid lookup in add volunteer and signup #195

anandology opened this issue Jun 19, 2016 · 0 comments

Comments

@anandology
Copy link
Contributor

There are multiple apps for doing voter lookup and some of them have fallen out of sync. We need to standardize one and continue to maintain it. Also we need to change the application code to support only one voter lookup app.

There are currently 3 apps used at various places for voterid lookup.

  • voterdb
  • votersearch
  • voter-lookup

voterdb maintains the entire database of voters including name, rel name etc.
votersearch takes district number and voterid and searches the CEO website directly. This doesn't work for Delhi as the form is behind a captcha.
voter-lookup maintains mapping from voterid to state, ac and pb for all voterids.

My suggestion is go with voter-lookup.

anandology added a commit that referenced this issue Jun 19, 2016
Other changes:
* The volunteer is added to the place identified by the voterid, if present.

Issue #195
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant