hackoregon / elections-2018-backend

MIT License
1 stars 1 forks source link

Feature graph #15

Closed grantholly closed 6 years ago

grantholly commented 6 years ago

This adds the most basic contributor graph visualization. The format is to pass URL parameters like

/local-elections/contributorgraph?start=2002-12-31&end=2003-12-31&name=Barnie+Rubble

local-elections/contributorgraph?start=&end=&name=

grantholly commented 6 years ago

This failed Travis build was triggered by the database running out of connections. (https://travis-ci.org/hackoregon/elections-2018-backend/builds/393413755#L1507)

Tests are passing locally on my machine