Skip to content

Commit

Permalink
Merge pull request #511 from ychen-doj/WS-367-Update-processing-time-…
Browse files Browse the repository at this point in the history
…data-for-the-6-OIP-client-offices

FOIA-367: Update processing time data for OIP clients test0.
  • Loading branch information
brockfanning authored May 1, 2023
2 parents db5a4c1 + 25cb9d8 commit f38236f
Show file tree
Hide file tree
Showing 24 changed files with 1,092 additions and 62 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies:
- field.field.node.agency_component.field_rep_start
- field.field.node.agency_component.field_request_data_year
- field.field.node.agency_component.field_request_submission_form
- field.field.node.agency_component.field_require_manual_processing
- field.field.node.agency_component.field_service_centers
- field.field.node.agency_component.field_simple_average_days
- field.field.node.agency_component.field_simple_highest_days
Expand Down Expand Up @@ -139,6 +140,7 @@ third_party_settings:
required_fields: true
group_processing_data:
children:
- field_require_manual_processing
- field_request_data_year
- field_complex_average_days
- field_complex_highest_days
Expand All @@ -155,13 +157,14 @@ third_party_settings:
label: 'Processing Data'
region: content
parent_name: ''
weight: 23
weight: 24
format_type: details
format_settings:
classes: ''
show_empty_fields: false
id: ''
open: true
description: 'This data will be automatically populated from the annual report for this agency component. The data will be fetched from Section VII.A. - Processed Requests.'
description: 'Unless the checkbox below is checked, this data will be automatically populated from the annual report for this agency component. The data will be fetched from Section VII.A. - Processed Requests.'
required_fields: true
group_annual_foia_report_dates:
children:
Expand All @@ -170,7 +173,7 @@ third_party_settings:
label: 'Annual FOIA Report Start/Expiration Dates'
region: content
parent_name: ''
weight: 24
weight: 25
format_type: details
format_settings:
classes: ''
Expand All @@ -180,7 +183,6 @@ third_party_settings:
group_interoperability:
children:
- field_interop_planned_method
- field_interop_status
- field_interop_exception
label: 'FOIA Portal Interoperability'
region: content
Expand Down Expand Up @@ -242,31 +244,31 @@ content:
third_party_settings: { }
field_complex_average_days:
type: string_textfield
weight: 28
weight: 25
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_complex_highest_days:
type: string_textfield
weight: 29
weight: 26
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_complex_lowest_days:
type: string_textfield
weight: 30
weight: 27
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_complex_median_days:
type: string_textfield
weight: 31
weight: 28
region: content
settings:
size: 60
Expand All @@ -282,31 +284,31 @@ content:
third_party_settings: { }
field_expedited_average_days:
type: string_textfield
weight: 32
weight: 29
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_expedited_highest_days:
type: string_textfield
weight: 33
weight: 30
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_expedited_lowest_days:
type: string_textfield
weight: 34
weight: 31
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_expedited_median_days:
type: string_textfield
weight: 35
weight: 32
region: content
settings:
size: 60
Expand All @@ -328,6 +330,7 @@ content:
collapsible: false
collapsed: false
revision: false
removed_reference: optional
third_party_settings: { }
field_interop_exception:
type: options_select
Expand Down Expand Up @@ -364,6 +367,7 @@ content:
collapsible: false
collapsed: false
revision: false
removed_reference: optional
third_party_settings: { }
field_portal_submission_format:
type: options_select
Expand All @@ -387,6 +391,7 @@ content:
collapsible: false
collapsed: false
revision: false
removed_reference: optional
third_party_settings: { }
field_reading_rooms:
type: link_default
Expand All @@ -412,6 +417,7 @@ content:
collapsible: false
collapsed: false
revision: false
removed_reference: optional
third_party_settings: { }
field_rep_exp:
type: datetime_default
Expand All @@ -427,7 +433,7 @@ content:
third_party_settings: { }
field_request_data_year:
type: string_textfield
weight: 27
weight: 24
region: content
settings:
size: 60
Expand All @@ -441,6 +447,13 @@ content:
default_data: true
webforms: { }
third_party_settings: { }
field_require_manual_processing:
type: boolean_checkbox
weight: 23
region: content
settings:
display_label: true
third_party_settings: { }
field_service_centers:
type: inline_entity_form_complex
weight: 10
Expand All @@ -457,34 +470,35 @@ content:
collapsible: false
collapsed: false
revision: false
removed_reference: optional
third_party_settings: { }
field_simple_average_days:
type: string_textfield
weight: 36
weight: 33
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_simple_highest_days:
type: string_textfield
weight: 37
weight: 34
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_simple_lowest_days:
type: string_textfield
weight: 38
weight: 35
region: content
settings:
size: 60
placeholder: ''
third_party_settings: { }
field_simple_median_days:
type: string_textfield
weight: 39
weight: 36
region: content
settings:
size: 60
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ dependencies:
- field.field.node.agency_component.field_rep_start
- field.field.node.agency_component.field_request_data_year
- field.field.node.agency_component.field_request_submission_form
- field.field.node.agency_component.field_require_manual_processing
- field.field.node.agency_component.field_service_centers
- field.field.node.agency_component.field_simple_average_days
- field.field.node.agency_component.field_simple_highest_days
Expand Down Expand Up @@ -349,6 +350,7 @@ content:
hidden:
field_interop_exception: true
field_interop_planned_method: true
field_require_manual_processing: true
field_submission_api: true
field_submission_api_secret: true
field_submission_email: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ dependencies:
- field.field.node.agency_component.field_rep_start
- field.field.node.agency_component.field_request_data_year
- field.field.node.agency_component.field_request_submission_form
- field.field.node.agency_component.field_require_manual_processing
- field.field.node.agency_component.field_service_centers
- field.field.node.agency_component.field_simple_average_days
- field.field.node.agency_component.field_simple_highest_days
Expand All @@ -44,27 +45,26 @@ dependencies:
- field.field.node.agency_component.field_website
- node.type.agency_component
module:
- text
- panelizer
- user
third_party_settings:
panelizer:
enable: false
custom: false
allow: false
default: default
id: node.agency_component.teaser
targetEntityType: node
bundle: agency_component
mode: teaser
content:
body:
type: text_summary_or_trimmed
label: hidden
settings:
trim_length: 600
third_party_settings: { }
weight: 101
region: content
links:
settings: { }
third_party_settings: { }
weight: 100
weight: 0
region: content
hidden:
body: true
field_agency: true
field_agency_comp_abbreviation: true
field_agency_comp_telephone: true
Expand All @@ -91,6 +91,7 @@ hidden:
field_rep_start: true
field_request_data_year: true
field_request_submission_form: true
field_require_manual_processing: true
field_service_centers: true
field_simple_average_days: true
field_simple_highest_days: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ dependencies:
config:
- field.storage.node.field_complex_average_days
- node.type.agency_component
module:
- foia_autocalc
third_party_settings:
foia_autocalc:
autocalc_settings:
description: ''
autocalc_config: ''
id: node.agency_component.field_complex_average_days
field_name: field_complex_average_days
entity_type: node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ dependencies:
config:
- field.storage.node.field_complex_highest_days
- node.type.agency_component
module:
- foia_autocalc
third_party_settings:
foia_autocalc:
autocalc_settings:
description: ''
autocalc_config: ''
id: node.agency_component.field_complex_highest_days
field_name: field_complex_highest_days
entity_type: node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ dependencies:
config:
- field.storage.node.field_complex_lowest_days
- node.type.agency_component
module:
- foia_autocalc
third_party_settings:
foia_autocalc:
autocalc_settings:
description: ''
autocalc_config: ''
id: node.agency_component.field_complex_lowest_days
field_name: field_complex_lowest_days
entity_type: node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ dependencies:
config:
- field.storage.node.field_complex_median_days
- node.type.agency_component
module:
- foia_autocalc
third_party_settings:
foia_autocalc:
autocalc_settings:
description: ''
autocalc_config: ''
id: node.agency_component.field_complex_median_days
field_name: field_complex_median_days
entity_type: node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ dependencies:
config:
- field.storage.node.field_expedited_average_days
- node.type.agency_component
module:
- foia_autocalc
third_party_settings:
foia_autocalc:
autocalc_settings:
description: ''
autocalc_config: ''
id: node.agency_component.field_expedited_average_days
field_name: field_expedited_average_days
entity_type: node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ dependencies:
config:
- field.storage.node.field_expedited_highest_days
- node.type.agency_component
module:
- foia_autocalc
third_party_settings:
foia_autocalc:
autocalc_settings:
description: ''
autocalc_config: ''
id: node.agency_component.field_expedited_highest_days
field_name: field_expedited_highest_days
entity_type: node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ dependencies:
config:
- field.storage.node.field_expedited_lowest_days
- node.type.agency_component
module:
- foia_autocalc
third_party_settings:
foia_autocalc:
autocalc_settings:
description: ''
autocalc_config: ''
id: node.agency_component.field_expedited_lowest_days
field_name: field_expedited_lowest_days
entity_type: node
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,13 @@ dependencies:
config:
- field.storage.node.field_expedited_median_days
- node.type.agency_component
module:
- foia_autocalc
third_party_settings:
foia_autocalc:
autocalc_settings:
description: ''
autocalc_config: ''
id: node.agency_component.field_expedited_median_days
field_name: field_expedited_median_days
entity_type: node
Expand Down
Loading

0 comments on commit f38236f

Please sign in to comment.