From the set of problems out there,you have targeted a very simple one (a nice first step I suppose)
- You know eventually,your list is going to grow with addresses and one would lose track of an address if it has been used earlier.What feature do you provide which helps me locate a particular address from the list of say 1000 addresses ?
- You can do something like : Let people choose a name to give for a particular address and keep an auto search options which helps them find that address even if they remember the initial letters something like fuzzy search.
Definitely haven't thought of the power user scenario where they'd be using thousands of addresses without deleting them. Currently, a user can set up groups and give each address a name. I'll have to implement a separate area within the app that lets you search through all of the saved addresses by group or name. Thanks for your feedback!