cmu-delphi / www-covidcast

Front end for interactive visualizations powering the COVIDcast website.
https://delphi.cmu.edu/covidcast/
MIT License
13 stars 2 forks source link

Use JIT branch #1209

Closed dshemetov closed 1 year ago

dshemetov commented 1 year ago

Prerequisites:

Summary

Uses cmu-delphi/delphi-epidata#1073

netlify[bot] commented 1 year ago

Preview link ready!

Name Link
Latest commit 252636423ef41e4597470ef79609f827b9166a66
Latest deploy log https://app.netlify.com/sites/cmu-delphi-covidcast/deploys/63e6bc37e1efff000871a361
Deploy Preview https://deploy-preview-1209--cmu-delphi-covidcast.netlify.app
Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site settings.

dshemetov commented 1 year ago

Seems to be pretty performant with just a little time spent clicking around. Any particular views that tend to be taxing on the dashboard? @krivard @melange396

krivard commented 1 year ago

"Show all dates" for cases/deaths/hospital admissions is the greedy one.

I clicked around a little but I'm unfamiliar with the base dataset -- what date ranges and geos do we expect to be available, and are gaps expected or should everything be contiguous?

image image

dshemetov commented 1 year ago

That's a good question. It all depends on the data backup that the QA server is using.

This version of JIT will not produce contiguous smoothed lines if the original data is not contiguous, so I'm guessing there's missing data there. @korlaxxalrok do you remember how the QA db was loaded?