IncidentManagementSystems / ims-issue-tracker

Repository to track issues and work for Incident Management Systems.
0 stars 0 forks source link

Phase 1 - Create New "Add" Incident Page #303

Closed tfremming1 closed 3 years ago

tfremming1 commented 3 years ago

High level this functionality is the same other than we are changing what the initial screen looks like and adding in the ability to import from Active911 otherwise nothing is really changing. So you do not need to have Active911 to use this screen.

-Date - whether we convert the unix date/time or just log it as date time it comes in --> Populates to: [ims].[Incident].[Date]

-Have End Time = Clear time e.g. when I enter in clear time it auto populates end time, but leaves me the ability to change end time different from clear Some depts use end some use clear this gives them an option to change the end time

The Grey box on left can stay there until the top nav gets done.

image.png

tfremming1 commented 3 years ago

{"agency":{"timezone":"America/Chicago","name":"Jordan Fire","id":16915},"alert":{"id":"257449811","normalized_message":{"place":"BY THE YARD","received":"1613163254","coordinate_source":"google","unit":"","description":"Welfare Check","details":"IN FRONT OF THE BUILDING -- MALE LAYING FACED DOWN, NOT MOVING ... ** FG 5 **\nGPS: Latitude 44.712920 Longitude -93.588230\nSuggested city: Jordan","map_address":"3283 Bluff DR","cross_street":"","city":"Sand Creek Township","pagegroup_ids":null,"map_code":"","lon":-93.5880715,"units":"","priority":"2","state":"MN","address":"3283 Bluff DR","lat":44.7131367,"source":"","cad_code":"CEN202122707"},"pagegroups":[],"stamp":1613163253.02962}}

{"agency":{"id":16915,"timezone":"America/Chicago","name":"Jordan Fire"},"alert":{"stamp":1613179572.37369,"normalized_message":{"unit":"","cad_code":"CEN202122843","city":"Jordan","map_address":"Bridle Creek DR & Prospect Pointe RD","priority":"1","source":"","address":"Bridle Creek DR & Prospect Pointe RD","pagegroup_ids":null,"units":"","coordinate_source":"google","state":"MN","details":"RP SMELLS NATURAL GAS IN THE AREA - COMING FROM OUTSIDE ** FG 5 **","description":"Hazard-Gas/Chemical-Hazard","lon":-93.6432743,"cross_street":"","lat":44.6487592,"place":"","received":"1613179573","map_code":""},"pagegroups":[],"id":"257487904"}}

tfremming1 commented 3 years ago

"description":"Welfare Check" = New db Table as listed above "details":"IN FRONT OF THE BUILDING -- MALE LAYING FACED DOWN, NOT MOVING ... ** FG 5 ** =[ims].[IncidentRemarks]

"map_address":"3283 Bluff DR" - When "map_address" map to [ims].[IncidentLocation] (new dB field) "Active911Location" When not a specific address "address":"Bridle Creek DR & Prospect Pointe RD" map to [ims].[IncidentLocation] (new dB field) "Active911Location"

"city":"Sand Creek Township" = [ims].[IncidentLocation] state":"MN" = [ims].[IncidentLocation]