Skip to content
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

データ更新 #333

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 27 additions & 7 deletions data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"data": []
},
"querents": {
"date": "2020/05/13 17:00",
"date": "2020/05/14 17:00",
"data": [
{
"日付": "2020-02-03T00:00:00.000Z",
Expand Down Expand Up @@ -959,7 +959,7 @@
]
},
"patients": {
"date": "2020/05/13 17:00",
"date": "2020/05/14 17:00",
"data": [
{
"リリース日": "2020-02-29T00:00:00.000Z",
Expand Down Expand Up @@ -1693,7 +1693,7 @@
]
},
"patients_summary": {
"date": "2020/05/13 17:00",
"date": "2020/05/14 17:00",
"data": [
{
"日付": "2020-02-29T00:00:00.000Z",
Expand Down Expand Up @@ -1994,6 +1994,10 @@
{
"日付": "2020-05-13T00:00:00.000Z",
"小計": 0
},
{
"日付": "2020-05-14T00:00:00.000Z",
"小計": 0
}
]
},
Expand All @@ -2002,7 +2006,7 @@
"data": []
},
"inspections": {
"date": "2020/05/13 17:00",
"date": "2020/05/14 17:00",
"data": [
{
"判明日": "2020-02-29",
Expand Down Expand Up @@ -2903,11 +2907,23 @@
"クルーズ船": 0,
"陰性確認2": 0,
"(小計②)": 0
},
{
"判明日": "2020-05-14",
"検査検体数": 35,
"疑い例検査": 0,
"接触者調査": 0,
"陰性確認": 35,
"(小計①)": 35,
"チャーター便": 0,
"クルーズ船": 0,
"陰性確認2": 0,
"(小計②)": 0
}
]
},
"inspections_summary": {
"date": "2020/05/13 17:00",
"date": "2020/05/14 17:00",
"data": [
{
"日付": "2020-02-29T00:00:00.000Z",
Expand Down Expand Up @@ -3208,13 +3224,17 @@
{
"日付": "2020-05-13T00:00:00.000Z",
"小計": 37
},
{
"日付": "2020-05-14T00:00:00.000Z",
"小計": 35
}
]
},
"lastUpdate": "2020/05/14 03:20",
"lastUpdate": "2020/05/14 17:00",
"main_summary": {
"attr": "検査実施人数",
"value": 3550,
"value": 3585,
"children": [
{
"attr": "陽性患者数",
Expand Down
5 changes: 5 additions & 0 deletions data/news.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
{
"newsItems": [
{
"date": "2020\/5\/14",
"url": "https://twitter.com/Niigata_Bousai/status/1260790809693024258",
"text": "新型コロナウイルス感染症の発生により影響を受けている農林漁業者や食品事業者の皆様を対象とした相談窓口についてのお知らせです。"
},
{
"date": "2020\/5\/12",
"url": "https://twitter.com/Niigata_Bousai/status/1260168367299674112",
Expand Down