-
Notifications
You must be signed in to change notification settings - Fork 30
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Structured hours for open and close times #21
Comments
Lessons learned from collecting structured polling hours (independently of VIP) for early voting in 2014:
|
For the VoteATX application (not VIP), I express polling times as an enumerated sequence of (open..close) ranges (each range spanning time contained in a single day). This facilitates database queries to get "best voting place for me right now" type operations. |
Two other considerations:
|
Moving this into 5.0 since we seem to have some general consensus on this. |
Closed by #31 |
On any element that this applies (e.g. polling_location, early_vote_site), this will allow officials to provide machine-readable hours to data consumers. However, most location hours are largely unstructured partially due to the intake mechanism (i.e. election system) and the hours themselves (i.e. some are by appointment only or vary greatly from day to day). A few related questions:
High level of difficulty to tackle, but worthwhile if it can be accomplished.
The text was updated successfully, but these errors were encountered: