Add Street View function to incident sidebar
What: Added the ability to single click to the Google Street View from within the dispatch.
Why: This feature allows the user to "see" the structure that they are responding to. This is to match functionality already in place in the Mobile App.
How: While in the incident sidebar, select the Street View button and the map will display the Google Street view of the dispatched location.
Create New Dispatch Column Values
What: Added new columns in the Dispatch Incident list: Alarm Level, Fire Zone, Station, and Associated Incident Number, with backend support via CAD parser mapping.
Why: To provide more detailed dispatch data directly in the UI, improving situational awareness and reporting accuracy. Storing these values in the dispatch table optimizes performance.
How: New columns were added to the dispatch table schema. During dispatch ingest, the CAD parser populates Fire Zone and Station by matching client-defined tables. Only matched values display in the UI. No backfill occurs for existing records to avoid performance impact.
Use Case: Dispatchers and Command staff can view critical incident details at a glance, such as alarm level and location-specific info, helping them respond more effectively.
None