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

Hotfix/145 development #148

Merged
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
43 changes: 34 additions & 9 deletions data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"data": []
},
"querents": {
"date": "2020/03/25 15:00",
"date": "2020/03/26 15:00",
"data": [
{
"日付": "2020-02-03T00:00:00.000Z",
Expand Down Expand Up @@ -515,11 +515,21 @@
"w": 3,
"short_date": "03/24",
"小計": 66
},
{
"日付": "2020-03-25T00:00:00.000Z",
"曜日": "水",
"9-17時": 47,
"17-翌9時": 0,
"date": "2020-03-25",
"w": 4,
"short_date": "03/25",
"小計": 47
}
]
},
"patients": {
"date": "2020/03/25 15:00",
"date": "2020/03/26 15:00",
"data": [
{
"リリース日": "2020-02-29T00:00:00.000Z",
Expand Down Expand Up @@ -785,7 +795,7 @@
]
},
"patients_summary": {
"date": "2020/03/25 15:00",
"date": "2020/03/26 15:00",
"data": [
{
"日付": "2020-02-29T00:00:00.000Z",
Expand Down Expand Up @@ -898,7 +908,7 @@
"data": []
},
"inspections": {
"date": "2020/03/25 15:00",
"date": "2020/03/26 15:00",
"data": [
{
"判明日": "2020-02-29",
Expand Down Expand Up @@ -1211,11 +1221,23 @@
"クルーズ船": 0,
"陰性確認2": 0,
"(小計②)": 0
},
{
"判明日": "2020-03-26",
"検査検体数": 81,
"疑い例検査": 0,
"接触者調査": 0,
"陰性確認": 81,
"(小計①)": 81,
"チャーター便": 0,
"クルーズ船": 0,
"陰性確認2": 0,
"(小計②)": 0
}
]
},
"inspections_summary": {
"date": "2020/03/25 15:00",
"date": "2020/03/26 15:00",
"labels": [
"2/29",
"3/1",
Expand All @@ -1242,7 +1264,8 @@
"3/22",
"3/23",
"3/24",
"3/25"
"3/25",
"3/26"
],
"data": {
"都内": [
Expand Down Expand Up @@ -1271,7 +1294,8 @@
43,
11,
26,
46
46,
81
],
"その他": [
0,
Expand Down Expand Up @@ -1299,14 +1323,15 @@
0,
0,
0,
0,
0
]
}
},
"lastUpdate": "2020/03/26 00:42",
"lastUpdate": "2020/03/26 22:39",
"main_summary": {
"attr": "検査実施人数",
"value": 858,
"value": 939,
"children": [
{
"attr": "陽性患者数",
Expand Down