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

Re-enable summary/Overview.svelte widget on dashboard #1236

Closed melange396 closed 6 months ago

melange396 commented 11 months ago

Reenable the "Overview" widget that was commented out in src/modes/summary/Summary.svelte as part of #1235. When the national-level death signal is fixed in https://github.com/cmu-delphi/covidcast-indicators/issues/1906 , the widget should no longer display "N/A" on initial load.

Alternatively, just delete the Overview widget... But note that it encapsulates other widgets useful for the dashboard, like IndicatorWarning (defined here) which provides helpful information in the case that there is a data lapse as well as an actionable link to a time frame with valid data.

melange396 commented 6 months ago

this is taken care of in #1243 , and we can close this issue when that PR is merged.