aclu-national / elections-api

An API for retrieving locally-relevant structured data about US elections
https://elections.api.aclu.org/v2/
MIT License
30 stars 4 forks source link

add status for reelection and end of terms #54

Closed alisonag closed 3 years ago

alisonag commented 3 years ago

This adds new boolean fields to the sessions object for whether someone is running for reelection. I followed the pattern used for running_in_2018

alisonag commented 3 years ago

I was thinking about keeping these generic so we don't need to update congress.py for future terms. they're already tied to a session, so the date is implied through that.

kokonakajima commented 3 years ago

oh gotcha yeah that makes sense