Skip to content

Commit

Permalink
actions - add seed files to git
Browse files Browse the repository at this point in the history
  • Loading branch information
dcordz committed Jun 5, 2024
1 parent 2894743 commit f0ee7f7
Show file tree
Hide file tree
Showing 6 changed files with 12,840 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@
# Ignore storage (uploaded files in development and any SQLite databases).
/storage/*
!/storage/.keep
!/storage/seeds
/tmp/storage/*
!/tmp/storage/
!/tmp/storage/.keep
Expand Down
42 changes: 42 additions & 0 deletions storage/seeds/data/locales.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
[
{
"id": -1,
"city": "baltimore",
"region": "maryland",
"regionCode": "MD",
"country": "united_states",
"districts": [
"MD0",
"MD1",
"MD2",
"MD3",
"MD4",
"MD5",
"MD6",
"MD7",
"MD8",
"MD9",
"MD10",
"MD11",
"MD12",
"MD13",
"MD14"
],
"name": "baltimore-maryland-united_states",
"icon_path": "logo.svg",
"currentSessionStartDateISO": "2020-12-10",
"time_zone": "America/New_York"
},
{
"id": -1,
"city": "congress",
"region": "congress",
"regionCode": "",
"country": "united_states",
"districts": [],
"name": "congress-congress-united_states",
"currentSessionStartDateISO": "2021-01-03",
"time_zone": "America/New_York",
"icon_path": "logo.svg"
}
]
38 changes: 38 additions & 0 deletions storage/seeds/data/united_states/congress/congress/bills.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
[
{
"external_id": "hr815",
"external_version": "0",
"title": "Ukraine Security Supplemental Appropriations Act, 2024",
"link": "https://www.congress.gov/bill/118th-congress/house-bill/8035/all-actions",
"chamber": "house",
"introduced_date_time_utc": "02/02/2023",
"house_vote_date_time_utc": "04/19/2024T11:06Z",
"senate_vote_date_time_utc": "04/23/2024T21:10Z",
"level": "congress",
"category": "foreign affairs",
"legislator": {
"external_id": "M001159",
"first_name": "Cathy",
"last_name": "McMorris Rodgers"
},
"summary": "This bill provides FY2024 supplemental appropriations to several federal agencies for assistance to Ukraine, Israel, and Taiwan. It also requires several actions to address the trafficking of fentanyl.\n\rSpecifically, the bill provides additional funding for:\n\r* the Department of Defense (DOD),\n\r* Department of Energy science programs,\n\r* the National Nuclear Security Administration,\n\r* the Federal Emergency Management Agency (FEMA),\n\r* the Administration for Children and Families,\n\r* the Department of State, and\n\r* the U.S. Agency for International Development.\n\rThe bill provides the funding for purposes such as:\n\r* assistance for Ukraine, Israel, and Taiwan;\n\r* improvements to the submarine industrial base;\n\r* the development and production of isotopes;\n\r* the FEMA Nonprofit Security Grant Program;\n\r* refugee assistance;\n\r* security at U.S. diplomatic facilities in Ukraine and Israel;\n\r* humanitarian assistance; and\n\r* oversight of assistance provided to Israel and Ukraine.\n\rIn addition, the bill includes provisions that (1) expand the authorities of the President to transfer defense articles and services from DOD to foreign countries or international organizations; and (2) prohibit funds from being used for payments to the U.N. Relief and Works Agency.\n\rThe bill also requires or authorizes various actions, including sanctions, targeting foreign persons (individuals and entities) engaged in trafficking of fentanyl and other opioids.",
"active": true,
"status": "passed"
},
{
"external_id": "",
"external_version": "",
"title": "",
"link": "",
"chamber": "",
"introduced_date_time_utc": "",
"house_vote_date_time_utc": null,
"senate_vote_date_time_utc": null,
"level": "",
"category": "",
"legislator": {
"first_name": "",
"last_name": ""
}
}
]
Loading

0 comments on commit f0ee7f7

Please sign in to comment.