Changes between Version 7 and Version 8 of BluePrintIncidentReporting
- Timestamp:
- 08/23/10 10:19:42 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintIncidentReporting
v7 v8 136 136 }}} 137 137 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.138 We 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). 139 139 140 140 The back-end should NOT be easily customised as otherwise it is hard to share data between instances. … … 143 143 {{{ 144 144 irs_incident_type_opts = Storage ( 145 roadway.roadwayClosure={145 INTERNAL_FORMAT_1 ={ 146 146 simple: T("Broken Road"), 147 147 canada: "ems.incident.roadway.roadwayClosure" 148 148 }, 149 roadway.bridgeClosure= {149 INTERNAL_FORMAT_2 = { 150 150 simple: T("Broken Bridge"), 151 151 canada: "ems.incident.roadway.bridgeClosure"