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

As a user, I'd like to be able to enter an address #38

Open
4 tasks
chrisbeaman opened this issue May 29, 2015 · 2 comments
Open
4 tasks

As a user, I'd like to be able to enter an address #38

chrisbeaman opened this issue May 29, 2015 · 2 comments

Comments

@chrisbeaman
Copy link
Member

Description

We'd like to give users the option to input an address by typing it into an input field.

Definition of Done

  • If the user types in an address without inputting the town name or state name/initials, the app should read the address as the closest matching address (ie. if the user enters "123 Main St" and the user is in Huntsville, this should be interpreted as "123 Main Street, Huntsville, Alabama."
  • If the user inputs an abbreviation for street or road (ie. St, Rd, Cir, Pkwy, Blvd, etc) it should be interpreted correctly.
  • If the user inputs an invalid or misspelled address, a validation message should appear below the input box. "You have entered an invalid address." (How does Google handle this?)
  • If the user enters a zip code only, then this is interpreted as the midpoint of this zip code. (Not sure how to define this one)

Technical Details

Wireframe: http://lrdy2r.axshare.com/#p=home
The input field should be an |input type="text"| form element. Consider using a Google API for address detection/correction/misspellings/"did you mean...?"/etc. (Not sure if this is part of Google's API, this is just a suggestion in case it is).

@dannagle
Copy link

dannagle commented Jun 8, 2015

My frontier mock-up uses Google's API and supports all these cases.

@chadxz
Copy link

chadxz commented Jun 8, 2015

@dannagle I'd like to leave these issues open until the respective features are merged into the Master branch of this repo

@chadxz chadxz reopened this Jun 8, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants