Skip to content

Commit cdfcb5d

Browse files
committed
Updating docs
1 parent 30e7efa commit cdfcb5d

24 files changed

Lines changed: 150 additions & 5 deletions

docs/configuration/custom-statuses.md

Lines changed: 55 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ sidebar_position: 5
66

77
Custom Statuses and Staffing allow you have your own actions for personnel and units to perform when using the apps. For example if you didn't want the Default Resgrid statuses for Personnel (i.e. Responding, Not Responding, On Scene, etc) you could create a custom Personnel Status set with your own options (Yes, No, Coming, Not Coming, etc).
88

9+
You can have Custom Statuses for Personnel Actions (Statuses), Personal Staffing Levels and for each Unit Type defined in the system.
10+
911
## Default Statuses and Staffing Levels
1012
Resgrid default custom Statuses and Staffings are as follows
1113

@@ -59,13 +61,62 @@ Here are the current Base Statuses that you can assign to your own Custom Status
5961
| -------------------- | ------------------------------------------------------------ |
6062
| None | This Custom Status does not equate to a base type |
6163
| Available | Status equates to an Available to respond to calls |
62-
| NotResponding | Status equates to an Not Responding to a call |
64+
| Not Responding | Status equates to an Not Responding to a call |
6365
| Responding | Status equates to Responding to an active call |
64-
| OnScene | Status equates to is at the Scene/Location of a call |
65-
| MadeContact | Status equates to making contact with RP or patient |
66+
| On Scene | Status equates to is at the Scene/Location of a call |
67+
| Made Contact | Status equates to making contact with RP or patient |
6668
| Investigating | Status equates to investigating in the area of a call |
6769
| Dispatched | Status equates to being dispatched to a call |
6870
| Cleared | Status equates to being cleared of a call |
6971
| Returning | Status equates to returning from a call to a station |
7072
| Staging | Status equates to being staged at a call location or station |
71-
| Unavailable | Status equates to being Out of Service; unable to take calls |
73+
| Unavailable | Status equates to being Out of Service; unable to take calls |
74+
75+
76+
## Creating and Editing Custom Levels
77+
Under the Department menu you can select the Custom Statuses option to see what custom statuses you have defined and add/edit/remove them.
78+
79+
:::warning Note
80+
When you added, edit or remove Custom Statuses all of your users mobile applications will need to re-sync by logging out of the application and back in. For example the Resgrid Responder and Resgrid Unit app. This is because those custom statuses get stored locally on the device for quick retrieval and for offline operations. It's recommended that you setup your custom statuses for Personnel before onboarding them onto the mobile apps.
81+
:::
82+
83+
![Custom Statuses Page](/img/apps/configuration/custom-statuses/CustomStatusesPage.png)
84+
85+
### For Personnel
86+
87+
On the there are 2 sections for your Personnel and they are the right two boxes on the page; Custom Personnel Statuses (Actions) and Custom Personnel Staffing Levels. You can only have one of each active and by default it uses the above default. If the button in the box say "Set Custom Statuses/Staffing Levels" you are currently using the default Resgrid ones.
88+
89+
![New Custom Statuses Page](/img/apps/configuration/custom-statuses/NewUnitStatusesPage.png)
90+
91+
The Options Table in the page defines the buttons your users will see. You can add as many or as little as you want. Some departments only have 2 buttons, while others have dozens. When you click "Add Option" you will see a dialog like this:
92+
93+
![New Custom Statuses Option](/img/apps/configuration/custom-statuses/NewButtonoption.png)
94+
95+
| Name | Description |
96+
| -------------------- | ------------------------------------------------------------ |
97+
| Button Text | The Text of the Button and the Text shown in Reports |
98+
| Button Color | Color of the button also the Color of Text in Report |
99+
| Text Color | Color of the Button Text (choose something high contrast) |
100+
| Base Type | Does this Custom Status equate to a Base Status Type above |
101+
| Require GPS | Does this status require GPS Coordinates (only for mobile) |
102+
| Detail Type | Can you select what Call and/or Station for this status |
103+
| Note Type | Do you want to allow an optional note or require one |
104+
105+
Order Defines the order in which the buttons will appear on any page or list. They order for LOWEST to HIGHEST number and default to the order in which they were added originally.
106+
107+
:::warning Updating or Removing Statuses and Staffing
108+
When you update or remove a custom status this can impact the Reset To department setting where you can pick a time to reset Statuses and Staffings to a baseline. Also users who have custom Staffing level changes will also need to update theirs to ensure it's still correct. Make sure after you change your Personnel Statuses or Staffing Levels that you also update your Department Settings and let users know to check/update their own personal Staffing Level scheduled changes.
109+
:::
110+
111+
112+
### For Units
113+
114+
You can have as many Custom Statuses for Units as you like. You assign statuses to Units via the Unit Type (Department Menu->Types).
115+
116+
![Unit Types](/img/apps/configuration/custom-statuses/UnitTypesList.png)
117+
118+
The Action Set/Action Field is where you designate what Custom Unit Statuses to use.
119+
120+
![Unit Types Add](/img/apps/configuration/custom-statuses/NewUnitTypeDialog.png)
121+
122+
All other options between Unit Custom Statuses and Personnel as the same.

docs/configuration/types.md

Lines changed: 80 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,80 @@
1+
---
2+
sidebar_position: 21
3+
---
4+
5+
# Department Wide Types
6+
7+
Under the Department Menu in the Types menu option allows you set a number a department wide and module specific types or selection options.
8+
9+
## Call Types
10+
11+
By default there are no Call Types defined. A call type allows you organize calls into a category for example, "Structure Fire" or "Motor Vehicle Accident".
12+
13+
![Call Types List](/img/apps/configuration/types/CallTypes.png)
14+
15+
Call Types are assignable on Call Creation and are also used in other systems to interact with calls. For example a Protocol or Call Template may utilize the Call Type to set data or perform an operation.
16+
17+
![Call Types List](/img/apps/configuration/types/NewCallType.png)
18+
19+
You cannot delete a Call Type once it's been used. If you wish to delete the Call Type you need to delete or update any systems where you used it, for example Protocols, Call Templates, Command Definitions, etc. Once those have been deleted or updated to another type you can then delete the Call Type.
20+
21+
:::tip Call Types in Calls
22+
Call Type names are used in the Call when stored in the Database, thus changes or deletion of the call type won't impact previously entered calls.
23+
:::
24+
25+
## Call Priorities
26+
27+
By default there are 4 Call Priorities defined in Resgrid; Low, Medium, High and Emergency all with default sounds and options.
28+
29+
![Call Priorities List](/img/apps/configuration/types/CallPriorities.png)
30+
31+
Once you create one new Call Priority the default ones will be deactivated and you will only have the option to select the Call Priorities you define. To return to the system defaults you will need to delete all your custom call Priorities.
32+
33+
![New Call Priority](/img/apps/configuration/types/NewCallPriority.png)
34+
35+
| Name | Description |
36+
| -------------------- | ------------------------------------------------------------ |
37+
| Priority Name | Name of the Call Priority that is selectable/shown |
38+
| Priority Color | Color of the Priority also the Color of Text in Report |
39+
| Sort Order | Lower means first on the lists, default (0) is order created |
40+
| Is Default | Can only be ONE, is the default Priority for automation |
41+
| Dispatch Personnel | Automation, does this priority dispatch Personnel directly |
42+
| Dispatch Units | Automation, does this priority dispatch Units directly |
43+
| Alert Sound | For Push Notifications and the UI, the sound for new calls |
44+
45+
:::tip Dispatch Personnel and Units
46+
The Dispatch Personnel and Dispatch Units check boxes mean that Calls with this Priority can dispatch those entities (Persons or Units) when used in an automation. For example say you have a "Low" Call Priority and you don't want to wake up Personnel expect those currently staffing a Unit, you would only check the "Dispatch Units" checkbox and when any automation runs to automatically determine who to dispatch it won't automatically select personnel (that meet the automation criteria). For
47+
manually entered in calls the "Dispatch Personnel" and "Dispatch Units" options don't come into play as the person entering the call can select whomever to dispatch.
48+
:::
49+
50+
## Unit Types
51+
52+
There are no default Unit Types in the Resgrid system. Unit Types allow you to assign some common aspect between your Units in Resgrid, for example their Map Icon and what Custom Statuses buttons they should be using.
53+
54+
![Unit Types List](/img/apps/configuration/types/UnitTypes.png)
55+
56+
When you create Custom Statuses (Actions) for Units, you need to assign that status to a Unit Type and then that Unit Type to a Unit (when you add or update a Unit in the Units Module) for the actions to be visible for a particular unit in the Resgrid Unit or Web Application.
57+
58+
![Add Unit Type](/img/apps/configuration/types/NewUnitType.png)
59+
60+
## Certification Types
61+
62+
Certifications allow you're users to add in Certifications and their information in their own profile. With the Certification Types you can add the certifications you want users to add and maintain in your Resgrid Department.
63+
64+
![Certifications Types List](/img/apps/configuration/types/CertificationTypes.png)
65+
66+
Adding a new Certification Type requires you just specific the name of the Certification.
67+
68+
![Add Certification Type](/img/apps/configuration/types/NewCertificationType.png)
69+
70+
## Document Categories
71+
72+
Document Categories (Types) allow you to organize documents together. For example all of your Standard Operating Procedures and all of your Pre-Plan documents could be in different categories to make it easier to find the one your are looking for.
73+
74+
![Document Types List](/img/apps/configuration/types/DocumentCategories.png)
75+
76+
Adding a new Document Category is as easy as adding the name of the Category you want to assign Documents to.
77+
78+
![Add Document Type](/img/apps/configuration/types/NewDocumentCategory.png)
79+
80+
The Category text name is saved with the Document, changes to these Document Categories will only impact newly created documents.

docs/intro.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,15 @@ Originally started as a hosted only solution in 2014, the Resgrid system as proc
1212

1313
Resgrid is written on the Microsoft .Net and .Net Core Frameworks utilizing Microsoft SQL Server as the primary data repository.
1414

15-
:::danger Note
15+
:::danger Work In Progress
1616
This documentation is an on-going Work-In-Progress (WIP) and is not complete. There many sections that are empty to help organize, give landing areas and structure for documentation. Documentation is usually added when we address issues or get questions. If you need information and the area of the documentation is missing or incomplete, please create a Github issue
1717
with the question and we will address it.
1818
:::
1919

20+
:::tip User Interface Changes
21+
We update our User Interfaces for our websites and applications every couple of years. As such the UI shown in Pictures in this documentation may not match what is currently in production. Functionality should remain the same but may be presented differently. We don't update the pictures/documentation unless there is a major overhaul of the functionality.
22+
:::
23+
2024
## Features
2125

2226
- **Personnel Management**: Define personnel, contact information, details, certification, roles, status and availability for all personnel

docs/modules/documents.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,13 @@ sidebar_position: 9
33
---
44

55
# Documents
6+
7+
The Documents systems allows you to upload and store documents in Resgrid that you want shared with your entire department.
8+
9+
![Documents Home](/img/apps/modules/documents/DocumentsHome.png)
10+
11+
12+
To view or download the document, you would click the file icon in the item (the Green box highlighted below). If you wanted to Edit the file you would click the name (highlighted in the Blue box below). You can only Edit a document if you are a Department Admin or have rights to Create Documents (and you created the document).
13+
14+
![Document](/img/apps/modules/documents/DocumentItem.png)
15+
32.8 KB
Loading
57 KB
Loading
17.4 KB
Loading
24.8 KB
Loading
13 KB
Loading
24.8 KB
Loading

0 commit comments

Comments
 (0)