-
Notifications
You must be signed in to change notification settings - Fork 31
Design UX for location look up tool #313
Comments
Question on this: is there a reason we couldn't do street address lookup for this? My suspicion is that that's a more natural interaction for people and then we won't need to worry about showing multiple districts in the results. There's APIs out there for this. Just trying to get a handle on the real constraints here. |
I know how to do a look-up by zip code, we would need to got a geocoding service to look up by address. Other people have done it and I have heard of tools that do this. Sometimes they will be wrong, especially the free ones. Also, will all users feel comfortable giving the government their address? |
I can't speak to the comfort without doing some testing. My thought was just that for people who are comfortable it would be a good option. Is using a service out of the question? Do we not need to use one if it's just zip code? |
Also, will it be an option to at least show a map of the districts so that users can try to pin point where they live? |
I can point to the shape files, implementing that is beyond my front-end abilities. |
Forgot to upload this sketch earlier. Maybe helpful maybe not, @jenniferthibault . The idea is you put in a zip code and it returns all of the districts that match (which could be several) and you can either click to view the district or click through to individual candidates. |
@noahmanger + others: One thing bugging me: where should the search tags be positioned? I have them nearest the new search field, but they could also go under the "results" headline. |
I like this layout a lot. For simplicity sake, I think we shouldn't worry about the ZIP+4 option. Even with +4 I believe it can still be fuzzy. If we don't have the +4 I think we don't actually need the search tags. We can just display the curent zipcode in that input. Other than that, I think this is looking great. |
I just have one question, which is how we handle the senate seats. I know Other than that, the UX here looks great to me. On Mon, Jul 20, 2015 at 5:13 PM, Jennifer Thibault <[email protected]
Noah Manger |
Agreed the UX looks great. 1-a) I'm generally uncomfortable including street addresses for individual contributors. It gives very easy access to individuals' home addresses. The bulk files include name, city, state, Zip Code, employer and occupation. That's already alot of information about the contributor. I understand the street addresses are available in the .fec files but it takes some work to get those addresses. 1-b) Perhaps I misunderstood, are you thinking the user types in a complete address then the web app displays a Congressional District? Then, when displaying contribution data we'd exclude the street address?
@akort may have additional comments |
To be clear, this view has nothing to do with "Contribution" info. This is purely for looking up candidates and elections by zip code. |
Zip codes are a popular way to find a member of Congress, which many people don't know.
Zip codes for the following- |
Thanks everyone, I'm moving this over to implementation. |
Goal: Design the interface for looking up candidates and elections by address.
Criteria: Static comps of a tool that allows users to input an address to find relevant content.
Steps:
The text was updated successfully, but these errors were encountered: