codeforhuntsville / Frontier

A civic app for finding whats near me
http://codeforhuntsville.com/
MIT License
9 stars 7 forks source link

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

Open chrisbeaman opened 9 years ago

chrisbeaman commented 9 years ago

Description

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

Definition of Done

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 commented 9 years ago

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

chadxz commented 9 years ago

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