caciviclab / disclosure-backend-static

Campaign finance data powering Open Disclosure California
https://caciviclab.org/odca-jekyll/
15 stars 13 forks source link

Dev container #317

Closed ChenglimEar closed 1 year ago

ChenglimEar commented 1 year ago

Here are changes to enable building the JSON files (build directory) in a codespace container that has Python 3. The versions of two packages in requirements.txt were updated to allow pip install to work with the Python 3.9 environment. The Python version for Travis CI is kept at 2.7 to make sure that the requirements.txt file works for developers that are still on 2.7. We'll want to make sure that everyone (or just Mike) have migrated to Python 3.9 before switching Travis CI over.

Take a look at the README for info on how to run codespace and test out this new setup for codespace. This setup can also be used for local development using VS Code, but the primary focus right now is just to allow it to co-exist with the existing setup without breaking anything. This will allow it to be baked in while we continue with business as usual.

mikeubell commented 1 year ago
Build diff from Commit 4659de36d215c8dee980ffd5bcc41e1759a7d6af: ```diff diff --git a/build/_data/committees/1410941.json b/build/_data/committees/1410941.json index af94d4b..1d4e91b 100644 --- a/build/_data/committees/1410941.json +++ b/build/_data/committees/1410941.json @@ -813,7 +813,7 @@ "Tran_Date": "2018-10-19", "Tran_NamF": "Garrett", "Tran_NamL": "Riegg", - "Tran_Zip4": "94606" + "Tran_Zip4": "94602" }, { "Filer_ID": "1410941", @@ -824,7 +824,7 @@ "Tran_Date": "2018-10-19", "Tran_NamF": "Garrett", "Tran_NamL": "Riegg", - "Tran_Zip4": "94602" + "Tran_Zip4": "94606" }, { "Filer_ID": "1410941", diff --git a/build/_data/elections/oakland/2018-06-05.json b/build/_data/elections/oakland/2018-06-05.json index 2868b2a..03231bf 100644 --- a/build/_data/elections/oakland/2018-06-05.json +++ b/build/_data/elections/oakland/2018-06-05.json @@ -69,7 +69,7 @@ "total_contributions": 15000.0 }, { - "name": "Oakland Athletics Baseball Company", + "name": "Service Employees International Union Local 1021 Issues PAC", "type": "Measure", "election_name": "oakland-june-2018", "total_contributions": 10000.0 diff --git a/build/_data/elections/oakland/2022-11-08.json b/build/_data/elections/oakland/2022-11-08.json index 3992b07..680f657 100644 --- a/build/_data/elections/oakland/2022-11-08.json +++ b/build/_data/elections/oakland/2022-11-08.json @@ -2,13 +2,13 @@ "total_contributions": 6463134.51, "total_contributions_by_source": { "Out of State": 520797.35, - "Within Oakland": 2624046.9299999997, + "Within Oakland": 2624046.9300000006, "Within California": 2992731.97 }, "contributions_by_type": { "PTY": 15900.0, "Committee": 993901.14, - "Individual": 2489080.869999997, + "Individual": 2489080.870000002, "Unitemized": 134011.25, "Self Funding": 2711.0, "Other (includes Businesses)": 2635983.24 @@ -107,7 +107,7 @@ "total_contributions": 6300.0 }, { - "name": "John Protopappas", + "name": "Russ Taplin", "type": "Office", "election_name": "oakland-2022", "total_contributions": 5400.0 diff --git a/build/_data/elections/oakland/2024-11-05.json b/build/_data/elections/oakland/2024-11-05.json index 8d4bff3..96423b7 100644 --- a/build/_data/elections/oakland/2024-11-05.json +++ b/build/_data/elections/oakland/2024-11-05.json @@ -76,19 +76,19 @@ ], "top_contributors_for_offices": [ { - "name": "Todd Scanlin", + "name": "Weylin White", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Dow Terry", + "name": "Todd Scanlin", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Brooke Levin", + "name": "Jacob Zonn", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 diff --git a/build/_data/totals.json b/build/_data/totals.json index 90eeece..5d76270 100644 --- a/build/_data/totals.json +++ b/build/_data/totals.json @@ -782,13 +782,13 @@ "total_contributions": 6463134.51, "total_contributions_by_source": { "Out of State": 520797.35, - "Within Oakland": 2624046.9299999997, + "Within Oakland": 2624046.9300000006, "Within California": 2992731.97 }, "contributions_by_type": { "PTY": 15900.0, "Committee": 993901.14, - "Individual": 2489080.869999997, + "Individual": 2489080.870000002, "Unitemized": 134011.25, "Self Funding": 2711.0, "Other (includes Businesses)": 2635983.24 @@ -887,7 +887,7 @@ "total_contributions": 6300.0 }, { - "name": "John Protopappas", + "name": "Russ Taplin", "type": "Office", "election_name": "oakland-2022", "total_contributions": 5400.0 @@ -1045,7 +1045,7 @@ "total_contributions": 15000.0 }, { - "name": "Oakland Athletics Baseball Company", + "name": "Service Employees International Union Local 1021 Issues PAC", "type": "Measure", "election_name": "oakland-june-2018", "total_contributions": 10000.0 @@ -1451,19 +1451,19 @@ ], "top_contributors_for_offices": [ { - "name": "Todd Scanlin", + "name": "Weylin White", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Dow Terry", + "name": "Todd Scanlin", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Brooke Levin", + "name": "Jacob Zonn", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 ```
mikeubell commented 1 year ago
Build diff from Commit e99a3e0a58cc8def8165982b49000d22b04ad083: ```diff diff --git a/build/_data/committees/1410941.json b/build/_data/committees/1410941.json index af94d4b..1d4e91b 100644 --- a/build/_data/committees/1410941.json +++ b/build/_data/committees/1410941.json @@ -813,7 +813,7 @@ "Tran_Date": "2018-10-19", "Tran_NamF": "Garrett", "Tran_NamL": "Riegg", - "Tran_Zip4": "94606" + "Tran_Zip4": "94602" }, { "Filer_ID": "1410941", @@ -824,7 +824,7 @@ "Tran_Date": "2018-10-19", "Tran_NamF": "Garrett", "Tran_NamL": "Riegg", - "Tran_Zip4": "94602" + "Tran_Zip4": "94606" }, { "Filer_ID": "1410941", diff --git a/build/_data/elections/oakland/2018-06-05.json b/build/_data/elections/oakland/2018-06-05.json index 2868b2a..03231bf 100644 --- a/build/_data/elections/oakland/2018-06-05.json +++ b/build/_data/elections/oakland/2018-06-05.json @@ -69,7 +69,7 @@ "total_contributions": 15000.0 }, { - "name": "Oakland Athletics Baseball Company", + "name": "Service Employees International Union Local 1021 Issues PAC", "type": "Measure", "election_name": "oakland-june-2018", "total_contributions": 10000.0 diff --git a/build/_data/elections/oakland/2022-11-08.json b/build/_data/elections/oakland/2022-11-08.json index 3992b07..680f657 100644 --- a/build/_data/elections/oakland/2022-11-08.json +++ b/build/_data/elections/oakland/2022-11-08.json @@ -2,13 +2,13 @@ "total_contributions": 6463134.51, "total_contributions_by_source": { "Out of State": 520797.35, - "Within Oakland": 2624046.9299999997, + "Within Oakland": 2624046.9300000006, "Within California": 2992731.97 }, "contributions_by_type": { "PTY": 15900.0, "Committee": 993901.14, - "Individual": 2489080.869999997, + "Individual": 2489080.870000002, "Unitemized": 134011.25, "Self Funding": 2711.0, "Other (includes Businesses)": 2635983.24 @@ -107,7 +107,7 @@ "total_contributions": 6300.0 }, { - "name": "John Protopappas", + "name": "Russ Taplin", "type": "Office", "election_name": "oakland-2022", "total_contributions": 5400.0 diff --git a/build/_data/elections/oakland/2024-11-05.json b/build/_data/elections/oakland/2024-11-05.json index 8d4bff3..96423b7 100644 --- a/build/_data/elections/oakland/2024-11-05.json +++ b/build/_data/elections/oakland/2024-11-05.json @@ -76,19 +76,19 @@ ], "top_contributors_for_offices": [ { - "name": "Todd Scanlin", + "name": "Weylin White", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Dow Terry", + "name": "Todd Scanlin", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Brooke Levin", + "name": "Jacob Zonn", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 diff --git a/build/_data/totals.json b/build/_data/totals.json index 90eeece..5d76270 100644 --- a/build/_data/totals.json +++ b/build/_data/totals.json @@ -782,13 +782,13 @@ "total_contributions": 6463134.51, "total_contributions_by_source": { "Out of State": 520797.35, - "Within Oakland": 2624046.9299999997, + "Within Oakland": 2624046.9300000006, "Within California": 2992731.97 }, "contributions_by_type": { "PTY": 15900.0, "Committee": 993901.14, - "Individual": 2489080.869999997, + "Individual": 2489080.870000002, "Unitemized": 134011.25, "Self Funding": 2711.0, "Other (includes Businesses)": 2635983.24 @@ -887,7 +887,7 @@ "total_contributions": 6300.0 }, { - "name": "John Protopappas", + "name": "Russ Taplin", "type": "Office", "election_name": "oakland-2022", "total_contributions": 5400.0 @@ -1045,7 +1045,7 @@ "total_contributions": 15000.0 }, { - "name": "Oakland Athletics Baseball Company", + "name": "Service Employees International Union Local 1021 Issues PAC", "type": "Measure", "election_name": "oakland-june-2018", "total_contributions": 10000.0 @@ -1451,19 +1451,19 @@ ], "top_contributors_for_offices": [ { - "name": "Todd Scanlin", + "name": "Weylin White", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Dow Terry", + "name": "Todd Scanlin", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Brooke Levin", + "name": "Jacob Zonn", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 ```
mikeubell commented 1 year ago
Build diff from Commit 9ef540afe069c82824ec14a94126e853d757a589: ```diff diff --git a/build/_candidates/oakland/2024-11-05/ryan-richardson.md b/build/_candidates/oakland/2024-11-05/ryan-richardson.md index 28cb4be..0ba26b6 100644 --- a/build/_candidates/oakland/2024-11-05/ryan-richardson.md +++ b/build/_candidates/oakland/2024-11-05/ryan-richardson.md @@ -1,6 +1,7 @@ --- election: _elections/oakland/2024-11-05.md -filer_id: '' +committee_name: Ryan Richardson for Oakland City Attorney 2024 +filer_id: '1462429' is_incumbent: false name: Ryan Richardson --- diff --git a/build/_committees/1462429.md b/build/_committees/1462429.md new file mode 100644 index 0000000..8cb084e --- /dev/null +++ b/build/_committees/1462429.md @@ -0,0 +1,7 @@ +--- +filer_id: '1462429' +name: Ryan Richardson for Oakland City Attorney 2024 +candidate_controlled_id: '' +data_warning: +title: Ryan Richardson for Oakland City Attorney 2024 +--- diff --git a/build/_data/candidates/oakland/2024-11-05/ryan-richardson.json b/build/_data/candidates/oakland/2024-11-05/ryan-richardson.json index ddfbc1c..c934db7 100644 --- a/build/_data/candidates/oakland/2024-11-05/ryan-richardson.json +++ b/build/_data/candidates/oakland/2024-11-05/ryan-richardson.json @@ -13,13 +13,13 @@ "ballot_item": 9, "office_election": 9, "bio": null, - "committee_name": null, + "committee_name": "Ryan Richardson for Oakland City Attorney 2024", "is_accepted_expenditure_ceiling": null, "is_incumbent": false, "occupation": null, "party_affiliation": null, "is_winner": null, - "filer_id": null, + "filer_id": 1462429, "supporting_money": { "contributions_received": 0.0, "total_contributions": 0.0, diff --git a/build/_data/committees/1410941.json b/build/_data/committees/1410941.json index af94d4b..1d4e91b 100644 --- a/build/_data/committees/1410941.json +++ b/build/_data/committees/1410941.json @@ -813,7 +813,7 @@ "Tran_Date": "2018-10-19", "Tran_NamF": "Garrett", "Tran_NamL": "Riegg", - "Tran_Zip4": "94606" + "Tran_Zip4": "94602" }, { "Filer_ID": "1410941", @@ -824,7 +824,7 @@ "Tran_Date": "2018-10-19", "Tran_NamF": "Garrett", "Tran_NamL": "Riegg", - "Tran_Zip4": "94602" + "Tran_Zip4": "94606" }, { "Filer_ID": "1410941", diff --git a/build/_data/committees/1462429.json b/build/_data/committees/1462429.json new file mode 100644 index 0000000..d4486af --- /dev/null +++ b/build/_data/committees/1462429.json @@ -0,0 +1,6 @@ +{ + "total_contributions": 0, + "contributions": [ + + ] +} diff --git a/build/_data/elections/oakland/2018-06-05.json b/build/_data/elections/oakland/2018-06-05.json index 2868b2a..03231bf 100644 --- a/build/_data/elections/oakland/2018-06-05.json +++ b/build/_data/elections/oakland/2018-06-05.json @@ -69,7 +69,7 @@ "total_contributions": 15000.0 }, { - "name": "Oakland Athletics Baseball Company", + "name": "Service Employees International Union Local 1021 Issues PAC", "type": "Measure", "election_name": "oakland-june-2018", "total_contributions": 10000.0 diff --git a/build/_data/elections/oakland/2022-11-08.json b/build/_data/elections/oakland/2022-11-08.json index 3992b07..680f657 100644 --- a/build/_data/elections/oakland/2022-11-08.json +++ b/build/_data/elections/oakland/2022-11-08.json @@ -2,13 +2,13 @@ "total_contributions": 6463134.51, "total_contributions_by_source": { "Out of State": 520797.35, - "Within Oakland": 2624046.9299999997, + "Within Oakland": 2624046.9300000006, "Within California": 2992731.97 }, "contributions_by_type": { "PTY": 15900.0, "Committee": 993901.14, - "Individual": 2489080.869999997, + "Individual": 2489080.870000002, "Unitemized": 134011.25, "Self Funding": 2711.0, "Other (includes Businesses)": 2635983.24 @@ -107,7 +107,7 @@ "total_contributions": 6300.0 }, { - "name": "John Protopappas", + "name": "Russ Taplin", "type": "Office", "election_name": "oakland-2022", "total_contributions": 5400.0 diff --git a/build/_data/elections/oakland/2024-11-05.json b/build/_data/elections/oakland/2024-11-05.json index 8d4bff3..96423b7 100644 --- a/build/_data/elections/oakland/2024-11-05.json +++ b/build/_data/elections/oakland/2024-11-05.json @@ -76,19 +76,19 @@ ], "top_contributors_for_offices": [ { - "name": "Todd Scanlin", + "name": "Weylin White", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Dow Terry", + "name": "Todd Scanlin", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Brooke Levin", + "name": "Jacob Zonn", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 diff --git a/build/_data/stats.json b/build/_data/stats.json index 9873865..4d7c6dc 100644 --- a/build/_data/stats.json +++ b/build/_data/stats.json @@ -1,3 +1,3 @@ { - "date_processed": "2023-09-12 00:08:22 -0700" + "date_processed": "2023-09-13 00:08:35 -0700" } diff --git a/build/_data/totals.json b/build/_data/totals.json index 90eeece..5d76270 100644 --- a/build/_data/totals.json +++ b/build/_data/totals.json @@ -782,13 +782,13 @@ "total_contributions": 6463134.51, "total_contributions_by_source": { "Out of State": 520797.35, - "Within Oakland": 2624046.9299999997, + "Within Oakland": 2624046.9300000006, "Within California": 2992731.97 }, "contributions_by_type": { "PTY": 15900.0, "Committee": 993901.14, - "Individual": 2489080.869999997, + "Individual": 2489080.870000002, "Unitemized": 134011.25, "Self Funding": 2711.0, "Other (includes Businesses)": 2635983.24 @@ -887,7 +887,7 @@ "total_contributions": 6300.0 }, { - "name": "John Protopappas", + "name": "Russ Taplin", "type": "Office", "election_name": "oakland-2022", "total_contributions": 5400.0 @@ -1045,7 +1045,7 @@ "total_contributions": 15000.0 }, { - "name": "Oakland Athletics Baseball Company", + "name": "Service Employees International Union Local 1021 Issues PAC", "type": "Measure", "election_name": "oakland-june-2018", "total_contributions": 10000.0 @@ -1451,19 +1451,19 @@ ], "top_contributors_for_offices": [ { - "name": "Todd Scanlin", + "name": "Weylin White", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Dow Terry", + "name": "Todd Scanlin", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Brooke Levin", + "name": "Jacob Zonn", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 ```
mikeubell commented 1 year ago
Build diff from Commit f53f07ca55c2ae55afe9d94fb6be39e025bd7b15: ```diff diff --git a/build/_candidates/oakland/2024-11-05/ryan-richardson.md b/build/_candidates/oakland/2024-11-05/ryan-richardson.md index 28cb4be..0ba26b6 100644 --- a/build/_candidates/oakland/2024-11-05/ryan-richardson.md +++ b/build/_candidates/oakland/2024-11-05/ryan-richardson.md @@ -1,6 +1,7 @@ --- election: _elections/oakland/2024-11-05.md -filer_id: '' +committee_name: Ryan Richardson for Oakland City Attorney 2024 +filer_id: '1462429' is_incumbent: false name: Ryan Richardson --- diff --git a/build/_committees/1462429.md b/build/_committees/1462429.md new file mode 100644 index 0000000..8cb084e --- /dev/null +++ b/build/_committees/1462429.md @@ -0,0 +1,7 @@ +--- +filer_id: '1462429' +name: Ryan Richardson for Oakland City Attorney 2024 +candidate_controlled_id: '' +data_warning: +title: Ryan Richardson for Oakland City Attorney 2024 +--- diff --git a/build/_data/candidates/oakland/2024-11-05/ryan-richardson.json b/build/_data/candidates/oakland/2024-11-05/ryan-richardson.json index ddfbc1c..c934db7 100644 --- a/build/_data/candidates/oakland/2024-11-05/ryan-richardson.json +++ b/build/_data/candidates/oakland/2024-11-05/ryan-richardson.json @@ -13,13 +13,13 @@ "ballot_item": 9, "office_election": 9, "bio": null, - "committee_name": null, + "committee_name": "Ryan Richardson for Oakland City Attorney 2024", "is_accepted_expenditure_ceiling": null, "is_incumbent": false, "occupation": null, "party_affiliation": null, "is_winner": null, - "filer_id": null, + "filer_id": 1462429, "supporting_money": { "contributions_received": 0.0, "total_contributions": 0.0, diff --git a/build/_data/committees/1410941.json b/build/_data/committees/1410941.json index af94d4b..1d4e91b 100644 --- a/build/_data/committees/1410941.json +++ b/build/_data/committees/1410941.json @@ -813,7 +813,7 @@ "Tran_Date": "2018-10-19", "Tran_NamF": "Garrett", "Tran_NamL": "Riegg", - "Tran_Zip4": "94606" + "Tran_Zip4": "94602" }, { "Filer_ID": "1410941", @@ -824,7 +824,7 @@ "Tran_Date": "2018-10-19", "Tran_NamF": "Garrett", "Tran_NamL": "Riegg", - "Tran_Zip4": "94602" + "Tran_Zip4": "94606" }, { "Filer_ID": "1410941", diff --git a/build/_data/committees/1462429.json b/build/_data/committees/1462429.json new file mode 100644 index 0000000..d4486af --- /dev/null +++ b/build/_data/committees/1462429.json @@ -0,0 +1,6 @@ +{ + "total_contributions": 0, + "contributions": [ + + ] +} diff --git a/build/_data/elections/oakland/2018-06-05.json b/build/_data/elections/oakland/2018-06-05.json index 2868b2a..03231bf 100644 --- a/build/_data/elections/oakland/2018-06-05.json +++ b/build/_data/elections/oakland/2018-06-05.json @@ -69,7 +69,7 @@ "total_contributions": 15000.0 }, { - "name": "Oakland Athletics Baseball Company", + "name": "Service Employees International Union Local 1021 Issues PAC", "type": "Measure", "election_name": "oakland-june-2018", "total_contributions": 10000.0 diff --git a/build/_data/elections/oakland/2022-11-08.json b/build/_data/elections/oakland/2022-11-08.json index 3992b07..680f657 100644 --- a/build/_data/elections/oakland/2022-11-08.json +++ b/build/_data/elections/oakland/2022-11-08.json @@ -2,13 +2,13 @@ "total_contributions": 6463134.51, "total_contributions_by_source": { "Out of State": 520797.35, - "Within Oakland": 2624046.9299999997, + "Within Oakland": 2624046.9300000006, "Within California": 2992731.97 }, "contributions_by_type": { "PTY": 15900.0, "Committee": 993901.14, - "Individual": 2489080.869999997, + "Individual": 2489080.870000002, "Unitemized": 134011.25, "Self Funding": 2711.0, "Other (includes Businesses)": 2635983.24 @@ -107,7 +107,7 @@ "total_contributions": 6300.0 }, { - "name": "John Protopappas", + "name": "Russ Taplin", "type": "Office", "election_name": "oakland-2022", "total_contributions": 5400.0 diff --git a/build/_data/elections/oakland/2024-11-05.json b/build/_data/elections/oakland/2024-11-05.json index 8d4bff3..96423b7 100644 --- a/build/_data/elections/oakland/2024-11-05.json +++ b/build/_data/elections/oakland/2024-11-05.json @@ -76,19 +76,19 @@ ], "top_contributors_for_offices": [ { - "name": "Todd Scanlin", + "name": "Weylin White", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Dow Terry", + "name": "Todd Scanlin", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Brooke Levin", + "name": "Jacob Zonn", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 diff --git a/build/_data/stats.json b/build/_data/stats.json index 9873865..4d7c6dc 100644 --- a/build/_data/stats.json +++ b/build/_data/stats.json @@ -1,3 +1,3 @@ { - "date_processed": "2023-09-12 00:08:22 -0700" + "date_processed": "2023-09-13 00:08:35 -0700" } diff --git a/build/_data/totals.json b/build/_data/totals.json index 90eeece..5d76270 100644 --- a/build/_data/totals.json +++ b/build/_data/totals.json @@ -782,13 +782,13 @@ "total_contributions": 6463134.51, "total_contributions_by_source": { "Out of State": 520797.35, - "Within Oakland": 2624046.9299999997, + "Within Oakland": 2624046.9300000006, "Within California": 2992731.97 }, "contributions_by_type": { "PTY": 15900.0, "Committee": 993901.14, - "Individual": 2489080.869999997, + "Individual": 2489080.870000002, "Unitemized": 134011.25, "Self Funding": 2711.0, "Other (includes Businesses)": 2635983.24 @@ -887,7 +887,7 @@ "total_contributions": 6300.0 }, { - "name": "John Protopappas", + "name": "Russ Taplin", "type": "Office", "election_name": "oakland-2022", "total_contributions": 5400.0 @@ -1045,7 +1045,7 @@ "total_contributions": 15000.0 }, { - "name": "Oakland Athletics Baseball Company", + "name": "Service Employees International Union Local 1021 Issues PAC", "type": "Measure", "election_name": "oakland-june-2018", "total_contributions": 10000.0 @@ -1451,19 +1451,19 @@ ], "top_contributors_for_offices": [ { - "name": "Todd Scanlin", + "name": "Weylin White", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Dow Terry", + "name": "Todd Scanlin", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Brooke Levin", + "name": "Jacob Zonn", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 ```
mikeubell commented 1 year ago
Build diff from Commit 48bd6e5ffe8499acbaef9b5a87928702d3b6b6bf: ```diff diff --git a/build/_candidates/oakland/2024-11-05/ryan-richardson.md b/build/_candidates/oakland/2024-11-05/ryan-richardson.md index 28cb4be..0ba26b6 100644 --- a/build/_candidates/oakland/2024-11-05/ryan-richardson.md +++ b/build/_candidates/oakland/2024-11-05/ryan-richardson.md @@ -1,6 +1,7 @@ --- election: _elections/oakland/2024-11-05.md -filer_id: '' +committee_name: Ryan Richardson for Oakland City Attorney 2024 +filer_id: '1462429' is_incumbent: false name: Ryan Richardson --- diff --git a/build/_committees/1462429.md b/build/_committees/1462429.md new file mode 100644 index 0000000..8cb084e --- /dev/null +++ b/build/_committees/1462429.md @@ -0,0 +1,7 @@ +--- +filer_id: '1462429' +name: Ryan Richardson for Oakland City Attorney 2024 +candidate_controlled_id: '' +data_warning: +title: Ryan Richardson for Oakland City Attorney 2024 +--- diff --git a/build/_data/candidates/oakland/2024-11-05/ryan-richardson.json b/build/_data/candidates/oakland/2024-11-05/ryan-richardson.json index ddfbc1c..c934db7 100644 --- a/build/_data/candidates/oakland/2024-11-05/ryan-richardson.json +++ b/build/_data/candidates/oakland/2024-11-05/ryan-richardson.json @@ -13,13 +13,13 @@ "ballot_item": 9, "office_election": 9, "bio": null, - "committee_name": null, + "committee_name": "Ryan Richardson for Oakland City Attorney 2024", "is_accepted_expenditure_ceiling": null, "is_incumbent": false, "occupation": null, "party_affiliation": null, "is_winner": null, - "filer_id": null, + "filer_id": 1462429, "supporting_money": { "contributions_received": 0.0, "total_contributions": 0.0, diff --git a/build/_data/committees/1410941.json b/build/_data/committees/1410941.json index af94d4b..1d4e91b 100644 --- a/build/_data/committees/1410941.json +++ b/build/_data/committees/1410941.json @@ -813,7 +813,7 @@ "Tran_Date": "2018-10-19", "Tran_NamF": "Garrett", "Tran_NamL": "Riegg", - "Tran_Zip4": "94606" + "Tran_Zip4": "94602" }, { "Filer_ID": "1410941", @@ -824,7 +824,7 @@ "Tran_Date": "2018-10-19", "Tran_NamF": "Garrett", "Tran_NamL": "Riegg", - "Tran_Zip4": "94602" + "Tran_Zip4": "94606" }, { "Filer_ID": "1410941", diff --git a/build/_data/committees/1462429.json b/build/_data/committees/1462429.json new file mode 100644 index 0000000..d4486af --- /dev/null +++ b/build/_data/committees/1462429.json @@ -0,0 +1,6 @@ +{ + "total_contributions": 0, + "contributions": [ + + ] +} diff --git a/build/_data/elections/oakland/2018-06-05.json b/build/_data/elections/oakland/2018-06-05.json index 2868b2a..03231bf 100644 --- a/build/_data/elections/oakland/2018-06-05.json +++ b/build/_data/elections/oakland/2018-06-05.json @@ -69,7 +69,7 @@ "total_contributions": 15000.0 }, { - "name": "Oakland Athletics Baseball Company", + "name": "Service Employees International Union Local 1021 Issues PAC", "type": "Measure", "election_name": "oakland-june-2018", "total_contributions": 10000.0 diff --git a/build/_data/elections/oakland/2022-11-08.json b/build/_data/elections/oakland/2022-11-08.json index 3992b07..680f657 100644 --- a/build/_data/elections/oakland/2022-11-08.json +++ b/build/_data/elections/oakland/2022-11-08.json @@ -2,13 +2,13 @@ "total_contributions": 6463134.51, "total_contributions_by_source": { "Out of State": 520797.35, - "Within Oakland": 2624046.9299999997, + "Within Oakland": 2624046.9300000006, "Within California": 2992731.97 }, "contributions_by_type": { "PTY": 15900.0, "Committee": 993901.14, - "Individual": 2489080.869999997, + "Individual": 2489080.870000002, "Unitemized": 134011.25, "Self Funding": 2711.0, "Other (includes Businesses)": 2635983.24 @@ -107,7 +107,7 @@ "total_contributions": 6300.0 }, { - "name": "John Protopappas", + "name": "Russ Taplin", "type": "Office", "election_name": "oakland-2022", "total_contributions": 5400.0 diff --git a/build/_data/elections/oakland/2024-11-05.json b/build/_data/elections/oakland/2024-11-05.json index 8d4bff3..96423b7 100644 --- a/build/_data/elections/oakland/2024-11-05.json +++ b/build/_data/elections/oakland/2024-11-05.json @@ -76,19 +76,19 @@ ], "top_contributors_for_offices": [ { - "name": "Todd Scanlin", + "name": "Weylin White", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Dow Terry", + "name": "Todd Scanlin", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Brooke Levin", + "name": "Jacob Zonn", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 diff --git a/build/_data/stats.json b/build/_data/stats.json index 9873865..4d7c6dc 100644 --- a/build/_data/stats.json +++ b/build/_data/stats.json @@ -1,3 +1,3 @@ { - "date_processed": "2023-09-12 00:08:22 -0700" + "date_processed": "2023-09-13 00:08:35 -0700" } diff --git a/build/_data/totals.json b/build/_data/totals.json index 90eeece..5d76270 100644 --- a/build/_data/totals.json +++ b/build/_data/totals.json @@ -782,13 +782,13 @@ "total_contributions": 6463134.51, "total_contributions_by_source": { "Out of State": 520797.35, - "Within Oakland": 2624046.9299999997, + "Within Oakland": 2624046.9300000006, "Within California": 2992731.97 }, "contributions_by_type": { "PTY": 15900.0, "Committee": 993901.14, - "Individual": 2489080.869999997, + "Individual": 2489080.870000002, "Unitemized": 134011.25, "Self Funding": 2711.0, "Other (includes Businesses)": 2635983.24 @@ -887,7 +887,7 @@ "total_contributions": 6300.0 }, { - "name": "John Protopappas", + "name": "Russ Taplin", "type": "Office", "election_name": "oakland-2022", "total_contributions": 5400.0 @@ -1045,7 +1045,7 @@ "total_contributions": 15000.0 }, { - "name": "Oakland Athletics Baseball Company", + "name": "Service Employees International Union Local 1021 Issues PAC", "type": "Measure", "election_name": "oakland-june-2018", "total_contributions": 10000.0 @@ -1451,19 +1451,19 @@ ], "top_contributors_for_offices": [ { - "name": "Todd Scanlin", + "name": "Weylin White", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Dow Terry", + "name": "Todd Scanlin", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Brooke Levin", + "name": "Jacob Zonn", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 ```
mikeubell commented 1 year ago
Build diff from Commit abc0abd0d834eca9a43d1f866f6dd2a5e63e81bc: ```diff diff --git a/build/_candidates/oakland/2024-11-05/ryan-richardson.md b/build/_candidates/oakland/2024-11-05/ryan-richardson.md index 28cb4be..0ba26b6 100644 --- a/build/_candidates/oakland/2024-11-05/ryan-richardson.md +++ b/build/_candidates/oakland/2024-11-05/ryan-richardson.md @@ -1,6 +1,7 @@ --- election: _elections/oakland/2024-11-05.md -filer_id: '' +committee_name: Ryan Richardson for Oakland City Attorney 2024 +filer_id: '1462429' is_incumbent: false name: Ryan Richardson --- diff --git a/build/_committees/1462429.md b/build/_committees/1462429.md new file mode 100644 index 0000000..8cb084e --- /dev/null +++ b/build/_committees/1462429.md @@ -0,0 +1,7 @@ +--- +filer_id: '1462429' +name: Ryan Richardson for Oakland City Attorney 2024 +candidate_controlled_id: '' +data_warning: +title: Ryan Richardson for Oakland City Attorney 2024 +--- diff --git a/build/_data/candidates/oakland/2024-11-05/ryan-richardson.json b/build/_data/candidates/oakland/2024-11-05/ryan-richardson.json index ddfbc1c..c934db7 100644 --- a/build/_data/candidates/oakland/2024-11-05/ryan-richardson.json +++ b/build/_data/candidates/oakland/2024-11-05/ryan-richardson.json @@ -13,13 +13,13 @@ "ballot_item": 9, "office_election": 9, "bio": null, - "committee_name": null, + "committee_name": "Ryan Richardson for Oakland City Attorney 2024", "is_accepted_expenditure_ceiling": null, "is_incumbent": false, "occupation": null, "party_affiliation": null, "is_winner": null, - "filer_id": null, + "filer_id": 1462429, "supporting_money": { "contributions_received": 0.0, "total_contributions": 0.0, diff --git a/build/_data/committees/1410941.json b/build/_data/committees/1410941.json index af94d4b..1d4e91b 100644 --- a/build/_data/committees/1410941.json +++ b/build/_data/committees/1410941.json @@ -813,7 +813,7 @@ "Tran_Date": "2018-10-19", "Tran_NamF": "Garrett", "Tran_NamL": "Riegg", - "Tran_Zip4": "94606" + "Tran_Zip4": "94602" }, { "Filer_ID": "1410941", @@ -824,7 +824,7 @@ "Tran_Date": "2018-10-19", "Tran_NamF": "Garrett", "Tran_NamL": "Riegg", - "Tran_Zip4": "94602" + "Tran_Zip4": "94606" }, { "Filer_ID": "1410941", diff --git a/build/_data/committees/1462429.json b/build/_data/committees/1462429.json new file mode 100644 index 0000000..d4486af --- /dev/null +++ b/build/_data/committees/1462429.json @@ -0,0 +1,6 @@ +{ + "total_contributions": 0, + "contributions": [ + + ] +} diff --git a/build/_data/elections/oakland/2018-06-05.json b/build/_data/elections/oakland/2018-06-05.json index 2868b2a..03231bf 100644 --- a/build/_data/elections/oakland/2018-06-05.json +++ b/build/_data/elections/oakland/2018-06-05.json @@ -69,7 +69,7 @@ "total_contributions": 15000.0 }, { - "name": "Oakland Athletics Baseball Company", + "name": "Service Employees International Union Local 1021 Issues PAC", "type": "Measure", "election_name": "oakland-june-2018", "total_contributions": 10000.0 diff --git a/build/_data/elections/oakland/2022-11-08.json b/build/_data/elections/oakland/2022-11-08.json index 3992b07..680f657 100644 --- a/build/_data/elections/oakland/2022-11-08.json +++ b/build/_data/elections/oakland/2022-11-08.json @@ -2,13 +2,13 @@ "total_contributions": 6463134.51, "total_contributions_by_source": { "Out of State": 520797.35, - "Within Oakland": 2624046.9299999997, + "Within Oakland": 2624046.9300000006, "Within California": 2992731.97 }, "contributions_by_type": { "PTY": 15900.0, "Committee": 993901.14, - "Individual": 2489080.869999997, + "Individual": 2489080.870000002, "Unitemized": 134011.25, "Self Funding": 2711.0, "Other (includes Businesses)": 2635983.24 @@ -107,7 +107,7 @@ "total_contributions": 6300.0 }, { - "name": "John Protopappas", + "name": "Russ Taplin", "type": "Office", "election_name": "oakland-2022", "total_contributions": 5400.0 diff --git a/build/_data/elections/oakland/2024-11-05.json b/build/_data/elections/oakland/2024-11-05.json index 8d4bff3..96423b7 100644 --- a/build/_data/elections/oakland/2024-11-05.json +++ b/build/_data/elections/oakland/2024-11-05.json @@ -76,19 +76,19 @@ ], "top_contributors_for_offices": [ { - "name": "Todd Scanlin", + "name": "Weylin White", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Dow Terry", + "name": "Todd Scanlin", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Brooke Levin", + "name": "Jacob Zonn", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 diff --git a/build/_data/stats.json b/build/_data/stats.json index 9873865..4d7c6dc 100644 --- a/build/_data/stats.json +++ b/build/_data/stats.json @@ -1,3 +1,3 @@ { - "date_processed": "2023-09-12 00:08:22 -0700" + "date_processed": "2023-09-13 00:08:35 -0700" } diff --git a/build/_data/totals.json b/build/_data/totals.json index 90eeece..5d76270 100644 --- a/build/_data/totals.json +++ b/build/_data/totals.json @@ -782,13 +782,13 @@ "total_contributions": 6463134.51, "total_contributions_by_source": { "Out of State": 520797.35, - "Within Oakland": 2624046.9299999997, + "Within Oakland": 2624046.9300000006, "Within California": 2992731.97 }, "contributions_by_type": { "PTY": 15900.0, "Committee": 993901.14, - "Individual": 2489080.869999997, + "Individual": 2489080.870000002, "Unitemized": 134011.25, "Self Funding": 2711.0, "Other (includes Businesses)": 2635983.24 @@ -887,7 +887,7 @@ "total_contributions": 6300.0 }, { - "name": "John Protopappas", + "name": "Russ Taplin", "type": "Office", "election_name": "oakland-2022", "total_contributions": 5400.0 @@ -1045,7 +1045,7 @@ "total_contributions": 15000.0 }, { - "name": "Oakland Athletics Baseball Company", + "name": "Service Employees International Union Local 1021 Issues PAC", "type": "Measure", "election_name": "oakland-june-2018", "total_contributions": 10000.0 @@ -1451,19 +1451,19 @@ ], "top_contributors_for_offices": [ { - "name": "Todd Scanlin", + "name": "Weylin White", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Dow Terry", + "name": "Todd Scanlin", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Brooke Levin", + "name": "Jacob Zonn", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 ```
mikeubell commented 1 year ago
Build diff from Commit d0d038d709087eacacedf31994f65fbecc347c5f: ```diff diff --git a/build/_candidates/oakland/2024-11-05/ryan-richardson.md b/build/_candidates/oakland/2024-11-05/ryan-richardson.md index 28cb4be..0ba26b6 100644 --- a/build/_candidates/oakland/2024-11-05/ryan-richardson.md +++ b/build/_candidates/oakland/2024-11-05/ryan-richardson.md @@ -1,6 +1,7 @@ --- election: _elections/oakland/2024-11-05.md -filer_id: '' +committee_name: Ryan Richardson for Oakland City Attorney 2024 +filer_id: '1462429' is_incumbent: false name: Ryan Richardson --- diff --git a/build/_committees/1462429.md b/build/_committees/1462429.md new file mode 100644 index 0000000..8cb084e --- /dev/null +++ b/build/_committees/1462429.md @@ -0,0 +1,7 @@ +--- +filer_id: '1462429' +name: Ryan Richardson for Oakland City Attorney 2024 +candidate_controlled_id: '' +data_warning: +title: Ryan Richardson for Oakland City Attorney 2024 +--- diff --git a/build/_data/candidates/oakland/2024-11-05/ryan-richardson.json b/build/_data/candidates/oakland/2024-11-05/ryan-richardson.json index ddfbc1c..c934db7 100644 --- a/build/_data/candidates/oakland/2024-11-05/ryan-richardson.json +++ b/build/_data/candidates/oakland/2024-11-05/ryan-richardson.json @@ -13,13 +13,13 @@ "ballot_item": 9, "office_election": 9, "bio": null, - "committee_name": null, + "committee_name": "Ryan Richardson for Oakland City Attorney 2024", "is_accepted_expenditure_ceiling": null, "is_incumbent": false, "occupation": null, "party_affiliation": null, "is_winner": null, - "filer_id": null, + "filer_id": 1462429, "supporting_money": { "contributions_received": 0.0, "total_contributions": 0.0, diff --git a/build/_data/committees/1462429.json b/build/_data/committees/1462429.json new file mode 100644 index 0000000..d4486af --- /dev/null +++ b/build/_data/committees/1462429.json @@ -0,0 +1,6 @@ +{ + "total_contributions": 0, + "contributions": [ + + ] +} diff --git a/build/_data/stats.json b/build/_data/stats.json index 9873865..4d7c6dc 100644 --- a/build/_data/stats.json +++ b/build/_data/stats.json @@ -1,3 +1,3 @@ { - "date_processed": "2023-09-12 00:08:22 -0700" + "date_processed": "2023-09-13 00:08:35 -0700" } ```
mikeubell commented 1 year ago
Build diff from Commit 7dba5aa102144901a2be837fd3cf2f1aca3aba98: ```diff diff --git a/build/_candidates/oakland/2024-11-05/ryan-richardson.md b/build/_candidates/oakland/2024-11-05/ryan-richardson.md index 28cb4be..0ba26b6 100644 --- a/build/_candidates/oakland/2024-11-05/ryan-richardson.md +++ b/build/_candidates/oakland/2024-11-05/ryan-richardson.md @@ -1,6 +1,7 @@ --- election: _elections/oakland/2024-11-05.md -filer_id: '' +committee_name: Ryan Richardson for Oakland City Attorney 2024 +filer_id: '1462429' is_incumbent: false name: Ryan Richardson --- diff --git a/build/_committees/1462429.md b/build/_committees/1462429.md new file mode 100644 index 0000000..8cb084e --- /dev/null +++ b/build/_committees/1462429.md @@ -0,0 +1,7 @@ +--- +filer_id: '1462429' +name: Ryan Richardson for Oakland City Attorney 2024 +candidate_controlled_id: '' +data_warning: +title: Ryan Richardson for Oakland City Attorney 2024 +--- diff --git a/build/_data/candidates/oakland/2024-11-05/ryan-richardson.json b/build/_data/candidates/oakland/2024-11-05/ryan-richardson.json index ddfbc1c..c934db7 100644 --- a/build/_data/candidates/oakland/2024-11-05/ryan-richardson.json +++ b/build/_data/candidates/oakland/2024-11-05/ryan-richardson.json @@ -13,13 +13,13 @@ "ballot_item": 9, "office_election": 9, "bio": null, - "committee_name": null, + "committee_name": "Ryan Richardson for Oakland City Attorney 2024", "is_accepted_expenditure_ceiling": null, "is_incumbent": false, "occupation": null, "party_affiliation": null, "is_winner": null, - "filer_id": null, + "filer_id": 1462429, "supporting_money": { "contributions_received": 0.0, "total_contributions": 0.0, diff --git a/build/_data/committees/1410941.json b/build/_data/committees/1410941.json index af94d4b..1d4e91b 100644 --- a/build/_data/committees/1410941.json +++ b/build/_data/committees/1410941.json @@ -813,7 +813,7 @@ "Tran_Date": "2018-10-19", "Tran_NamF": "Garrett", "Tran_NamL": "Riegg", - "Tran_Zip4": "94606" + "Tran_Zip4": "94602" }, { "Filer_ID": "1410941", @@ -824,7 +824,7 @@ "Tran_Date": "2018-10-19", "Tran_NamF": "Garrett", "Tran_NamL": "Riegg", - "Tran_Zip4": "94602" + "Tran_Zip4": "94606" }, { "Filer_ID": "1410941", diff --git a/build/_data/committees/1462429.json b/build/_data/committees/1462429.json new file mode 100644 index 0000000..d4486af --- /dev/null +++ b/build/_data/committees/1462429.json @@ -0,0 +1,6 @@ +{ + "total_contributions": 0, + "contributions": [ + + ] +} diff --git a/build/_data/elections/oakland/2018-06-05.json b/build/_data/elections/oakland/2018-06-05.json index 2868b2a..03231bf 100644 --- a/build/_data/elections/oakland/2018-06-05.json +++ b/build/_data/elections/oakland/2018-06-05.json @@ -69,7 +69,7 @@ "total_contributions": 15000.0 }, { - "name": "Oakland Athletics Baseball Company", + "name": "Service Employees International Union Local 1021 Issues PAC", "type": "Measure", "election_name": "oakland-june-2018", "total_contributions": 10000.0 diff --git a/build/_data/elections/oakland/2022-11-08.json b/build/_data/elections/oakland/2022-11-08.json index 3992b07..680f657 100644 --- a/build/_data/elections/oakland/2022-11-08.json +++ b/build/_data/elections/oakland/2022-11-08.json @@ -2,13 +2,13 @@ "total_contributions": 6463134.51, "total_contributions_by_source": { "Out of State": 520797.35, - "Within Oakland": 2624046.9299999997, + "Within Oakland": 2624046.9300000006, "Within California": 2992731.97 }, "contributions_by_type": { "PTY": 15900.0, "Committee": 993901.14, - "Individual": 2489080.869999997, + "Individual": 2489080.870000002, "Unitemized": 134011.25, "Self Funding": 2711.0, "Other (includes Businesses)": 2635983.24 @@ -107,7 +107,7 @@ "total_contributions": 6300.0 }, { - "name": "John Protopappas", + "name": "Russ Taplin", "type": "Office", "election_name": "oakland-2022", "total_contributions": 5400.0 diff --git a/build/_data/elections/oakland/2024-11-05.json b/build/_data/elections/oakland/2024-11-05.json index 8d4bff3..96423b7 100644 --- a/build/_data/elections/oakland/2024-11-05.json +++ b/build/_data/elections/oakland/2024-11-05.json @@ -76,19 +76,19 @@ ], "top_contributors_for_offices": [ { - "name": "Todd Scanlin", + "name": "Weylin White", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Dow Terry", + "name": "Todd Scanlin", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Brooke Levin", + "name": "Jacob Zonn", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 diff --git a/build/_data/stats.json b/build/_data/stats.json index 9873865..4d7c6dc 100644 --- a/build/_data/stats.json +++ b/build/_data/stats.json @@ -1,3 +1,3 @@ { - "date_processed": "2023-09-12 00:08:22 -0700" + "date_processed": "2023-09-13 00:08:35 -0700" } diff --git a/build/_data/totals.json b/build/_data/totals.json index 90eeece..5d76270 100644 --- a/build/_data/totals.json +++ b/build/_data/totals.json @@ -782,13 +782,13 @@ "total_contributions": 6463134.51, "total_contributions_by_source": { "Out of State": 520797.35, - "Within Oakland": 2624046.9299999997, + "Within Oakland": 2624046.9300000006, "Within California": 2992731.97 }, "contributions_by_type": { "PTY": 15900.0, "Committee": 993901.14, - "Individual": 2489080.869999997, + "Individual": 2489080.870000002, "Unitemized": 134011.25, "Self Funding": 2711.0, "Other (includes Businesses)": 2635983.24 @@ -887,7 +887,7 @@ "total_contributions": 6300.0 }, { - "name": "John Protopappas", + "name": "Russ Taplin", "type": "Office", "election_name": "oakland-2022", "total_contributions": 5400.0 @@ -1045,7 +1045,7 @@ "total_contributions": 15000.0 }, { - "name": "Oakland Athletics Baseball Company", + "name": "Service Employees International Union Local 1021 Issues PAC", "type": "Measure", "election_name": "oakland-june-2018", "total_contributions": 10000.0 @@ -1451,19 +1451,19 @@ ], "top_contributors_for_offices": [ { - "name": "Todd Scanlin", + "name": "Weylin White", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Dow Terry", + "name": "Todd Scanlin", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 }, { - "name": "Brooke Levin", + "name": "Jacob Zonn", "type": "Office", "election_name": "oakland-2024", "total_contributions": 900.0 ```