googleinterns / step190-2020

gVote is a voter information platform that walks users through steps in the U.S. voting procedure by helping users register to vote, listing relevant upcoming elections, and providing ballot information and nearby polling sites, so that users are prepared to vote on election day.
https://contrib-geo-step-2020.appspot.com
6 stars 3 forks source link

Add Social Channels Information to Candidate Object and Candidate Info Card #121

Closed gianelgado12 closed 4 years ago

gianelgado12 commented 4 years ago

VoterInfoQuery returns a list of social channels used by candidates. This information is parsed from the JSON response and placed in a Map object in the Candidate object class. In datastore, the channels are stored in an embedded entity in the candidate entity which is read into a map when the candidate information is retrieved from datastore.