Changes between Version 143 and Version 144 of PakistanDevelopers


Ignore:
Timestamp:
08/29/10 09:01:30 (15 years ago)
Author:
Fran Boon
Comment:

Progress :)

Legend:

Unmodified
Added
Removed
Modified
  • PakistanDevelopers

    v143 v144  
    8686   * See nearby locations & be able to select them?
    8787  * Hierarchical Autocomplete for Locations: #502
    88    * Update form
    89     * '''Hierarchy needs populating from old record'''
    90    * Include a Search box underneath the hierarchy which is an Autocomplete filtered to the appropriate level that we've already selected
    91     * Format of results should include the hierarchy of missing steps to help resolve duplicate names
    92    * Add a visible field for location name beside address (defaults to being populated by the name of the resource, but can be overridden)
    93    * 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    * Handle the case where we link to a general Lx Location record & which we now refine to add a Street Address or Lat/Lon
    95     * we have a UUID but the 1st update should be either just changing location_id (if using the hierarchy) or creating a new record (if using lat/lon or addr_street)
     88   * Include the functionality in {{{views/gis/location_autocomplete.js}}} inside the definition of the 'location_id' reusable field
     89   * ~~~Update form: Hierarchy needs populating from old record~~~
     90   * ~~~Include a Search box underneath the hierarchy which is an Autocomplete filtered to the appropriate level that we've already selected~~~
     91    * ~~~Format of results should include the hierarchy of missing steps to help resolve duplicate names~~~
     92   * ~~~Add a visible field for location name beside address (defaults to being populated by the name of the resource, but can be overridden)~~~
     93   * ~~~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   * ~~~Handle the case where we link to a general Lx Location record & which we now refine to add a Street Address or Lat/Lon~~~
     95    * ~~~we have a UUID but the 1st update should be either just changing location_id (if using the hierarchy) or creating a new record (if using lat/lon or addr_street)~~~
    9696   * Changing things in higher levels should clear lower levels?
    9797   * Check whether fields are readable/writable (e.g. addr_street may need to be hidden from some modules)