From 994e9ba97aacc9b0e525a7755cdc4f03136942a7 Mon Sep 17 00:00:00 2001 From: James Craig Date: Fri, 13 Oct 2023 00:01:42 -0700 Subject: [PATCH 1/3] update score of interop '23 accessibility investigation --- webapp/components/interop-data.js | 3 ++- webapp/static/interop-data.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/webapp/components/interop-data.js b/webapp/components/interop-data.js index 851a6f19aaf..9cbf0a85d18 100644 --- a/webapp/components/interop-data.js +++ b/webapp/components/interop-data.js @@ -320,7 +320,8 @@ export const interopData = { { 'date': '2023-05-13', 'score': 700 }, { 'date': '2023-06-27', 'score': 780 }, { 'date': '2023-09-05', 'score': 860 }, - { 'date': '2023-09-27', 'score': 870 } + { 'date': '2023-09-27', 'score': 870 }, + { 'date': '2023-10-12', 'score': 920 } ] }, { diff --git a/webapp/static/interop-data.json b/webapp/static/interop-data.json index 5a36aee21d8..cf047411383 100644 --- a/webapp/static/interop-data.json +++ b/webapp/static/interop-data.json @@ -301,7 +301,8 @@ { "date": "2023-05-13", "score": 700 }, { "date": "2023-06-27", "score": 780 }, { "date": "2023-09-05", "score": 860 }, - { "date": "2023-09-27", "score": 870 } + { "date": "2023-09-27", "score": 870 }, + { "date": "2023-10-12", "score": 920 } ] }, { From af7c721dda38ab87f89b223919af6206ca0a3199 Mon Sep 17 00:00:00 2001 From: James Craig Date: Fri, 13 Oct 2023 00:11:56 -0700 Subject: [PATCH 2/3] Apply suggestions from code review m. correcting miscount. --- webapp/components/interop-data.js | 2 +- webapp/static/interop-data.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/webapp/components/interop-data.js b/webapp/components/interop-data.js index 9cbf0a85d18..56167b04846 100644 --- a/webapp/components/interop-data.js +++ b/webapp/components/interop-data.js @@ -321,7 +321,7 @@ export const interopData = { { 'date': '2023-06-27', 'score': 780 }, { 'date': '2023-09-05', 'score': 860 }, { 'date': '2023-09-27', 'score': 870 }, - { 'date': '2023-10-12', 'score': 920 } + { 'date': '2023-10-12', 'score': 910 } ] }, { diff --git a/webapp/static/interop-data.json b/webapp/static/interop-data.json index cf047411383..f98d3f5f367 100644 --- a/webapp/static/interop-data.json +++ b/webapp/static/interop-data.json @@ -302,7 +302,7 @@ { "date": "2023-06-27", "score": 780 }, { "date": "2023-09-05", "score": 860 }, { "date": "2023-09-27", "score": 870 }, - { "date": "2023-10-12", "score": 920 } + { "date": "2023-10-12", "score": 910 } ] }, { From 5461e91daf453c57288686015cbe6e40e1c7153f Mon Sep 17 00:00:00 2001 From: James Craig Date: Fri, 13 Oct 2023 12:12:54 -0700 Subject: [PATCH 3/3] Apply suggestions from code review Another 1% merged in this morning. --- webapp/components/interop-data.js | 3 ++- webapp/static/interop-data.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/webapp/components/interop-data.js b/webapp/components/interop-data.js index 56167b04846..bc74481512f 100644 --- a/webapp/components/interop-data.js +++ b/webapp/components/interop-data.js @@ -321,7 +321,8 @@ export const interopData = { { 'date': '2023-06-27', 'score': 780 }, { 'date': '2023-09-05', 'score': 860 }, { 'date': '2023-09-27', 'score': 870 }, - { 'date': '2023-10-12', 'score': 910 } + { 'date': '2023-10-12', 'score': 910 }, + { 'date': '2023-10-13', 'score': 920 } ] }, { diff --git a/webapp/static/interop-data.json b/webapp/static/interop-data.json index f98d3f5f367..030c1fbc688 100644 --- a/webapp/static/interop-data.json +++ b/webapp/static/interop-data.json @@ -302,7 +302,8 @@ { "date": "2023-06-27", "score": 780 }, { "date": "2023-09-05", "score": 860 }, { "date": "2023-09-27", "score": 870 }, - { "date": "2023-10-12", "score": 910 } + { "date": "2023-10-12", "score": 910 }, + { "date": "2023-10-13", "score": 920 } ] }, {