codeforgso / GoVote

Local voter registration and election candidate application.
http://govotegso.org/
GNU General Public License v3.0
24 stars 46 forks source link

#92 Map on Where and When page #131

Closed remrobem closed 5 years ago

remrobem commented 5 years ago

92 added map component to the When and Where page with markers for the polling place and voter residence

Related Issue

Motivation and Context

How Has This Been Tested?

Screenshots (if appropriate):

Checklist:

remrobem commented 5 years ago

Ok – I’ll take a look at those changes.

From: Schaffer Stewart notifications@github.com Reply-To: codeforgso/GoVote reply@reply.github.com Date: Friday, March 1, 2019 at 20:59 To: codeforgso/GoVote GoVote@noreply.github.com Cc: Rob Martin rob.martin.5758@gmail.com, Author author@noreply.github.com Subject: Re: [codeforgso/GoVote] #92 Map on Where and When page (#131)

@SchaeStewart requested changes on this pull request.

Everything looks pretty good so far. Just a couple a little changes that would be nice before I merge it.

Also can you mention the name of the API key variable in the CONTRIBUTING.md?

Thanks, Schaffer


In src/components/pages/WhereAndWhen.jsxhttps://github.com/codeforgso/GoVote/pull/131#discussion_r261807395:

  • {!isLoading && Object.keys(pollingPlace).length > 0 ? (

We should hide this ListGroupItem when there is no API key present


In src/components/pages/WhereAndWhen.jsxhttps://github.com/codeforgso/GoVote/pull/131#discussion_r261807473:

   return;
 }

 const precinctDesc = voter.precinct_desc;

Go a head and delete this old url

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHubhttps://github.com/codeforgso/GoVote/pull/131#pullrequestreview-209846183, or mute the threadhttps://github.com/notifications/unsubscribe-auth/AKgtCpElW5y5Gr9Avyr-MWEI5kYHcT6Aks5vSdrkgaJpZM4bZp-e.

SchaeStewart commented 5 years ago

@remrobem Looks good. I'm going to merge it now.