Changes between Version 2 and Version 3 of HaitiGISToDo


Ignore:
Timestamp:
01/16/10 10:07:03 (15 years ago)
Author:
Fran Boon
Comment:

Admin UI details

Legend:

Unmodified
Added
Removed
Modified
  • HaitiGISToDo

    v2 v3  
    55 * Provide admin UI for feature_to_feature_group, feature_class_to_feature_group, etc
    66  * {{{controllers/gis.py}}} & {{{views/gis/...}}}
     7  * Features are stored in the table gis_location
     8  * Feature Classes are types of Feature & determine their Marker (Icon): gis_feature_class
     9  * Feature Groups are collections of Features & Feature Groups & determine whether they appear as a separate layer on the Map to be enabled/disabled: gis_feature_group
     10  * There are Many-to-Many tables linking these together (defined in {{{models/03_gis.py}}})
     11  * There are basic Controller functions for editing these resources, however they aren't fully-exposed to users (need to type URL manually)
     12  * We want nice User interface for these & menus (menus for GIS need some wider cleanup work anyway)
    713
    814  * KML Export