| 23 | == Use Cases == |
| 24 | === Locate a Site === |
| 25 | * Enter the Address & use a Geocoder to open a map view to allow precise selection of Lat/Lon |
| 26 | * e.g. http://www.addressfix.com |
| 27 | |
| 28 | === Locate a Person === |
| 29 | ==== Link them to a Site ==== |
| 30 | * Set a Staff member's Base Location to their Office Address |
| 31 | * Check-in to a site |
| 32 | |
| 33 | Both would want to select Site from a Dropdown (ideally Combobox) |
| 34 | |
| 35 | ==== Select their Home Address ==== |
| 36 | * Set a Volunteer's Base Location to their Home Address |
| 37 | |
| 38 | Like Locate a Site |
| 39 | ==== Provide a WayPoint ==== |
| 40 | * Update Presence |
| 41 | |
| 42 | Maybe Lat/Lon entry (e.g. automated) |
37 | | * Display the geocoder results on a map for visual confirmation that the correct result has been returned |
38 | | * [wiki:BluePrintGISGeolocator Geocoder] lookup of a Street Address (port from old Selector) |
39 | | * Use more Geocoders than just Google |
| 57 | * [wiki:BluePrintGISGeolocator Geocoder] lookup of a Street Address |
| 58 | * port some code from old Selector |
| 59 | * Display the geocoder results on a map for visual confirmation that the correct result has been returned |
| 60 | * Use this for UI example: www.addressfix.com |
| 61 | * Use more back-end Geocoders than just Google |