Giter Site home page Giter Site logo

covid-19-au.github.io's People

Contributors

andrewzhang3 avatar boxhezi avatar covid-19-au avatar cwuu0025 avatar freddiewanah avatar gamma032steam avatar gg2001 avatar jerenyaoyelu avatar kcollasarundell avatar kylewong613 avatar mcyph avatar paldeep-singh avatar shfshanyue avatar wooyunlong avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

covid-19-au.github.io's Issues

[Feature request] Auto-refresh

Great dashboard, can I just request an auto-refresh feature?

Ideally it'd be nice to have a toggle and have the time last updated.

Latest update says 13:44 22/03/2020

The latest stateCaseData.json update gives the "updatedTime" as "13:44 22/03/2020".

I suspect this is incorrect, as the previous update gave the update time as "08:57 26/03/2020"

Text colour contrast

Fabulous site - important information - well done!

The headings in the Cases by State table are difficult to read - especially the purple on purple. I couldn't make it out on a small screen at all.

Here is some info about accessibility and contrast https://webaim.org/articles/contrast/

Thanks again.

Aus confirmed cases dropped

I have a net negative of 10 new cases after the 31/5 refresh. Confirmed cases dropped by 20 in Tas is part of the problem. I am using the state file

image

Australian - State Colours

/* Code segment for COVID Site State Colour array - StateGraph.js - Line 5

// Based on CanvasJS theme 1. Avoids two purple series and preserves colours day-to-day.
const colourMapping = {

"NSW": "#99CCFF",
"VIC": "#99",
"QLD": "#660033",
"WA": "#000000",
"SA": "#CC0000",
"TAS": "#009900",
"ACT": "#FFCC00",
"NT": "#FF6600"
}

image

Number of recoveries - VIC

Hi - thanks to your team, this is fantastic. Any chance you can update the number of recoveries from Victoria through the DHHS media releases? As of the last day or two, they now disclose number of recovered cases daily, eg:
https://www.dhhs.vic.gov.au/more-covid-19-cases-confirmed-victoria-21-march-2020

Unfortunately at about that time the Aus gov website (presumably where your headline figure was coming from) has stopped disclosing too which makes things a little more difficult :(

[Feature Request] Daily Growth Factor Chart

First of all, great work on this & thanks for pumping out the features.
I had a spreadsheet I was tracking a lot of these, but its pretty much become useless now in favour of this dashboard!

Onto the feature request...
Would it be possible to add in the ability to see daily growth factors?
Essentially, the Growth Factor helps show pretty quickly which way daily cases are trending.

The equation is
= ReportedNewCasesForDay / ReportedNewCasesForDayBefore

e.g.
Reported New Cases for 8/4/2020 = 105
Reported New cases for 9/4/2020 = 85
Growth Factor for 9/4/2020 = 85 / 105 = 0.810

Essentially, a GF of < 1 means a reduction in cases, whereas a GF > 1 is an increase

Plotting the GF day-by-day on a bar chart can pretty easily give a good overview on whether cases are trending up or down on a daily basis.

As the chart can also look a little sporadic (as some days might be a 0.9, 0.8, 0.9), It might also be cleaner to plot the average GF over the past 7 days, which evens out the trend & makes it a little less sporadic.

There's a pretty good explanation of it in this video (link to time where its spoken about)
https://youtu.be/Kas0tIxDvrg?t=316

I've plotted it in a google sheets doc, in case it helps:
https://docs.google.com/spreadsheets/d/18EYlt4OTXGXzDYc_EbfhOMWCyYSnXaVjc9cLmpDFX6M/edit?usp=sharing

[Feature] Current active cases

It would be good to know the current active cases (cases who haven't recovered or passed-on), especially as the new cases start to slow down.

Apparently it was removed with #95 due to being "unintuitive" although that could just be naming ("Existing" does not make sense to me).

Text overflowed on iPhone X Safari

Some of the texts for the table headers are overflowed on mobile devices. Please see the image below for details.

IMG_9823

Besides, looks like the State has a larger font size than others.

.recoveredtitle {
color: #002a00 !important ;
font-size: 90% !important;
font-weight: 500;
}

Postcode data

Is postcode level data available for "Recently confirmed case"?
Where is this data sourced from?

Ranking criterion

Wow! Great Job! It's really helpful to alert people about the situation.

I also have a suggestion here:

Insert the number of newly confirmed as a ranking criterion. During this time( Rapid growth period), the most important information is the newly confirmed every day.

Add total count to tables

I know this is in the above table, but when viewing the case table (as I do daily), it would be nice to see a sum count

state.json is inconsistent for Vic on 2020-6-30 - only 6 numbers

"2020-6-30": {
"NSW": [3189, 49, 2784, 855324, 7, 4, 0],
"QLD": [1067, 6, 1054, 364981, 2, 1, 0],
"VIC": [2159, 20, 1816, 809589, 9, 1],
"SA": [443, 4, 436, 151285, 4, 0, 0],
"WA": [611, 9, 598, 182513, 4, 0, 0],
"TAS": [226, 13, 213, 49390, 3, 0, 0],
"ACT": [108, 3, 105, 29593, 0, 0, 0],
"NT": [30, 0, 30, 13307, 0, 0, 0]
}

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.