Call-for-Code-for-Racial-Justice / Five-Fifths-Voter

Five Fifths Voter is a web application tool designed to enable and empower Black people and others to exercise their right to vote by ensuring their voice is heard
Apache License 2.0
67 stars 37 forks source link

There are 2 Election Day Voting Location listings #358

Closed GeraldMit closed 1 year ago

GeraldMit commented 1 year ago

Background on the problem the feature will solve/improved user experience

The voting Location list has duplicate Election Day Voting Location listings.

image

image

Describe the solution you'd like

I am fairly sure that the first item is supposed to be the early voting locations, and should be labeled as such. If there isn't a differentiator the 2 sections should be merged

Tasks

Find code origin of the Election Day Voting Location string. Assure that it is not duplicated or otherwise in error. If the origin is that there are not separate containers, create a method to detect and create separate containers, so that each may be labeled separately.

Acceptance Criteria

proper labeling is kept for the data

GeraldMit commented 1 year ago

This issue wasn't that technical, so I just found and changed the duplicate string in the LocationList.vue and this can be closed. the rest of the technical structure was still strong so no other changes needed.