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

BOT; UPDATE DATA to development #316

Merged
merged 1 commit into from
Jun 8, 2020
Merged
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
58 changes: 44 additions & 14 deletions data/data.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"contacts": {
"date": "2020\/06\/07 13:07",
"date": "2020\/06\/08 13:46",
"data": [
{
"日付": "2020-01-24T09:00:00+09:00",
Expand Down Expand Up @@ -540,7 +540,7 @@
]
},
"patients": {
"date": "2020\/06\/07 13:07",
"date": "2020\/06\/08 13:46",
"data": [
{
"リリース日": "2020-02-29T15:00:00.000Z",
Expand Down Expand Up @@ -2245,11 +2245,35 @@
"性別": "女性",
"退院": "",
"date": "2020-06-06"
},
{
"リリース日": "2020-06-06T15:00:00.000Z",
"居住地": "福岡県遠賀郡",
"年代": "80代",
"性別": "男性",
"退院": "",
"date": "2020-06-07"
},
{
"リリース日": "2020-06-06T15:00:00.000Z",
"居住地": "門司区",
"年代": "70代",
"性別": "男性",
"退院": "",
"date": "2020-06-07"
},
{
"リリース日": "2020-06-06T15:00:00.000Z",
"居住地": "福岡県中間市",
"年代": "80代",
"性別": "男性",
"退院": "",
"date": "2020-06-07"
}
]
},
"patients_summary": {
"date": "2020\/06\/07 13:07",
"date": "2020\/06\/08 13:46",
"data": [
{
"日付": "2020-01-23T15:00:00.000Z",
Expand Down Expand Up @@ -2790,6 +2814,10 @@
{
"日付": "2020-06-05T15:00:00.000Z",
"小計": 2
},
{
"日付": "2020-06-06T15:00:00.000Z",
"小計": 3
}
]
},
Expand All @@ -2803,7 +2831,7 @@
]
},
"inspections_summary": {
"date": "2020\/06\/07 13:07",
"date": "2020\/06\/08 13:46",
"data": {
"市内": [
0,
Expand Down Expand Up @@ -2939,8 +2967,9 @@
258,
263,
272,
316,
188,
199,
305,
104,
0
]
},
Expand Down Expand Up @@ -3080,7 +3109,8 @@
"6\/4",
"6\/5",
"6\/6",
"6\/7"
"6\/7",
"6\/8"
]
},
"inspections_persons": {
Expand All @@ -3094,34 +3124,34 @@
"1\/24"
]
},
"lastUpdate": "2020\/06\/07 13:07",
"lastUpdate": "2020\/06\/08 13:46",
"main_summary": {
"attr": "検査実施人数",
"value": 5256,
"value": 5360,
"children": [
{
"attr": "陽性患者数",
"value": 213,
"value": 216,
"children": [
{
"attr": "入院中",
"value": 24,
"value": 27,
"children": [
{
"attr": "無症状",
"value": 3
},
{
"attr": "軽症・中等症",
"value": 5
"value": 6
},
{
"attr": "重症",
"value": 1
"value": 2
},
{
"attr": "確認中",
"value": 15
"value": 16
}
]
},
Expand Down