This repository has been archived by the owner on Mar 12, 2023. It is now read-only.
Releases: jonblatho/covid-19
Releases · jonblatho/covid-19
Version 6.7
- Implements a 3-day time lag on testing and positivity rate numbers to account for reporting delays.
Version 6.6
- Active hospitalizations have been added to the Active Cases chart.
- Reduced the size of the chart data JSON file fetched by the browser when loading the charts by about 25%.
Version 6.5
- The Active Cases by Town section has been redesigned as a county map with full support for dark mode and screen readers.
- The Active Cases by Town and New Cases sections have been placed alongside each other on larger displays to use the full width of the display.
Version 6.4
- Switched the testing data source from HCHD to MO DHSS.
- Added a new script for adding test data from DHSS CSV files.
Version 6.3
- A new Risk Level chart has been added to view the color-coded Risk Level over time.
- The Notes page has been reformatted and renamed to Frequently Asked Questions.
- Corrected a missing Dark Mode color.
Version 6.2
- The chart and dashboard area on the homepage has been redesigned with a new layout to take advantage of the full width of the viewport.
- A meter displaying the percentage of Howell County residents who are fully vaccinated and have initiated vaccination has been added.
- Total cases and deaths have been placed into the new sidebar to emphasize these counts.
- Because it usually tracks very closely with the active cases dashboard item, the "New Cases in the Past Week" dashboard item has been removed and replaced with the above total case change indicator.
- The risk level area has been redesigned for simplicity and clarity.
Version 6.1.2
- The change indicator for the 14-day positivity rate now says "pts." to indicate percentage points instead of "p.p."
Version 6.1.1
Fixed
- Corrected the behavior of the processing and auto-update scripts to correctly handle new unavailable vaccine data, as it must be input manually the following day.
Version 6.1
New
- Vaccination data has been added to the daily data files. Total doses, individuals having initiated vaccination, and fully vaccinated individuals are the variables tracked at this time. (#31)
- Added charts to the homepage for Vaccine Doses (by day and 7-day average) and Vaccinated Individuals (initiated and completed). (#34)
Changed
- The homepage now defaults to the New Cases chart.
- Date markers are now disabled by default on the chart for all devices (previously, they were disabled by default only on mobile).
- The background color for date markers has been made darker.
- The "Date Markers" button has been changed to "Events."
- The font size for buttons above the chart has been made slightly smaller.
- The Time Machine navigation bar no longer appears on the homepage.
Version 6.0
New
- Processing and automation scripts have been completely refactored to be more modular for improved reliability.
Fixed
- Corrects a layout issue with the redesigned Time Machine navigation.