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 470 forks source link

Removed challenge.opposers_count because not needed. Added update_challenge_participant_with_invitees_who_viewed_plus. Updated refresh_participant_info_view to update Challenge summary data. Created fallback when a sharedItemCode is missing from database. (Redirects to /ready page) Cleaned up Challenge admin listing in Admin Tools. #2769

Closed DaleMcGrew closed 1 month ago

DaleMcGrew commented 1 month ago

Removed challenge.opposers_count because not needed. Added update_challenge_participant_with_invitees_who_viewed_plus. Updated refresh_participant_info_view to update Challenge summary data. Created fallback when a sharedItemCode is missing from database. (Redirects to /ready page) Cleaned up Challenge admin listing in Admin Tools.