DaleStan / VoterMate

0 stars 1 forks source link

Karla Hale OH0012699849 is not in the voter database #15

Closed KenStanley closed 1 month ago

KenStanley commented 1 month ago

Karla Hale is one of our top volunteers, I need to figure out why she isn't in the voter database.

KenStanley commented 1 month ago

Same for 0012702279,and OH0012669980 Herchine Adkison

KenStanley commented 1 month ago

In turns out that these are in the VoterDB sheet in the schema database. So I am going to send this back to you Dale.

DaleStan commented 1 month ago

I'm not sure what you're seeing. The tsv files match the Excel file, including Karla's 273 previous roommates

$ grep -E "0012699849|0012702279|0012669980" households.tsv priorityVoters.tsv voters.tsv
priorityVoters.tsv:OH0012699849
voters.tsv:OH0012669980 Herscine  Adkison <snip>
voters.tsv:OH0012699849 Karla  Hale <snip>
voters.tsv:OH0012702279 Penny L Lindsay <snip>

$ grep -E "^OH0012699849|^OH0012702279|^OH0012669980" housemates.tsv
OH0012699849    OH0023547732    OH0012699847    OH0019076772 <snip>
OH0012702279    OH0024023671    OH0023974014    OH0023142506 <snip>
OH0012669980    OH0012699770    OH0018726987    OH0023492126 <snip>

I can look up all three by voter ID; when I look up Karla's husband or daughter by ID, she shows up as the first entry; and when I pick a mobilizer on Reed St, Karla and her husband both show up on the list for the three I tried (on pages 2 or 4).

KenStanley commented 1 month ago

What I am seeing, or rather not seeing, is the ability to choose Karla by her SOS_VOTERID on the first screen.

Note: You noticed that I added all the people who Karla marked as someone she knew in previous years as "housemates"

DaleStan commented 1 month ago

This is a Windows screen recording, since I know how to make those, but I see the same on the tablet. Granted, Karla's name doesn't appear anywhere, but her husband is the first person on the list.

https://drive.google.com/file/d/1QTtzadp0avYHn7-9M7xir1GxmCmS3poq/view?usp=drive_link

DaleStan commented 1 month ago

I got an idea for why this is happening, so I adjusted the build process to hopefully prevent it from happening again.