corona_virus icon indicating copy to clipboard operation
corona_virus copied to clipboard

Rework dashboard coronavirus

Open back2root opened this issue 4 years ago • 1 comments

Rework from the Coronavirus Dashboard

  • Searches simplified
  • Additional eye candy
  • Made dashboard more interactive

Major visibel changes are marked green in following screenshot

  • Added icons
  • Added sparkle lines and trend indicators
  • Added metric of "Active cases" => people that are currently infected and not recovered or died yet
  • Made use of trellis
  • Added Dropdowns to choose metrics
  • Made graphs mor consitent: Show "Total count" as area in all cases grafik

Changes behind the scene

  • Introduces a report that correlates the three lookups (confirmed.csv, deaths.csv, recovered.csv) and prepares the data in a way that makes it easier to work with.
  • Through this I
    • have rearraged the base search
    • was able to simplyfy most of the dashboard searches to just a few commands

back2root avatar Apr 06 '20 00:04 back2root

Hello!

Thank you for all of the effort here, I'll review and get back to you. Just as an FYI, I've already taken care of creating a lookup table that has all of the information in the confirmed, deaths, and recovered files. In the README this is called out, it's the file "combined_jhu.csv". I'm working on cutting all of the searches over to using this and/or making use of the new timeseries files that JHU added in last week.

Thank you! Ryan

ryanwoconnor avatar Apr 06 '20 13:04 ryanwoconnor