palewire / django-calaccess-campaign-browser

A Django app to refine, review and republish campaign finance data drawn from the California Secretary of State’s CAL-ACCESS database
http://django-calaccess-campaign-browser.californiacivicdata.org
MIT License
17 stars 12 forks source link

Add a summary of how many years a committee has been active to the detail page #147

Closed palewire closed 9 years ago

palewire commented 9 years ago

i.e. (2006-2009) or (2014-Present)

caseymm commented 9 years ago

Do we want to start with the earliest filing, or the earliest filing with a dollar value above zero? For instance, committee with id 8427, has filings listed as early as 1999, but the earliest filings listed in the yearly table above start in 2002 since those are the first ones with a relevant dollar value.

Edit: This is finished if we using the absolute earliest filing (even if it's zero).

caseymm commented 9 years ago

@palewire