Data4Democracy / usa-dashboard

A dashboard of key metrics for the USA
69 stars 27 forks source link

Restructure project directory #54

Open devinaconley opened 7 years ago

devinaconley commented 7 years ago

Just opening this up to start the conversation

My initial thoughts are something like this:

--doc/ ----metrics-specs/ --dashboard/ ----frontend stuff, etc. --scrapers/ ----some_script_to_run_all_scrapers.py ----src/ ------non-generic-city-1/ --------crime/ --------metric-2/ ------non-generic-city-2/ --------crime/ --------metric-2/ ------SocrataScraper.py ------socrata-config.json ------AnotherGenericScraper.py ------generic-config.json --README.md

What do you guys think?

seanjtaylor commented 7 years ago

Seems fine to me! Go for it!