{"id":21619060,"url":"https://github.com/usds/covid-19-reopening-analysis","last_synced_at":"2026-04-13T10:32:08.984Z","repository":{"id":44222842,"uuid":"290879630","full_name":"usds/covid-19-reopening-analysis","owner":"usds","description":null,"archived":false,"fork":false,"pushed_at":"2022-02-11T00:12:12.000Z","size":2224,"stargazers_count":1,"open_issues_count":8,"forks_count":3,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-18T18:19:45.909Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/usds.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"license.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-08-27T20:54:08.000Z","updated_at":"2024-03-12T12:46:38.000Z","dependencies_parsed_at":"2022-09-08T23:40:41.303Z","dependency_job_id":null,"html_url":"https://github.com/usds/covid-19-reopening-analysis","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/usds/covid-19-reopening-analysis","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usds%2Fcovid-19-reopening-analysis","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usds%2Fcovid-19-reopening-analysis/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usds%2Fcovid-19-reopening-analysis/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usds%2Fcovid-19-reopening-analysis/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/usds","download_url":"https://codeload.github.com/usds/covid-19-reopening-analysis/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/usds%2Fcovid-19-reopening-analysis/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31749020,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-13T09:16:15.125Z","status":"ssl_error","status_checked_at":"2026-04-13T09:16:05.023Z","response_time":93,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-24T23:07:47.401Z","updated_at":"2026-04-13T10:32:08.964Z","avatar_url":"https://github.com/usds.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Status: Inactive\n\nThis project is currently inactive due to the lack of adoption by State governments. After removing any sensitive data, the application is not currently functioning. Please reach out to [Kelvin Luu](kelvin.t.luu@omb.eop.gov) if you have a use case for this project.\n\n# COVID-19 Indicators for Reopening\n\n\u003e ... we are still putting on our shoes.\n\nThis project is a public repository that has been stripped of all state-associated data. This has resulted in a lot of missing peices for anyone that attempts to start this project.\n\nUntil we have the bandwidth to provide dummy data for all the fields, please feel free to reach out to [Kelvin Luu](kelvin.t.luu@omb.eop.gov) for help with your use case; you will need familiarity with node and R for the processing, and react for the display.\n\nMost of this is out of date and/or provisional.\n\n## Background\n\nIn April 2020, the White House published a three-phased approach to provide broad guidance to states for reopening. The White House guidance was supplemented by a detailed technical document developed and published by the Centers for Diseases Control \u0026 Prevention (CDC) in May 2020. The intent of the three-phased, data-driven approach is to mitigate risk of resurgence and while reopening states' economies. The key indicators used to gauge the readinesss of states for reopening include: _influenza-like illnesses_, _covid-like illnesses_, _documented cases_, _positive tests_, _hospital readiness_, and a thorough _testing program_. See the [implementation file](./docs/implementation.md) for more details.\n\nAlthough many states have COVID-19 dashboards that provide daily statistics of cases, hospitalizations, and deaths, not very many states are tracking against the reopening indicators **and** publicly sharing the information to allow individuals and local businesses to determine how and what actions they would like to take regarding reopening activties.\n\nThe goal of our project is to assist states in applying the CDC technical guidance as part of the White House Opening Up America Again guidelines so the public can be informed with regards to how their state is tracking against the Opening Up America Again indicators or gating criteria.\n\nThis project also serves as a status page, not a data dashboard, where the general public can see the state of the crisis in their region as the CDC would. This helps to address the genral data overload that we have seen in the past several months.\n\n## TOC\n\n- [Technical overview](./docs/architecture.md)\n- [Indicators and implementation](./docs/implementation.md)\n- [Analysis Generation - Data generation scripts](./toolkit/README.md)\n\n### Installation\n\nClone and install the node dependencies:\n\n```sh\n$ git clone \u003crepo location\u003e\n$ yarn install\n```\n\n### Running locally\n\nIf you need to see a specific dataset, first run the data analysis as described in the section below.\nStart the application, by default it runs on on port 3000 and can be accessed from the browser.\n\n```sh\n$ yarn start\n```\n\nThe environment variable REACT_APP_BASE_FIPS controls which state's dataset is loaded (using a FIPS code).\nThere are some state-specific start commands in the `package.json` file.\n\nAt the moment there are no unit or integration tests, but the project is configured to process tests that it finds.\nTo create a test, give it the extension `.test.tsx`. The `App.test.tsx` is an example.\nTo run tests, use `yarn test`.\n\nStorybook has been used to allow some components to be tested with different data views. The story files are in `src/stories`.\nTo run Storybook, use `yarn storybook`. It starts a browser window on port 9009 to view stories.\n\nSee the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.\n\n### Generating production code\n\nThe `yarn build` command builds and bundles static assets in the `build` folder.\n(You will also need to build a dataset from state data as described below before deploying.)\nOnce built, this folder is self-contained, including necessary graph and statistical data, and can be copied to another\nlocation to be served.\n\n### Data processing and statistics generation\n\nThe utility scripts in `/toolkit/util/` are written in TypeScript, so the following command should be run any time those files are edited:\n\n```sh\n$ yarn analysis:generate\n```\n\nThere is a unique generation command for each state in the `package.json` file. The generation command processes the incoming raw data,\ndoes the statistical analysis, and places the result into the `/public` folder for use by the application.\nFor example, to process Georgia data:\n\n```sh\n$ yarn analysis:ga\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusds%2Fcovid-19-reopening-analysis","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fusds%2Fcovid-19-reopening-analysis","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fusds%2Fcovid-19-reopening-analysis/lists"}