Skip to content

Commit 46cc5ae

Browse files
committed
Updated stats
1 parent 2d1dbe3 commit 46cc5ae

2 files changed

Lines changed: 46 additions & 30 deletions

File tree

public/data/2025/matches.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
[
22
{
3-
"outcome": "FIXTURE",
3+
"outcome": "WIN",
44
"place": "HOME",
55
"date": "2025-04-30",
66
"opposition": "Camels II",
7-
"result": "",
8-
"mvp": "",
7+
"result": "22 - 21",
8+
"mvp": "Grace & Daniel",
99
"pitch": "F",
10-
"stats": false
10+
"stats": true
1111
},
1212
{
1313
"outcome": "FIXTURE",

public/data/2025/players.json

Lines changed: 42 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,11 @@
3636
"team": "Hackers",
3737
"gender": "female",
3838
"stats": {
39-
"atBat": 0,
39+
"atBat": 5,
4040
"walks": 0,
41-
"runsBattedIn": 0,
42-
"firstBase": 0,
43-
"secondBase": 0,
41+
"runsBattedIn": 1,
42+
"firstBase": 1,
43+
"secondBase": 1,
4444
"thirdBase": 0,
4545
"homeRuns": 0,
4646
"catches": 0,
@@ -52,15 +52,15 @@
5252
"team": "Hackers",
5353
"gender": "male",
5454
"stats": {
55-
"atBat": 0,
55+
"atBat": 5,
5656
"walks": 0,
57-
"runsBattedIn": 0,
58-
"firstBase": 0,
59-
"secondBase": 0,
57+
"runsBattedIn": 2,
58+
"firstBase": 2,
59+
"secondBase": 1,
6060
"thirdBase": 0,
61-
"homeRuns": 0,
61+
"homeRuns": 1,
6262
"catches": 0,
63-
"mvp": 0
63+
"mvp": 1
6464
}
6565
},
6666
{
@@ -84,11 +84,11 @@
8484
"team": "Hackers",
8585
"gender": "female",
8686
"stats": {
87-
"atBat": 0,
87+
"atBat": 5,
8888
"walks": 0,
89-
"runsBattedIn": 0,
90-
"firstBase": 0,
91-
"secondBase": 0,
89+
"runsBattedIn": 3,
90+
"firstBase": 1,
91+
"secondBase": 1,
9292
"thirdBase": 0,
9393
"homeRuns": 0,
9494
"catches": 0,
@@ -116,12 +116,28 @@
116116
"team": "Hackers",
117117
"gender": "female",
118118
"stats": {
119-
"atBat": 0,
119+
"atBat": 5,
120120
"walks": 0,
121-
"runsBattedIn": 0,
122-
"firstBase": 0,
121+
"runsBattedIn": 3,
122+
"firstBase": 1,
123123
"secondBase": 0,
124124
"thirdBase": 0,
125+
"homeRuns": 1,
126+
"catches": 0,
127+
"mvp": 1
128+
}
129+
},
130+
{
131+
"name": "Harry",
132+
"team": "Hackers",
133+
"gender": "male",
134+
"stats": {
135+
"atBat": 5,
136+
"walks": 0,
137+
"runsBattedIn": 3,
138+
"firstBase": 1,
139+
"secondBase": 3,
140+
"thirdBase": 0,
125141
"homeRuns": 0,
126142
"catches": 0,
127143
"mvp": 0
@@ -148,11 +164,11 @@
148164
"team": "Hackers",
149165
"gender": "male",
150166
"stats": {
151-
"atBat": 0,
167+
"atBat": 5,
152168
"walks": 0,
153-
"runsBattedIn": 0,
154-
"firstBase": 0,
155-
"secondBase": 0,
169+
"runsBattedIn": 1,
170+
"firstBase": 3,
171+
"secondBase": 1,
156172
"thirdBase": 0,
157173
"homeRuns": 0,
158174
"catches": 0,
@@ -196,11 +212,11 @@
196212
"team": "Hackers",
197213
"gender": "female",
198214
"stats": {
199-
"atBat": 0,
215+
"atBat": 5,
200216
"walks": 0,
201217
"runsBattedIn": 0,
202-
"firstBase": 0,
203-
"secondBase": 0,
218+
"firstBase": 3,
219+
"secondBase": 1,
204220
"thirdBase": 0,
205221
"homeRuns": 0,
206222
"catches": 0,
@@ -212,10 +228,10 @@
212228
"team": "Hackers",
213229
"gender": "female",
214230
"stats": {
215-
"atBat": 0,
231+
"atBat": 4,
216232
"walks": 0,
217233
"runsBattedIn": 0,
218-
"firstBase": 0,
234+
"firstBase": 2,
219235
"secondBase": 0,
220236
"thirdBase": 0,
221237
"homeRuns": 0,

0 commit comments

Comments
 (0)