Skip to content
#

coronavirus

Here are 1,921 public repositories matching this topic...

coronavirus-tracker-api
Akuukis
Akuukis commented Mar 27, 2020

Great stuff! I'm planning to use API for my dashboard Pandemic Estimator but I wish your API had a better documentation on methodology. I'm using JHU directly and I know what chaos it is, the most blatant example being that they provide "cumulative data" that's not cumulative quite often in practice. And the whole change of file formats, etc.

Can you please de

ivan-aksamentov
ivan-aksamentov commented Mar 17, 2020

In order to perform refactoring and to add new features with more confidence, we need unit, integration and end-to-end tests for:

  • algorithm parts. Seesrc/algorithms

  • React parts - components and pages. See src/components and src/pages

  • State management: redux reducers and sagas. See src/state

The infrastructure:

  • jest and @testing-libraryare already set up. Un
lovewithmind
lovewithmind commented Mar 29, 2020

As there is constant development on the repository and 5-10 PR everyday. It will be nice if we have test for the components to ensure the code do not break in any manner while getting deployed in prod environment.

emanuelb
emanuelb commented Apr 23, 2020

The dependencies in package.json are old.
running yarn upgrade --latest result in following changes to package.json file.
before committing the change run yarn-deduplicate as described in MohGovIL/hamagen-react-native#196

@@ -10,20 +10,20 @@
     "lint": "eslint . --ext .js,.jsx,.ts,.tsx"
   },
   "dependencies": {
-    "@react-native-community/async-st
estebaniglesias
estebaniglesias commented Apr 7, 2020

Hello! Thank you very much for this tool.
I have been trying to deploy this webapp in my macOS, and I have got a lot of issues. Hopefully, with a help of a friend, some coffe and a good amount of hours I ended up with these instructions:

  • You'll need to have "tac" command. Is included in linux, but not nativelly, at least in my version of macOS
brew update
brew install coreutils
bre
ngiangre
ngiangre commented Apr 26, 2020

⚠️ IMPORTANT: Please fill out this template to give us as much information as possible to consider/implement this update.

Summary

I've been taking a course called 'Fairness and Ethics in Digital Health' at columbia and it has made me more conscious of this subject.

I reached out to the ReCODE.Health at UCSD to help me in my cour

Improve this page

Add a description, image, and links to the coronavirus topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the coronavirus topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.