Skip to content

Emergency Response

The Emergency Response module provides a dedicated command centre for critical incidents across villa properties. It centralises active incident monitoring, response team management, escalation levels, and quick access to emergency contacts and critical vendors.

M2 Emergency response page


ElementDescription
TitleEmergency Response
SubtitleReal-time incident monitoring and response coordination
Incident MapOpens a map view showing the locations of active incidents
Report EmergencyRed button — opens the emergency reporting flow immediately

CardColourDescription
Active IncidentsRedIncidents currently open and requiring attention
Avg ResponseBlueAverage response time in minutes
Teams On CallGreenResponse teams currently on duty
TodayPurpleTotal incidents reported today

Example values (live data): Active: 0 · Avg Response: 0 min · Teams On Call: 0 · Today: 0


Incidents requiring immediate attention

Displays all open emergency incidents. Each incident row shows status, location, severity, and assigned response team.

  • View All → link opens the full incident list
  • When no incidents are active: No active incidents

Displays a log of recently closed or resolved incidents for reference.


Lists all configured emergency response teams and their current on-call status.

  • Manage link opens the Response Teams configuration page

ButtonAction
Emergency ContactsOpens the emergency contact directory
Critical VendorsLists vendors flagged as critical for emergency response

Defines the notification chain when an incident is not resolved within its response window:

LevelColourNotified Parties
Level 1GreenVilla Managers
Level 2AmberOP. Managers
Level 3RedBoard / Executives

Escalation automatically advances through levels if the incident remains unresolved.


flowchart TD
A[Incident detected or reported] --> B[Click Report Emergency]
B --> C[Incident created\nStatus: Active]
C --> D[Level 1 notified\nVilla Managers]
D --> E{Resolved?}
E -- Yes --> F[Incident closed\nMoved to Recently Resolved]
E -- No --> G[Escalate to Level 2\nOP. Managers]
G --> H{Resolved?}
H -- Yes --> F
H -- No --> I[Escalate to Level 3\nBoard / Executives]
I --> J[Executive intervention\nIncident resolved]
J --> F