You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When viewing the COVIDcast Dashboard page for a particular indicator when that indicator does not have "up to date" data, a widget is displayed to inform the user of this fact and to provide an accelerator link to the most recent day with available data. For example, when you view this page for the "COVID Deaths" indicator in Alabama with a date far in the future (here the date used is in 2099, which simulates the experience of looking up a lagged signal at the current time), you see a message like The indicator "COVID Deaths" is not available for Wed, Jan 21 2099, yet. The latest known data is available on Sun, Jan 21 2024.. The date at the end of the message is clickable, and it does take you to a view for the referenced date, BUT it loses the "indicator" (aka "sensor") that was being viewed and instead shows a "default" indicator (which corresponds to the indicator at the top of the list, currently "Symptom Searches (Smell and Taste) on Google"), and it loses the region being viewed and defaults to the USA national view.
The relevant code that needs to be fixed appears to be:
When viewing the COVIDcast Dashboard page for a particular indicator when that indicator does not have "up to date" data, a widget is displayed to inform the user of this fact and to provide an accelerator link to the most recent day with available data. For example, when you view this page for the "COVID Deaths" indicator in Alabama with a date far in the future (here the date used is in 2099, which simulates the experience of looking up a lagged signal at the current time), you see a message like
The indicator "COVID Deaths" is not available for Wed, Jan 21 2099, yet. The latest known data is available on Sun, Jan 21 2024.
. The date at the end of the message is clickable, and it does take you to a view for the referenced date, BUT it loses the "indicator" (aka "sensor") that was being viewed and instead shows a "default" indicator (which corresponds to the indicator at the top of the list, currently "Symptom Searches (Smell and Taste) on Google"), and it loses the region being viewed and defaults to the USA national view.The relevant code that needs to be fixed appears to be:
www-covidcast/src/blocks/IndicatorWarning.svelte
Lines 35 to 47 in 8255f7a
This was encountered on a recent version of the Google Chrome web browser.
The text was updated successfully, but these errors were encountered: