Skip to content

Commit

Permalink
update score of interop '23 accessibility investigation (#3541)
Browse files Browse the repository at this point in the history
* update score of interop '23 accessibility investigation

* Apply suggestions from code review

m. correcting miscount.

* Apply suggestions from code review

Another 1% merged in this morning.
  • Loading branch information
cookiecrook authored Oct 18, 2023
1 parent c780173 commit f64af03
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion webapp/components/interop-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,9 @@ 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': 910 },
{ 'date': '2023-10-13', 'score': 920 }
]
},
{
Expand Down
4 changes: 3 additions & 1 deletion webapp/static/interop-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,9 @@
{ "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": 910 },
{ "date": "2023-10-13", "score": 920 }
]
},
{
Expand Down

0 comments on commit f64af03

Please sign in to comment.