Skip to content

Commit

Permalink
Fix the info about investigation areas (#4266)
Browse files Browse the repository at this point in the history
* Fix the info about investigation areas

For the dashboard to work, names need to be the same between the table sections and the investigation scores.

* Sync the interop-data.json file

* Change "Gaming" to "Gamepad"

* Change "Gaming" to "Gamepad" (json)

---------

Co-authored-by: Daniel Smith <[email protected]>
  • Loading branch information
stof and DanielRyanSmith authored Feb 14, 2025
1 parent 359cd8b commit 2e298eb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions webapp/components/interop-data.js
Original file line number Diff line number Diff line change
Expand Up @@ -1447,22 +1447,22 @@ export const interopData = {
],
'investigation_scores': [
{
'name': 'Accessibility Testing',
'name': 'Accessibility testing',
'url': 'https://github.com/web-platform-tests/interop-accessibility',
'scores_over_time': []
},
{
'name': 'Gaming',
'name': 'Gamepad API testing',
'url': 'https://github.com/web-platform-tests/interop/issues/786',
'scores_over_time': []
},
{
'name': 'Mobile Testing',
'name': 'Mobile testing',
'url': 'https://github.com/web-platform-tests/interop-mobile-testing',
'scores_over_time': []
},
{
'name': 'Privacy Testing',
'name': 'Privacy testing',
'url': 'https://github.com/web-platform-tests/interop/issues/831',
'scores_over_time': []
},
Expand Down
8 changes: 4 additions & 4 deletions webapp/static/interop-data.json
Original file line number Diff line number Diff line change
Expand Up @@ -1420,22 +1420,22 @@
],
"investigation_scores": [
{
"name": "Accessibility Testing",
"name": "Accessibility testing",
"url": "https://github.com/web-platform-tests/interop-accessibility",
"scores_over_time": []
},
{
"name": "Gaming",
"name": "Gamepad API testing",
"url": "https://github.com/web-platform-tests/interop/issues/786",
"scores_over_time": []
},
{
"name": "Mobile Testing",
"name": "Mobile testing",
"url": "https://github.com/web-platform-tests/interop-mobile-testing",
"scores_over_time": []
},
{
"name": "Privacy Testing",
"name": "Privacy testing",
"url": "https://github.com/web-platform-tests/interop/issues/831",
"scores_over_time": []
},
Expand Down

0 comments on commit 2e298eb

Please sign in to comment.