mirror of
https://github.com/LucasKalil-Programador/world-2026-hub.git
synced 2026-07-04 17:41:28 -03:00
Merge branch 'master' into feature/stats-final-screen
This commit is contained in:
commit
beac60518f
2 changed files with 17 additions and 7 deletions
|
|
@ -15,7 +15,7 @@ import { initStats } from './stats.js';
|
||||||
|
|
||||||
let data = null;
|
let data = null;
|
||||||
|
|
||||||
const DATA_VERSION = '2026-06-16-rev2';
|
const DATA_VERSION = '2026-06-16-rev4';
|
||||||
|
|
||||||
// Optional data layers for the post-tournament stats screen (players, awards,
|
// Optional data layers for the post-tournament stats screen (players, awards,
|
||||||
// editorial — see .agents/stats-screen-plan.md §0.2). They don't exist yet, so
|
// editorial — see .agents/stats-screen-plan.md §0.2). They don't exist yet, so
|
||||||
|
|
|
||||||
|
|
@ -188,15 +188,25 @@
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchId": 18,
|
"matchId": 18,
|
||||||
"homeScore": null,
|
"homeScore": 1,
|
||||||
"awayScore": null,
|
"awayScore": 4,
|
||||||
"status": "scheduled"
|
"status": "finished",
|
||||||
|
"stats": {
|
||||||
|
"possession": { "home": 39, "away": 61 },
|
||||||
|
"shots": { "home": 11, "away": 12 },
|
||||||
|
"cards": { "home": 1, "away": 0 }
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchId": 19,
|
"matchId": 19,
|
||||||
"homeScore": null,
|
"homeScore": 3,
|
||||||
"awayScore": null,
|
"awayScore": 0,
|
||||||
"status": "scheduled"
|
"status": "finished",
|
||||||
|
"stats": {
|
||||||
|
"possession": { "home": 48, "away": 52 },
|
||||||
|
"shots": { "home": 10, "away": 7 },
|
||||||
|
"cards": { "home": 0, "away": 0 }
|
||||||
|
}
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"matchId": 20,
|
"matchId": 20,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue