-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #579 from CityOfNewYork/johnyu95-add-core-agency
Add CORE Agency
- Loading branch information
Showing
5 changed files
with
67 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,4 +72,5 @@ | |
"002A","002","Culture & Recreation","Design Commission","PDC","00001","[email protected]","[email protected]","True" | ||
"0801","801","Business","Department of Small Business Services","SBS","00001","[email protected]","[email protected]","False" | ||
"0044","044","Education,Housing & Development","School Construction Authority","SCA","00001","[email protected]","[email protected]","False" | ||
"0156","156","Transportation","Taxi and Limousine Commission","TLC","00001","[email protected]","[email protected]","False" | ||
"0156","156","Transportation","Taxi and Limousine Commission","TLC","00001","[email protected]","[email protected]","False" | ||
"0215","215","Equity","Commission on Racial Equity","CORE","00001","[email protected]","[email protected]","False" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -1900,6 +1900,37 @@ | |
} | ||
}, | ||
"acronym": "FISA" | ||
}, | ||
{ | ||
"ein": "0215", | ||
"parent_ein": "215", | ||
"categories": [ | ||
"Equity" | ||
], | ||
"name": "Commission on Racial Equity", | ||
"next_request_number": 1, | ||
"default_email": "[email protected]", | ||
"appeals_email": "[email protected]", | ||
"is_active": true, | ||
"agency_features": { | ||
"letters": { | ||
"generate_letters": false | ||
}, | ||
"custom_request_forms": { | ||
"enabled": false, | ||
"categorized": false, | ||
"expand_by_default": false, | ||
"category_info_text": "", | ||
"category_warning_text": "", | ||
"multiple_request_types": false, | ||
"description_hidden_by_default": true | ||
}, | ||
"monitor_agency_requests": [], | ||
"specific_request_instructions": { | ||
"text": "" | ||
} | ||
}, | ||
"acronym": "CORE" | ||
} | ||
] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -72,4 +72,5 @@ | |
"002A","002","Culture & Recreation","Design Commission","PDC","00001","[email protected]","[email protected]","True" | ||
"0801","801","Business","Department of Small Business Services","SBS","00001","[email protected]","[email protected]","False" | ||
"0044","044","Education,Housing & Development","School Construction Authority","SCA","00001","[email protected]","[email protected]","False" | ||
"0156","156","Transportation","Taxi and Limousine Commission","TLC","00001","[email protected]","[email protected]","False" | ||
"0156","156","Transportation","Taxi and Limousine Commission","TLC","00001","[email protected]","[email protected]","False" | ||
"0215","215","Equity","Commission on Racial Equity","CORE","00001","[email protected]","[email protected]","False" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2378,6 +2378,37 @@ | |
"description_hidden_by_default": true | ||
} | ||
} | ||
}, | ||
{ | ||
"ein": "0215", | ||
"parent_ein": "215", | ||
"categories": [ | ||
"Equity" | ||
], | ||
"name": "Commission on Racial Equity", | ||
"next_request_number": 1, | ||
"default_email": "[email protected]", | ||
"appeals_email": "[email protected]", | ||
"is_active": true, | ||
"agency_features": { | ||
"letters": { | ||
"generate_letters": false | ||
}, | ||
"custom_request_forms": { | ||
"enabled": false, | ||
"categorized": false, | ||
"expand_by_default": false, | ||
"category_info_text": "", | ||
"category_warning_text": "", | ||
"multiple_request_types": false, | ||
"description_hidden_by_default": true | ||
}, | ||
"monitor_agency_requests": [], | ||
"specific_request_instructions": { | ||
"text": "" | ||
} | ||
}, | ||
"acronym": "CORE" | ||
} | ||
] | ||
} |