Skip to content

Commit

Permalink
Merge pull request #579 from CityOfNewYork/johnyu95-add-core-agency
Browse files Browse the repository at this point in the history
Add CORE Agency
  • Loading branch information
johnyu95 authored Apr 22, 2024
2 parents 9f6d077 + 9a99d38 commit 17b7bb6
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 2 deletions.
1 change: 1 addition & 0 deletions app/constants/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
('Culture & Recreation', 'Culture & Recreation'),
('Education', 'Education'),
('Environment', 'Environment'),
('Equity', 'Equity'),
('Health', 'Health'),
('Housing & Development', 'Housing & Development'),
('Public Safety', 'Public Safety'),
Expand Down
3 changes: 2 additions & 1 deletion data/agencies.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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"
31 changes: 31 additions & 0 deletions data/agencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}
3 changes: 2 additions & 1 deletion data/agencies_test.csv
Original file line number Diff line number Diff line change
Expand Up @@ -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"
31 changes: 31 additions & 0 deletions data/agencies_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]
}

0 comments on commit 17b7bb6

Please sign in to comment.