Changes between Version 7 and Version 8 of Taiwan
- Timestamp:
- 08/21/10 08:45:52 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Taiwan
v7 v8 28 28 29 29 === Locations Selector === 30 * Use Taiwan's 4 levels of hierarchy31 * 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}}}30 * ~~Use Taiwan's 4 levels of hierarchy~~ (In-Trunk - just needs localising) 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)~~ (In-Trunk, still needs more tweaking) 32 * {{{views/gis/location_autocomplete.js}}} 33 33 * see if the different levels can be precached to a store to minimise user waiting? 34 34 * Context-sensitive filtering of dropdown (or Autocomplete) to the appropriate level … … 36 36 db.gis_location.requires = IS_ONE_OF(db.gis_location, db.gis_location.id, filterby="level", filteropts="L4") 37 37 }}} 38 * Only allow Admins to edit the L0->L3 levels38 * ~~Only allow Admins to edit the L0->L3 levels~~ (In-Trunk) 39 39 * Fix #450 (Prevent an L2 being added as parent of L3, etc) 40 40 * Local Geocoder service to allow users to enter street address 41 41 * Add Geocoder to {{{modules/s3gis.py}}} 42 42 * Provide a widget within locations picker to call this function 43 * [wiki:BluePrintGISSelectLocationFromMap Select from Map]43 * ~~[wiki:BluePrintGISSelectLocationFromMap Select from Map]~~ (In-Trunk) 44 44 == Messaging == 45 45 * A local SMS Gateway is working with the system.