wevote / WeVoteServer

We Vote's API application server written in Django/Python. Election data pulled from many sources, used by https://github.com/wevote/WebApp and https://github.com/wevote/WeVoteCordova and https://github.com/wevote/Campaigns.
https://api.wevoteusa.org
MIT License
50 stars 413 forks source link

Implemented FOLLOW_DISLIKE and STOP_DISLIKING, and started supporting direct interaction with Organization tables in some APIs using politician_we_vote_id. Changed candidatesQuery to also always return National candidates even when searching for one state's candidates. Added using('readonly') to some queries that don't need read/write, to improve the speed of API responses. Started implementing routines to link an Endorser/Organization to every Politician record. #2599

Closed DaleMcGrew closed 2 months ago

DaleMcGrew commented 2 months ago

Implemented FOLLOW_DISLIKE and STOP_DISLIKING, and started supporting direct interaction with Organization tables in some APIs using politician_we_vote_id. Changed candidatesQuery to also always return National candidates even when searching for one state's candidates. Added using('readonly') to some queries that don't need read/write, to improve the speed of API responses. Started implementing routines to link an Endorser/Organization to every Politician record.