openelections / openelections-core

Core repo for election results data acquisition, transformation and output.
MIT License
176 stars 96 forks source link

Washington datasource #145

Closed ghing closed 10 years ago

ghing commented 10 years ago

After preprocessing the data (#144), wire it into a datasource.

ghing commented 10 years ago

I found some issues with dates in the database dump and metadata entries. They are:

I'm going to follow up with Summer and her WA state contact about this.

ghing commented 10 years ago

I emailed Nick Pharris, Elections Information Specialist of the Elections Division, Office of the Secretary of State to check about the election date discrepancies. I also emailed Suyeon about the metadata questions.

zstumgoren commented 10 years ago

@ghing Can you note this and other communications with data sources in the FOIALogs on the appropriate state pages dashboard admin? It's useful to have this type of history in a single spot. Thanks!

ghing commented 10 years ago

@zstumgoren That makes sense. I tried to do this but got a 500 error! Let me know if you want me to try to find the server logs and figure this out.

zstumgoren commented 10 years ago

@ghing damn. looks like a bug crept in. feel free to poke around the nginx and uwsgi logs if you want to see if there's a quick fix. but let's not get too bogged down in it. can also discuss at scrum.

zstumgoren commented 10 years ago

@ghing fwiw, this only appears to be triggered by the Log inline entries. I've been adding VA election inlines all week without problems. Also just tested and election inlines still work fine.

ghing commented 10 years ago

Is there a way I can add a log not as an inline?

zstumgoren commented 10 years ago

Yep, if we created a free-standing LogAdmin resource and redeployed the app. Might be easier than debugging. Feel free to go that route if you like. Would be nice to have :)

On Fri, May 30, 2014 at 1:34 PM, Geoffrey Hing notifications@github.com wrote:

Is there a way I can add a log not as an inline?

— Reply to this email directly or view it on GitHub https://github.com/openelections/core/issues/145#issuecomment-44696482.

ghing commented 10 years ago

Cleaned up the dashboard metadata entries I referenced above:

ghing commented 10 years ago

The datasource is done. Follow-up issues opened as #148, #149, #150.