You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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).
The text was updated successfully, but these errors were encountered:
Description
We'd like to give users the option to input an address by typing it into an input field.
Definition of Done
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).
The text was updated successfully, but these errors were encountered: