Changes between Version 7 and Version 8 of BluePrintIncidentReporting


Ignore:
Timestamp:
08/23/10 10:19:42 (15 years ago)
Author:
Fran Boon
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • BluePrintIncidentReporting

    v7 v8  
    136136}}}
    137137
    138 We need a simplified version of these to be presented to users whilst keeping the full set available for EM professionals ('Editors' in a simple use case). A mapping needs to be maintained between the different lists.
     138We need a simplified version of these to be presented to users whilst keeping the full sets available for EM professionals ('Editors' in a simple use case). A mapping needs to be maintained between the different lists. We should have a (personalisable) configuration option to show which list to use (& hence which symbology set to display on the map).
    139139
    140140The back-end should NOT be easily customised as otherwise it is hard to share data between instances.
     
    143143{{{
    144144irs_incident_type_opts = Storage (
    145     roadway.roadwayClosure ={
     145    INTERNAL_FORMAT_1 ={
    146146        simple: T("Broken Road"),
    147147        canada: "ems.incident.roadway.roadwayClosure"
    148148    },
    149     roadway.bridgeClosure = {
     149    INTERNAL_FORMAT_2 = {
    150150        simple: T("Broken Bridge"),
    151151        canada: "ems.incident.roadway.bridgeClosure"