KingdomFirst / Excavator

We have now released Bulldozer on GitHub. Bulldozer is the super-powerful big brother to Excavator. Because Bulldozer is now published on GitHub we will no longer be supporting Excavator. Thank you for all the support here!
https://github.com/KingdomFirst/Bulldozer
19 stars 20 forks source link

Feature trey csv financials #139

Closed treyhendon closed 8 years ago

treyhendon commented 8 years ago

Here is the port of the F1 Contributions and Batch processing for the CSV format.

dcs619 commented 8 years ago

Looks good! The PersonKeysNoFamily model seems a bit confusing. The PersonKeys class purposely doesn't require any fields to be set -- you just use whatever fields you need out of it.

treyhendon commented 8 years ago

Oh! I was probably trying to populate the PersonKeys object incorrectly then. I might have a bug to fix with Pledges (working on it this week). If I do crack it open, I'll also take a look to see if I can properly use PersonKeys and remove that bit. Thanks!