~fabiocbalbuquerque/sahana-agasti/web-services

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
# Pre-populate agGlobalParam

agGlobalParam:
  shift_change_restriction:
    id: 1
    agHost: localhost
    datapoint: shift_change_restriction
    value: 2160
  shift_disabled_status:
    id: 2
    agHost: localhost
    datapoint: shift_disabled_status
    value: inactive
  facility_resource_disabled_status:
    id: 3
    agHost: localhost
    datapoint: facility_resource_disabled_status
    value: unavailable
  facility_resource_enabled_status:
    id: 4
    agHost: localhost
    datapoint: facility_resource_enabled_status
    value: unknown
  facility_resource_status_affects_scenarios:
    id: 5
    agHost: localhost
    datapoint: facility_resource_status_affects_scenarios
    value: 1
  facility_resource_status_affects_events:
    id: 6
    agHost: localhost
    datapoint: facility_resource_status_affects_events
    value: 1
  facility_import_geo_source:
    id: 7
    agHost: localhost
    datapoint: facility_import_geo_source 
    value: import
  default_address_standard:
    id: 8
    agHost: localhost
    datapoint: default_address_standard 
    value: us standard
  default_address_geo_type:
    id: 9
    agHost: localhost
    datapoint: default_address_geo_type
    value: point
  default_name_components:
    id: 10
    agHost: localhost
    datapoint: default_name_components
    value: '<?php echo json_encode(array(array('given',FALSE), array('middle',TRUE), array('family',FALSE))); ?>'
  default_batch_size:
    id: 11
    agHost: localhost
    datapoint: default_batch_size
    value: 100
  lucene_delimiter:
    id: 12
    agHost: localhost
    datapoint: lucene_delimiter
    value: ' '
  default_phone_format_type:
    id: 13
    agHost: localhost
    datapoint: default_phone_format_type
    value: unknown 
  default_country:
    id: 14
    agHost: localhost
    datapoint: default_country
    value: United States of America
  default_organization:
    id: 15
    agHost: localhost
    datapoint: default_organization
    value: volunteer
  default_geo_match_score:
    id: 16
    agHost: localhost
    datapoint: default_geo_match_score
    value: unknown
  staff_import_keep_history:
    id: 17
    agHost: localhost
    datapoint: staff_import_keep_history
    value: 0
  enforce_strict_contact_formatting:
    id: 18
    agHost: localhost
    datapoint: enforce_strict_contact_formatting
    value: 1
  import_error_threshold:
    id: 19
    agHost: localhost
    datapoint: import_error_threshold
    value: 100
  default_shift_task_length:
    id: 20
    agHost: localhost
    datapoint: default_shift_task_length
    value: 720
  default_shift_break_length:
    id: 21
    agHost: localhost
    datapoint: default_shift_break_length
    value: 720
  default_shift_minutes_start_to_facility_activation:
    id: 22
    agHost: localhost
    datapoint: default_shift_minutes_start_to_facility_activation
    value: -4320
  default_days_in_operation:
    id: 23
    agHost: localhost
    datapoint: default_days_in_operation
    value: 0
  default_shift_max_staff_repeat_shifts:
    id: 24
    agHost: localhost
    datapoint: default_shift_max_staff_repeat_shifts
    value: 0
  staff_import_address_standard:
    id: 25
    agHost: localhost
    datapoint: staff_import_address_standard
    value: us standard
  create_edge_table_values:
    id: 26
    agHost: localhost
    datapoint: create_edge_table_values
    value: 0
  staff_import_geo_source:
    id: 27
    agHost: localhost
    datapoint: staff_import_geo_source
    value: import
  default_event_status_type:
    id: 28
    agHost: localhost
    datapoint: default_event_status_type
    value: Pre-Deployment
  default_event_staff_status:
    id: 29
    agHost: localhost
    datapoint: default_event_staff_status
    value: unknown
  event_staff_available_status:
    id: 30
    agHost: localhost
    datapoint: event_staff_available_status
    value: available
  default_phone_country_code_usa:
    id: 31
    agHost: localhost
    datapoint: default_phone_country_code_usa
    value: 1
  default_facility_address_types:
    id: 32
    agHost: localhost
    datapoint: default_facility_address_types
    value: '<?php echo json_encode(array("work")); ?>'
  default_facility_email_types:
    id: 33
    agHost: localhost
    datapoint: default_facility_email_types
    value: '<?php echo json_encode(array("work", "other")); ?>'
  default_facility_phone_types:
    id: 34
    agHost: localhost
    datapoint: default_facility_phone_types
    value: '<?php echo json_encode(array("work", "other")); ?>'
  default_list_page_size:
    id: 35
    agHost: localhost
    datapoint: default_list_page_size
    value: 20
  event_staff_unavailable_status:
    id: 36
    agHost: localhost
    datapoint: event_staff_unavailable_status
    value: unavailable
  staff_disabled_status:
    id: 37
    agHost: localhost
    datapoint: staff_disabled_status
    value: inactive
  event_deploy_status:
    id: 38
    agHost: localhost
    datapoint: event_deploy_status
    value: open
  vesuvius_address:
    id: 39
    agHost: localhost
    datapoint: vesuvius_address
    value: http://
  organization_name:
    id: 40
    agHost: localhost
    datapoint: organization_name
    value: New York City OEM
  staff_messaging_allocation_status:
    id: 41
    agHost: localhost
    datapoint: staff_messaging_allocation_status
    value: '<?php echo json_encode(array(1 => "Available", 2 => "Unavailable")); ?>'
  default_staff_messaging_allocation_status:
    id: 42
    agHost: localhost
    datapoint: default_staff_messaging_allocation_status
    value: Unknown
  unprocessed_staff_import_basename:
    id: 43
    agHost: localhost
    datapoint: unprocessed_staff_import_basename
    value: unprocessed_staff_import
  xls_max_export_size:
    id: 44
    agHost: localhost
    datapoint: xls_max_export_size
    value: 20000
  event_pre_deploy_status:
    id: 45
    agHost: localhost
    datapoint: event_pre_deploy_status
    value: Pre-Deployment
  staff_list_results_per_page:
    id: 46
    agHost: localhost
    datapoint: staff_list_results_per_page
    value: 20
  search_list_results_per_page:
    id: 47
    agHost: localhost
    datapoint: search_list_results_per_page
    value: 20
  staff_resource_requirements_per_page:
    id: 48
    agHost: localhost
    datapoint: staff_resource_requirements_per_page
    value: 3
  import_auto_index:
    id: 49
    agHost: localhost
    datapoint: import_auto_index
    value: 0
    description: This feature is not currently working. Do not enable.
  front_end_geo_source:
    id: 50
    agHost: localhost
    datapoint: front_end_geo_source
    value: manual entry 
  clear_cache_on_import:
    id: 51
    agHost: localhost
    datapoint: clear_cache_on_import
    value: 1
  bulk_operation_max_batch_time:
    id: 52
    agHost: localhost
    datapoint: bulk_operation_max_batch_time
    value: 360