Changes between Version 120 and Version 121 of PakistanDevelopers
- Timestamp:
- 08/26/10 19:21:27 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
PakistanDevelopers
v120 v121 91 91 * Include a Search box underneath the hierarchy which is an Autocomplete filtered to the appropriate level that we've already selected 92 92 * Format of results should include the hierarchy of missing steps to help resolve duplicate names 93 * Add a visible field for location name beside address (defaults to being populated by the name of the resource, but can be overridden) 93 94 * The extra 'Save Location' button shouldn't be required (Auto-Save when main form is submitted. Does this make code simpler as only need to update location_id at the end?) 94 95 * Handle the case where we link to a general Lx Location record & which we now refine to add a Street Address or Lat/Lon … … 97 98 * Check whether fields are readable/writable (e.g. addr_street may need to be hidden from some modules) 98 99 * Add Geocoder support 100 * Use subheadings CSS instead of ASCII ---- 99 101 * Download hierarchy levels to a Store in the background to improve performance? 100 102 * Don't display Lat/Lon for Admin levels (Lx)? 101 * shn_read - replace existing system in read/list?103 * shn_read/shn_list - replace existing system in read/list? (consistency & ease of maintenance) 102 104 * if shn_has_role(MapAdmin): Provide an 'Add Location' option next to each level of hierarchy (simplified Ext popup not colorbox?) 103 105 * L1-L4 Feature Classes shouldn't be selectable by non-!MapAdmins (& should be auto-selected by !MapAdmins) 104 106 * Remove Feature Classes completely from Locations (replace with Feature Layers (i.e. Queries)) 105 * Location name vs address106 * Add a column for location name beside address107 107 108 108 * [wiki:BluePrintGISLocationsSearch Location Search]