Race table should display links to source data either on state site or github, so that journalists can verify the data.
This is somewhat difficult because there isn't currently a consumable map of results to source URLs.
The dashboard provides some information about source URLs but it's not comprehensive. I've found it often lacks:
- URLs when there are consistent machine-guessable URLs for data (these are usually generated by code in the datasource).
- URLs when there are a slew of per-county results files with totally inconsistent URLs (these are usual defined in url_paths.csv).
The best source of this data is the datasource for each state, but we don't yet aggregate our output this data in a way that could be used by the results front end.
The path forward for this is to either
- Decide to use the dashboard and decide to only link to portal URLs or backfill the source URLs to be more comprehensive.
- Bake out source metadata from datasource.
In either case, this is a non-trivial amount of work.
Race table should display links to source data either on state site or github, so that journalists can verify the data.
This is somewhat difficult because there isn't currently a consumable map of results to source URLs.
The dashboard provides some information about source URLs but it's not comprehensive. I've found it often lacks:
The best source of this data is the datasource for each state, but we don't yet aggregate our output this data in a way that could be used by the results front end.
The path forward for this is to either
In either case, this is a non-trivial amount of work.