konklone / congress-android

Congress for Android, an app for tracking Congress.
https://play.google.com/store/apps/details?id=com.sunlightlabs.android.congress
Other
157 stars 43 forks source link

Port over more legislator API calls #684

Closed konklone closed 7 years ago

konklone commented 7 years ago

This ports over the name search and chamber search calls to use the Pro Publica Congress API.

The name search was previously done server-side, and only by a last name filter. The search is now more expensive and done client-side, after fetching both chambers' worth of members using 2 API calls, but the name search is also now more flexible, and will match on any fragment in the first, middle, or last names.