Changes between Version 4 and Version 5 of Taiwan


Ignore:
Timestamp:
08/08/10 06:26:53 (14 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Taiwan

    v4 v5  
    2929=== Locations Selector ===
    3030 * Use Taiwan's 4 levels of hierarchy
     31 * Show the dropdowns & populate the lower dropdown when then the one above is selected (detect dropdown change using jQuery & collect new results using AJAX)
     32  * See an unfinished autocomplete example in {{{views/gis/location_autocomplete.js}}}
     33  * see if the different levels can be precached to a store to minimise user waiting?
     34 * Context-sensitive filtering of dropdown (or Autocomplete) to the appropriate level
     35{{{
     36db.gis_location.requires = IS_ONE_OF(db.gis_location, db.gis_location.id, filterby="level", filteropts="L4")
     37}}}
     38 * Only allow Admins to edit the L0->L3 levels
     39 * Fix #450 (Prevent an L2 being added as parent of L3, etc)
    3140 * Local Geocoder service to allow users to enter street address
     41  * Add Geocoder to {{{modules/s3gis.py}}}
     42  * Provide a widget within locations picker to call this function
    3243 * Select from Map
    33 
    3444== Messaging ==
    3545 * A local SMS Gateway is working with the system.