Skip to content

Commit d4a9e90

Browse files
authored
Merge pull request #251 from cmu-delphi/release
Release v2.0.0
2 parents 0759209 + b332f8d commit d4a9e90

File tree

15 files changed

+10803
-4926
lines changed

15 files changed

+10803
-4926
lines changed

.github/workflows/ci_fast.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
name: website
3737
path: ./public
38-
38+
3939
- name: Login to GitHub Container Registry
4040
if: (startsWith(github.ref, 'refs/tags/v') || github.ref == 'refs/heads/main' || github.ref == 'refs/heads/dev' || github.ref == 'refs/heads/release') && github.event_name == 'push'
4141
uses: docker/login-action@v1

config.toml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,49 +38,49 @@ relativeURLs = false
3838
weight = 2
3939
[[menu.main]]
4040
parent = "covidcast"
41-
name = "Map Overview"
41+
name = "About"
4242
url = "/covidcast"
4343
weight = 1
4444
[[menu.main]]
4545
parent = "covidcast"
46-
name = "Timelapse"
47-
url = "/covidcast/timelapse"
46+
name = "Indicator Overview"
47+
url = "/covidcast/overview"
4848
weight = 2
4949
[[menu.main]]
5050
parent = "covidcast"
51-
name = "Top 10"
52-
url = "/covidcast/top10"
51+
name = "Indicator Details"
52+
url = "/covidcast/indicator"
5353
weight = 3
5454
[[menu.main]]
5555
parent = "covidcast"
56-
name = "Single Region"
57-
url = "/covidcast/single"
56+
name = "Old Map Overview"
57+
url = "/covidcast/old"
5858
weight = 4
5959
[[menu.main]]
6060
parent = "covidcast"
6161
name = "Surveys"
6262
url = "/covidcast/surveys"
63-
weight = 5
63+
weight = 50
6464
[[menu.main]]
6565
parent = "covidcast"
6666
name = "Survey Results"
6767
url = "/covidcast/survey-results"
68-
weight = 6
68+
weight = 51
6969
[[menu.main]]
7070
parent = "covidcast"
7171
name = "Export Data"
7272
url = "/covidcast/export"
73-
weight = 7
73+
weight = 70
7474
[[menu.main]]
7575
parent = "covidcast"
7676
name = "Release Log"
7777
url = "/covidcast/release-log"
78-
weight = 8
78+
weight = 80
7979
[[menu.main]]
8080
parent = "covidcast"
8181
name = "Terms Of Use"
8282
url = "/covidcast/terms-of-use"
83-
weight = 9
83+
weight = 90
8484
[[menu.main]]
8585
identifier = "flu"
8686
name = "Flu and Other Diseases"

content/covidcast/_index.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,8 @@
22
title: COVIDcast
33
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
44
layout: covidcast_app
5-
app_mode: overview
5+
app_mode: landing
66
order: 1
7-
modeTitle: Map Overview
8-
icon: solid/map
97
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
108
feedback: true
119
---
Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
title: COVIDcast Timelapse
3-
linkTitle: Timelapse
2+
title: COVIDcast Indicator Detail
3+
linkTitle: Indicator Detail
44
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
55
layout: covidcast_app
6-
app_mode: timelapse
7-
order: 2
8-
icon: solid/clock
6+
app_mode: indicator
7+
order: 3
98
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
109
feedback: true
1110
---
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
---
2-
title: COVIDcast Region Details
3-
linkTitle: Region Details
2+
title: COVIDcast Map Overview
3+
linkTitle: Old Map Overview
44
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
55
layout: covidcast_app
6-
app_mode: single
7-
order: 4
8-
icon: location-solid
6+
app_mode: old
7+
order: 3
98
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
109
feedback: true
10+
footer: false
1111
---
Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
---
2-
title: COVIDcast Top 10
3-
linkTitle: Top 10
2+
title: COVIDcast
3+
linkTitle: About COVIDcast
44
description: COVIDcast tracks and forecasts the spread of COVID-19. By Carnegie Mellon's Delphi Research Group.
55
layout: covidcast_app
6-
app_mode: top10
6+
app_mode: overview
77
order: 3
8-
icon: solid/list
98
heroImage: /images/landing-page/hero-images/covidcast_withfill.jpg
109
feedback: true
1110
---
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
title: v1.12.9
3+
date: 2021-03-01
4+
---
5+
6+
This release changes two signals with their improved version.
7+
8+
### Signal Changes
9+
10+
- Replaced "Vaccine Acceptance" with signal including both already received the vaccine and definitely or probably choose to get vaccinated.
11+
- Replaced "COVID-Related Doctor Visits" with new signal from Change Healthcare. For more details see: [`smoothed_outpatient_cli`](https://cmu-delphi.github.io/delphi-epidata/api/covidcast-signals/chng.html)
12+
13+
### New Features
14+
15+
- [#730](https://github.com/cmu-delphi/www-covidcast/pull/730) (re: [#729](https://github.com/cmu-delphi/www-covidcast/issues/729)) Mobile survey toc on medium devices
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
title: v2.0.0
3+
date: 2021-03-05
4+
---
5+
6+
### Signal Changes
7+
8+
- Replaced "Vaccine Acceptance" with signal including both already received the vaccine and definitely or probably choose to get vaccinated.
9+
10+
11+
### New Features
12+
13+
This release introduces the new mobile-first based COVIDcast website with a fresh new design.

0 commit comments

Comments
 (0)