Coder Social home page Coder Social logo

covid19-dashboard's Introduction

Hello, world!

[JC's GitHub stats]

covid19-dashboard's People

Contributors

juancri avatar

Stargazers

 avatar

Watchers

 avatar  avatar

covid19-dashboard's Issues

Load real vaccination data

vaccination: {
	first: {
		percent: 50,
		quantity: '1.250.000',
		size: 0.50 * 450 + 5,
	},
	second: {
		percent: 25,
		quantity: '24.000',
		size: 0.25 * 450 + 5
	}
}

Load real new cases data

newCases: {
	week1: {
		graph: '',
		up: true,
		value: 11
	},
	week2: {
		graph: '',
		up: false,
		value: 21
	},
	week3: {
		graph: '',
		up: true,
		value: 31
	}
},

Load real death data

deaths: {
	week1: {
		graph: '',
		up: true,
		value: 10
	},
	week2: {
		graph: '',
		up: false,
		value: 20
	},
	week3: {
		graph: '',
		up: true,
		value: 30
	}
}

Load real positivity data

positivity: {
	week1: {
		graph: '',
		up: true,
		value: 12
	},
	week2: {
		graph: '',
		up: false,
		value: 22
	},
	week3: {
		graph: '',
		up: true,
		value: 32
	}
},

Add daily value graph

We currently use the 7 day moving average for the graphs. That's OK but we could add also the daily values, similar to how Google does it.
Screenshot from 2021-03-20 08-30-16

Add daily numbers

People are interested on exact daily numbers. We can add a header with the daily numbers.

Use a unique format for titles

Our titles have two formats. We should use the format beds and vaccines have, since people tend to look up for the title.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.