-
Notifications
You must be signed in to change notification settings - Fork 106
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
[presidential map] test consistency of api endpoints #4171
Comments
Because all the logic is on the SQL side, all we really need to do is make sure the outputs from the original queries match the outputs of the views. We didn't make many changes to the starting logic - I think the exception is
|
For per-state totals, ok:
|
All the other endpoints pull directly from the base tables without significant changes to the original classic logic, so I think we're ok to close this ticket. Any filter bugs, etc will be easy to address. |
Summary
do the new endpoints provide results consistent with data available through classic?
Completion criteria
Technical considerations
The text was updated successfully, but these errors were encountered: