Skip to content

Commit

Permalink
Added Equity category for agencies
Browse files Browse the repository at this point in the history
  • Loading branch information
johnyu95 committed Apr 19, 2024
1 parent 005a698 commit 9a99d38
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 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
2 changes: 1 addition & 1 deletion data/agencies.csv
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@
"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"
"0215","215","Culture & Recreation","Commission on Racial Equity","CORE","00001","[email protected]","[email protected]","False"
"0215","215","Equity","Commission on Racial Equity","CORE","00001","[email protected]","[email protected]","False"
2 changes: 1 addition & 1 deletion data/agencies.json
Original file line number Diff line number Diff line change
Expand Up @@ -1905,7 +1905,7 @@
"ein": "0215",
"parent_ein": "215",
"categories": [
"Culture & Recreation"
"Equity"
],
"name": "Commission on Racial Equity",
"next_request_number": 1,
Expand Down
2 changes: 1 addition & 1 deletion data/agencies_test.csv
Original file line number Diff line number Diff line change
Expand Up @@ -73,4 +73,4 @@
"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"
"0215","215","Culture & Recreation","Commission on Racial Equity","CORE","00001","[email protected]","[email protected]","False"
"0215","215","Equity","Commission on Racial Equity","CORE","00001","[email protected]","[email protected]","False"
2 changes: 1 addition & 1 deletion data/agencies_test.json
Original file line number Diff line number Diff line change
Expand Up @@ -2383,7 +2383,7 @@
"ein": "0215",
"parent_ein": "215",
"categories": [
"Culture & Recreation"
"Equity"
],
"name": "Commission on Racial Equity",
"next_request_number": 1,
Expand Down

0 comments on commit 9a99d38

Please sign in to comment.