-
Notifications
You must be signed in to change notification settings - Fork 2
use new metadata and show all signals in dashboard #937
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
centralized manager and new api
|
✔️ Preview link ready! 🔨 Explore the source changes: 5bf336e 🔍 Inspect the deploy log: https://app.netlify.com/sites/cmu-delphi-covidcast/deploys/60c8ebcdd1c9bf00085e1161 😎 Browse the preview: https://deploy-preview-937--cmu-delphi-covidcast.netlify.app |
|
There's some commented-out code in here; is that intentional? |
feat: switch to /anomalies endpoint
| label: 'Lab', | ||
| component: () => import(/* webpackChunkName: 'mode-lab' */ './lab/Lab.svelte').then((r) => r.default), | ||
| }, | ||
| // { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
intentional we might need that again in the future for experiments
I just checked again, and removed some old code. Besides that the comments are intentional. |
|
Menu item should read "Dashboard Builder" |
see also cmu-delphi/www-main#342 |
krivard
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
based on #936
closes #928, closes #926, closes #952
Prerequisites:
devbranchdevSummary
use the new covidcast/meta api to generate a list of sensors that are used in the dashboard.
Moreover, I changed how the regions/indicator picker is shown
each geographic level (geo_type) has a color that is also used in the line chart

Note: blocked by the epidata release