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

July 2020 data update #48

Closed kokonakajima closed 4 years ago

kokonakajima commented 4 years ago

Includes:

What I ran to get updated data:

# from /sources:
make -B congress_legislators && make -B congress_photos

# from /data:
make congress_legislators && make congress_photos

# Add aclu IDs to scoresheet

# from elections-api-private:
make aclu_scores_116

# from root:
make congress_legislators && make congress_details && make congress_scores && make aclu_ids

For deploy:

make congress_legislators && make congress_details && make congress_scores && make aclu_ids
kokonakajima commented 4 years ago

Leaving myself a note for writing up documentation.

hanbyul-here commented 4 years ago

I have a problem of seeing updated legislators' votes, but I believe it is my local issue. (and some of data source being outdated problem.) These should be sorted out, but can be separate from this update.