UMKC-Law / permit-matrix

Also known as Plumber’s Dilemma
http://gator4224.hostgator.com/~umkclaw/kcmo/
MIT License
0 stars 2 forks source link

Lookup contractor info from city's licensed contractor data #19

Closed buzwells closed 8 years ago

buzwells commented 8 years ago

We have loaded (and can periodically refresh) the city's list of licensed plumbers. When a contractor begins to complete a profile upon first-time signin, we can pull the data from the list after the contractor enters the contractor's license number. Eventually, we can add messaging (e.g., "We found your license information in the city's records and used it to automatically fill out some of your profile.") and error handling (what happens if no match is found). For now, though, just add the autocomplete functionality.

buzwells commented 8 years ago

Source code pushed to Github and build deployed to Heroku. As noted in the issue description, this is a barebones version with no error handling or messaging. Tested with several different license numbers (e.g., 900400).