Changes between Version 26 and Version 27 of BluePrintRegionsAndIncidents
- Timestamp:
- 04/10/11 21:24:25 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
BluePrintRegionsAndIncidents
v26 v27 14 14 An "incident" is a more fine-grained concept, involving not just location but also time and assigned personnel and resources. Don Cameron points out the importance of being able to specify an incident and identify what's associated with it, in order to implement an ICS (incident command system). 15 15 16 Incidents can overlap in time, region, personnel, and resources. 16 Incidents can overlap in time, region, personnel, and resources, thus the means we adopt of associating resources with incidents should not in general force a resource to be exclusively tied to one incident. 17 18 Please note: This is not a general discussion of incidents nor of an incident command system. Rather, it is about how to accommodate multiple incidents active at the same time in one server. 17 19 18 20 ==== Common features ==== … … 20 22 Regions and incidents touch on each other in several ways: 21 23 24 For both, we will very likely want to support multiple instances in the same server, and same database. 25 How we handle multiple regions may provide some hints on how to handle for multiple incidents. 26 22 27 The user will want a way to select which they're working on at the moment. 23 28 24 The definition of a region or incident should be shared among (appropriate) users. That is, a site admin should be able to configure a region or incident.29 The definition of a region or incident should be shared among (appropriate) users. An authorized person should be able to configure a region or incident. 25 30 26 31 An incident will probably need a region as part of its specification.