@dcrackel/meyersquaredui 1.0.169 → 1.0.171
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/meyersquaredui.es.js +895 -962
- package/dist/meyersquaredui.umd.js +5 -5
- package/dist/style.css +1 -1
- package/package.json +1 -1
- package/src/mocks/getDEWithBouts.js +1556 -414
- package/src/mocks/getDEWithBouts2.js +1658 -320
- package/src/stories/Organisms/Cards/TournamentListCard/TournamentListCard.vue +4 -0
- package/src/stories/Organisms/Headers/TournamentHeader/TournamentHeader.stories.js +1 -1
- package/src/stories/Organisms/Headers/TournamentHeader/TournamentHeader.vue +1 -0
- package/src/stories/Organisms/Tableau/Tableau.stories.js +2 -2
- package/src/stories/Organisms/Tableau/Tableau.vue +1 -1
- package/src/stories/Organisms/Tableau/TableauActiveBoutCard/SpacingConfig.js +1 -1
- package/src/stories/Organisms/Tableau/TableauBoutCard/SpacingConfig.js +8 -37
- package/src/stories/Organisms/Tableau/TableauBoutCard/TableauBoutCard.vue +8 -8
- package/src/stories/Organisms/Tableau/TableauFencerCard/TableauFencerCard.vue +2 -2
- package/src/stories/Organisms/Tableau/TableauLines/SpacingConfig.js +3 -36
- package/src/stories/Organisms/Tableau/TableauLines/TableauLines.vue +7 -1
|
@@ -3,22 +3,23 @@ const getDEWithBouts =
|
|
|
3
3
|
"message": "DE Pool retrieved",
|
|
4
4
|
"pools": [
|
|
5
5
|
{
|
|
6
|
-
"PoolId":
|
|
7
|
-
"Name": "
|
|
6
|
+
"PoolId": 146,
|
|
7
|
+
"Name": "Longsword B-DE",
|
|
8
8
|
"RingName": "DE Bracket",
|
|
9
9
|
"Flight": 1,
|
|
10
10
|
"PoolType": "de",
|
|
11
|
-
"EventId":
|
|
11
|
+
"EventId": 8,
|
|
12
12
|
"Status": "live",
|
|
13
|
-
"Updated": "2024-
|
|
13
|
+
"Updated": "2024-07-27T17:15:55.000Z",
|
|
14
|
+
"Staff": [],
|
|
14
15
|
"Bouts": [
|
|
15
16
|
{
|
|
16
17
|
"TimerStatus": "stopped",
|
|
17
18
|
"RefName": "Unassigned",
|
|
18
|
-
"BoutId":
|
|
19
|
-
"PoolId":
|
|
20
|
-
"EventId":
|
|
21
|
-
"Person1Id":
|
|
19
|
+
"BoutId": 2198,
|
|
20
|
+
"PoolId": 146,
|
|
21
|
+
"EventId": 8,
|
|
22
|
+
"Person1Id": 72,
|
|
22
23
|
"Person2Id": 0,
|
|
23
24
|
"Status": "Bye",
|
|
24
25
|
"Score1": 0,
|
|
@@ -28,21 +29,22 @@ const getDEWithBouts =
|
|
|
28
29
|
"TimeLeft": 0,
|
|
29
30
|
"CurrentPass": 0,
|
|
30
31
|
"MaxPasses": 0,
|
|
31
|
-
"RoundLabel": "Table of
|
|
32
|
+
"RoundLabel": "Table of 32",
|
|
32
33
|
"DEBoutId": 1,
|
|
33
|
-
"DENextBoutId":
|
|
34
|
+
"DENextBoutId": 17,
|
|
34
35
|
"RefereeId": null,
|
|
35
|
-
"createdAt": "2024-
|
|
36
|
-
"updatedAt": "2024-
|
|
36
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
37
|
+
"updatedAt": "2024-07-28T04:14:50.000Z",
|
|
37
38
|
"Person1": {
|
|
38
|
-
"PersonId":
|
|
39
|
-
"DisplayName": "
|
|
40
|
-
"ClubId":
|
|
39
|
+
"PersonId": 72,
|
|
40
|
+
"DisplayName": "Tyler Indermuhle",
|
|
41
|
+
"ClubId": 13,
|
|
42
|
+
"ShowData": true,
|
|
41
43
|
"Images": [],
|
|
42
44
|
"Club": {
|
|
43
|
-
"Name": "
|
|
44
|
-
"Color1": "
|
|
45
|
-
"Color2": "
|
|
45
|
+
"Name": "Two Ravens Fencing School",
|
|
46
|
+
"Color1": "red",
|
|
47
|
+
"Color2": "blue"
|
|
46
48
|
},
|
|
47
49
|
"EventPersons": [
|
|
48
50
|
{
|
|
@@ -54,6 +56,7 @@ const getDEWithBouts =
|
|
|
54
56
|
"PersonId": 0,
|
|
55
57
|
"DisplayName": "BYE",
|
|
56
58
|
"ClubId": 1,
|
|
59
|
+
"ShowData": true,
|
|
57
60
|
"Images": [],
|
|
58
61
|
"Club": {
|
|
59
62
|
"Name": "Acme Fencing Club"
|
|
@@ -65,31 +68,32 @@ const getDEWithBouts =
|
|
|
65
68
|
}
|
|
66
69
|
},
|
|
67
70
|
{
|
|
68
|
-
"TimerStatus": "
|
|
71
|
+
"TimerStatus": "stopped",
|
|
69
72
|
"RefName": "Unassigned",
|
|
70
|
-
"BoutId":
|
|
71
|
-
"PoolId":
|
|
72
|
-
"EventId":
|
|
73
|
-
"Person1Id":
|
|
74
|
-
"Person2Id":
|
|
75
|
-
"Status": "
|
|
76
|
-
"Score1":
|
|
73
|
+
"BoutId": 2199,
|
|
74
|
+
"PoolId": 146,
|
|
75
|
+
"EventId": 8,
|
|
76
|
+
"Person1Id": 70,
|
|
77
|
+
"Person2Id": 47,
|
|
78
|
+
"Status": "Completed",
|
|
79
|
+
"Score1": 7,
|
|
77
80
|
"Score2": 0,
|
|
78
|
-
"Started":
|
|
79
|
-
"Ended":
|
|
81
|
+
"Started": "2024-07-28T04:15:41.000Z",
|
|
82
|
+
"Ended": "2024-07-28T04:15:48.000Z",
|
|
80
83
|
"TimeLeft": 90,
|
|
81
|
-
"CurrentPass":
|
|
82
|
-
"MaxPasses":
|
|
83
|
-
"RoundLabel": "Table of
|
|
84
|
+
"CurrentPass": 6,
|
|
85
|
+
"MaxPasses": 7,
|
|
86
|
+
"RoundLabel": "Table of 32",
|
|
84
87
|
"DEBoutId": 2,
|
|
85
|
-
"DENextBoutId":
|
|
86
|
-
"RefereeId":
|
|
87
|
-
"createdAt": "2024-
|
|
88
|
-
"updatedAt": "2024-
|
|
88
|
+
"DENextBoutId": 17,
|
|
89
|
+
"RefereeId": 1,
|
|
90
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
91
|
+
"updatedAt": "2024-07-28T04:15:48.000Z",
|
|
89
92
|
"Person1": {
|
|
90
|
-
"PersonId":
|
|
91
|
-
"DisplayName": "
|
|
93
|
+
"PersonId": 70,
|
|
94
|
+
"DisplayName": "Stephanie Eaton",
|
|
92
95
|
"ClubId": 10,
|
|
96
|
+
"ShowData": true,
|
|
93
97
|
"Images": [],
|
|
94
98
|
"Club": {
|
|
95
99
|
"Name": "Columbus United Fencing Club",
|
|
@@ -98,21 +102,22 @@ const getDEWithBouts =
|
|
|
98
102
|
},
|
|
99
103
|
"EventPersons": [
|
|
100
104
|
{
|
|
101
|
-
"DEPosition":
|
|
105
|
+
"DEPosition": 17
|
|
102
106
|
}
|
|
103
107
|
]
|
|
104
108
|
},
|
|
105
109
|
"Person2": {
|
|
106
|
-
"PersonId":
|
|
107
|
-
"DisplayName": "
|
|
108
|
-
"ClubId":
|
|
110
|
+
"PersonId": 47,
|
|
111
|
+
"DisplayName": "J Hendrix",
|
|
112
|
+
"ClubId": 23,
|
|
113
|
+
"ShowData": true,
|
|
109
114
|
"Images": [],
|
|
110
115
|
"Club": {
|
|
111
|
-
"Name": "
|
|
116
|
+
"Name": "Queen City Sword Guild"
|
|
112
117
|
},
|
|
113
118
|
"EventPersons": [
|
|
114
119
|
{
|
|
115
|
-
"DEPosition":
|
|
120
|
+
"DEPosition": 15
|
|
116
121
|
}
|
|
117
122
|
]
|
|
118
123
|
},
|
|
@@ -123,52 +128,54 @@ const getDEWithBouts =
|
|
|
123
128
|
{
|
|
124
129
|
"TimerStatus": "stopped",
|
|
125
130
|
"RefName": "Unassigned",
|
|
126
|
-
"BoutId":
|
|
127
|
-
"PoolId":
|
|
128
|
-
"EventId":
|
|
129
|
-
"Person1Id":
|
|
130
|
-
"Person2Id":
|
|
131
|
-
"Status": "
|
|
132
|
-
"Score1":
|
|
133
|
-
"Score2":
|
|
134
|
-
"Started":
|
|
135
|
-
"Ended":
|
|
136
|
-
"TimeLeft":
|
|
137
|
-
"CurrentPass":
|
|
138
|
-
"MaxPasses":
|
|
139
|
-
"RoundLabel": "Table of
|
|
131
|
+
"BoutId": 2200,
|
|
132
|
+
"PoolId": 146,
|
|
133
|
+
"EventId": 8,
|
|
134
|
+
"Person1Id": 74,
|
|
135
|
+
"Person2Id": 42,
|
|
136
|
+
"Status": "Completed",
|
|
137
|
+
"Score1": 3,
|
|
138
|
+
"Score2": 7,
|
|
139
|
+
"Started": "2024-07-28T04:16:46.000Z",
|
|
140
|
+
"Ended": "2024-07-28T04:16:57.000Z",
|
|
141
|
+
"TimeLeft": 90,
|
|
142
|
+
"CurrentPass": 6,
|
|
143
|
+
"MaxPasses": 7,
|
|
144
|
+
"RoundLabel": "Table of 32",
|
|
140
145
|
"DEBoutId": 3,
|
|
141
|
-
"DENextBoutId":
|
|
142
|
-
"RefereeId":
|
|
143
|
-
"createdAt": "2024-
|
|
144
|
-
"updatedAt": "2024-
|
|
146
|
+
"DENextBoutId": 18,
|
|
147
|
+
"RefereeId": 1,
|
|
148
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
149
|
+
"updatedAt": "2024-07-28T04:16:57.000Z",
|
|
145
150
|
"Person1": {
|
|
146
|
-
"PersonId":
|
|
147
|
-
"DisplayName": "
|
|
148
|
-
"ClubId":
|
|
151
|
+
"PersonId": 74,
|
|
152
|
+
"DisplayName": "Will Grube",
|
|
153
|
+
"ClubId": 23,
|
|
154
|
+
"ShowData": true,
|
|
149
155
|
"Images": [],
|
|
150
156
|
"Club": {
|
|
151
|
-
"Name": "
|
|
152
|
-
"Color1": "
|
|
153
|
-
"Color2": "
|
|
157
|
+
"Name": "Queen City Sword Guild",
|
|
158
|
+
"Color1": "blue",
|
|
159
|
+
"Color2": "red"
|
|
154
160
|
},
|
|
155
161
|
"EventPersons": [
|
|
156
162
|
{
|
|
157
|
-
"DEPosition":
|
|
163
|
+
"DEPosition": 8
|
|
158
164
|
}
|
|
159
165
|
]
|
|
160
166
|
},
|
|
161
167
|
"Person2": {
|
|
162
|
-
"PersonId":
|
|
163
|
-
"DisplayName": "
|
|
164
|
-
"ClubId":
|
|
168
|
+
"PersonId": 42,
|
|
169
|
+
"DisplayName": "David Twitchell",
|
|
170
|
+
"ClubId": 38,
|
|
171
|
+
"ShowData": true,
|
|
165
172
|
"Images": [],
|
|
166
173
|
"Club": {
|
|
167
|
-
"Name": "
|
|
174
|
+
"Name": "Steelhead Western Martial Arts"
|
|
168
175
|
},
|
|
169
176
|
"EventPersons": [
|
|
170
177
|
{
|
|
171
|
-
"DEPosition":
|
|
178
|
+
"DEPosition": 24
|
|
172
179
|
}
|
|
173
180
|
]
|
|
174
181
|
},
|
|
@@ -179,52 +186,54 @@ const getDEWithBouts =
|
|
|
179
186
|
{
|
|
180
187
|
"TimerStatus": "stopped",
|
|
181
188
|
"RefName": "Unassigned",
|
|
182
|
-
"BoutId":
|
|
183
|
-
"PoolId":
|
|
184
|
-
"EventId":
|
|
185
|
-
"Person1Id":
|
|
186
|
-
"Person2Id":
|
|
187
|
-
"Status": "
|
|
188
|
-
"Score1":
|
|
189
|
-
"Score2":
|
|
190
|
-
"Started":
|
|
191
|
-
"Ended":
|
|
192
|
-
"TimeLeft":
|
|
193
|
-
"CurrentPass":
|
|
194
|
-
"MaxPasses":
|
|
195
|
-
"RoundLabel": "Table of
|
|
196
|
-
"DEBoutId":
|
|
197
|
-
"DENextBoutId":
|
|
198
|
-
"RefereeId":
|
|
199
|
-
"createdAt": "2024-
|
|
200
|
-
"updatedAt": "2024-
|
|
189
|
+
"BoutId": 2201,
|
|
190
|
+
"PoolId": 146,
|
|
191
|
+
"EventId": 8,
|
|
192
|
+
"Person1Id": 63,
|
|
193
|
+
"Person2Id": 59,
|
|
194
|
+
"Status": "Completed",
|
|
195
|
+
"Score1": 2,
|
|
196
|
+
"Score2": 7,
|
|
197
|
+
"Started": "2024-07-28T04:17:39.000Z",
|
|
198
|
+
"Ended": "2024-07-28T04:17:51.000Z",
|
|
199
|
+
"TimeLeft": 90,
|
|
200
|
+
"CurrentPass": 6,
|
|
201
|
+
"MaxPasses": 7,
|
|
202
|
+
"RoundLabel": "Table of 32",
|
|
203
|
+
"DEBoutId": 4,
|
|
204
|
+
"DENextBoutId": 18,
|
|
205
|
+
"RefereeId": 1,
|
|
206
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
207
|
+
"updatedAt": "2024-07-28T04:17:51.000Z",
|
|
201
208
|
"Person1": {
|
|
202
|
-
"PersonId":
|
|
203
|
-
"DisplayName": "
|
|
204
|
-
"ClubId":
|
|
209
|
+
"PersonId": 63,
|
|
210
|
+
"DisplayName": "Nate Sirrat",
|
|
211
|
+
"ClubId": 23,
|
|
212
|
+
"ShowData": true,
|
|
205
213
|
"Images": [],
|
|
206
214
|
"Club": {
|
|
207
|
-
"Name": "
|
|
208
|
-
"Color1": "
|
|
209
|
-
"Color2": "
|
|
215
|
+
"Name": "Queen City Sword Guild",
|
|
216
|
+
"Color1": "blue",
|
|
217
|
+
"Color2": "red"
|
|
210
218
|
},
|
|
211
219
|
"EventPersons": [
|
|
212
220
|
{
|
|
213
|
-
"DEPosition":
|
|
221
|
+
"DEPosition": 25
|
|
214
222
|
}
|
|
215
223
|
]
|
|
216
224
|
},
|
|
217
225
|
"Person2": {
|
|
218
|
-
"PersonId":
|
|
219
|
-
"DisplayName": "
|
|
220
|
-
"ClubId":
|
|
226
|
+
"PersonId": 59,
|
|
227
|
+
"DisplayName": "Loyd Briski",
|
|
228
|
+
"ClubId": 23,
|
|
229
|
+
"ShowData": true,
|
|
221
230
|
"Images": [],
|
|
222
231
|
"Club": {
|
|
223
|
-
"Name": "
|
|
232
|
+
"Name": "Queen City Sword Guild"
|
|
224
233
|
},
|
|
225
234
|
"EventPersons": [
|
|
226
235
|
{
|
|
227
|
-
"DEPosition":
|
|
236
|
+
"DEPosition": 6
|
|
228
237
|
}
|
|
229
238
|
]
|
|
230
239
|
},
|
|
@@ -235,12 +244,12 @@ const getDEWithBouts =
|
|
|
235
244
|
{
|
|
236
245
|
"TimerStatus": "stopped",
|
|
237
246
|
"RefName": "Unassigned",
|
|
238
|
-
"BoutId":
|
|
239
|
-
"PoolId":
|
|
240
|
-
"EventId":
|
|
241
|
-
"Person1Id":
|
|
242
|
-
"Person2Id":
|
|
243
|
-
"Status": "
|
|
247
|
+
"BoutId": 2202,
|
|
248
|
+
"PoolId": 146,
|
|
249
|
+
"EventId": 8,
|
|
250
|
+
"Person1Id": 61,
|
|
251
|
+
"Person2Id": 0,
|
|
252
|
+
"Status": "Bye",
|
|
244
253
|
"Score1": 0,
|
|
245
254
|
"Score2": 0,
|
|
246
255
|
"Started": null,
|
|
@@ -248,41 +257,39 @@ const getDEWithBouts =
|
|
|
248
257
|
"TimeLeft": 0,
|
|
249
258
|
"CurrentPass": 0,
|
|
250
259
|
"MaxPasses": 0,
|
|
251
|
-
"RoundLabel": "Table of
|
|
252
|
-
"DEBoutId":
|
|
253
|
-
"DENextBoutId":
|
|
260
|
+
"RoundLabel": "Table of 32",
|
|
261
|
+
"DEBoutId": 5,
|
|
262
|
+
"DENextBoutId": 19,
|
|
254
263
|
"RefereeId": null,
|
|
255
|
-
"createdAt": "2024-
|
|
256
|
-
"updatedAt": "2024-
|
|
264
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
265
|
+
"updatedAt": "2024-07-28T04:14:51.000Z",
|
|
257
266
|
"Person1": {
|
|
258
|
-
"PersonId":
|
|
259
|
-
"DisplayName": "
|
|
260
|
-
"ClubId":
|
|
267
|
+
"PersonId": 61,
|
|
268
|
+
"DisplayName": "Marten Dollinger",
|
|
269
|
+
"ClubId": 13,
|
|
270
|
+
"ShowData": true,
|
|
261
271
|
"Images": [],
|
|
262
272
|
"Club": {
|
|
263
|
-
"Name": "
|
|
264
|
-
"Color1": "
|
|
265
|
-
"Color2": "
|
|
273
|
+
"Name": "Two Ravens Fencing School",
|
|
274
|
+
"Color1": "red",
|
|
275
|
+
"Color2": "blue"
|
|
266
276
|
},
|
|
267
277
|
"EventPersons": [
|
|
268
278
|
{
|
|
269
|
-
"DEPosition":
|
|
279
|
+
"DEPosition": 2
|
|
270
280
|
}
|
|
271
281
|
]
|
|
272
282
|
},
|
|
273
283
|
"Person2": {
|
|
274
|
-
"PersonId":
|
|
275
|
-
"DisplayName": "
|
|
276
|
-
"ClubId":
|
|
284
|
+
"PersonId": 0,
|
|
285
|
+
"DisplayName": "BYE",
|
|
286
|
+
"ClubId": 1,
|
|
287
|
+
"ShowData": true,
|
|
277
288
|
"Images": [],
|
|
278
289
|
"Club": {
|
|
279
|
-
"Name": "
|
|
290
|
+
"Name": "Acme Fencing Club"
|
|
280
291
|
},
|
|
281
|
-
"EventPersons": [
|
|
282
|
-
{
|
|
283
|
-
"DEPosition": 4
|
|
284
|
-
}
|
|
285
|
-
]
|
|
292
|
+
"EventPersons": []
|
|
286
293
|
},
|
|
287
294
|
"Pool": {
|
|
288
295
|
"RingName": "DE Bracket"
|
|
@@ -291,52 +298,54 @@ const getDEWithBouts =
|
|
|
291
298
|
{
|
|
292
299
|
"TimerStatus": "stopped",
|
|
293
300
|
"RefName": "Unassigned",
|
|
294
|
-
"BoutId":
|
|
295
|
-
"PoolId":
|
|
296
|
-
"EventId":
|
|
297
|
-
"Person1Id":
|
|
298
|
-
"Person2Id":
|
|
299
|
-
"Status": "
|
|
301
|
+
"BoutId": 2203,
|
|
302
|
+
"PoolId": 146,
|
|
303
|
+
"EventId": 8,
|
|
304
|
+
"Person1Id": 66,
|
|
305
|
+
"Person2Id": 51,
|
|
306
|
+
"Status": "Completed",
|
|
300
307
|
"Score1": 0,
|
|
301
|
-
"Score2":
|
|
302
|
-
"Started":
|
|
303
|
-
"Ended":
|
|
304
|
-
"TimeLeft":
|
|
305
|
-
"CurrentPass":
|
|
306
|
-
"MaxPasses":
|
|
307
|
-
"RoundLabel": "Table of
|
|
308
|
-
"DEBoutId":
|
|
309
|
-
"DENextBoutId":
|
|
310
|
-
"RefereeId":
|
|
311
|
-
"createdAt": "2024-
|
|
312
|
-
"updatedAt": "2024-
|
|
308
|
+
"Score2": 7,
|
|
309
|
+
"Started": "2024-07-28T04:24:58.000Z",
|
|
310
|
+
"Ended": "2024-07-28T04:25:13.000Z",
|
|
311
|
+
"TimeLeft": 90,
|
|
312
|
+
"CurrentPass": 2,
|
|
313
|
+
"MaxPasses": 7,
|
|
314
|
+
"RoundLabel": "Table of 32",
|
|
315
|
+
"DEBoutId": 6,
|
|
316
|
+
"DENextBoutId": 19,
|
|
317
|
+
"RefereeId": 1,
|
|
318
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
319
|
+
"updatedAt": "2024-07-28T04:25:13.000Z",
|
|
313
320
|
"Person1": {
|
|
314
|
-
"PersonId":
|
|
315
|
-
"DisplayName": "
|
|
316
|
-
"ClubId":
|
|
321
|
+
"PersonId": 66,
|
|
322
|
+
"DisplayName": "Patrick Chick",
|
|
323
|
+
"ClubId": 13,
|
|
324
|
+
"ShowData": true,
|
|
317
325
|
"Images": [],
|
|
318
326
|
"Club": {
|
|
319
|
-
"Name": "
|
|
320
|
-
"Color1": "
|
|
321
|
-
"Color2": "
|
|
327
|
+
"Name": "Two Ravens Fencing School",
|
|
328
|
+
"Color1": "red",
|
|
329
|
+
"Color2": "blue"
|
|
322
330
|
},
|
|
323
331
|
"EventPersons": [
|
|
324
332
|
{
|
|
325
|
-
"DEPosition":
|
|
333
|
+
"DEPosition": 21
|
|
326
334
|
}
|
|
327
335
|
]
|
|
328
336
|
},
|
|
329
337
|
"Person2": {
|
|
330
|
-
"PersonId":
|
|
331
|
-
"DisplayName": "
|
|
332
|
-
"ClubId":
|
|
338
|
+
"PersonId": 51,
|
|
339
|
+
"DisplayName": "Jacob Pigeon",
|
|
340
|
+
"ClubId": 43,
|
|
341
|
+
"ShowData": true,
|
|
333
342
|
"Images": [],
|
|
334
343
|
"Club": {
|
|
335
|
-
"Name": "
|
|
344
|
+
"Name": "Ars Gladii"
|
|
336
345
|
},
|
|
337
346
|
"EventPersons": [
|
|
338
347
|
{
|
|
339
|
-
"DEPosition":
|
|
348
|
+
"DEPosition": 12
|
|
340
349
|
}
|
|
341
350
|
]
|
|
342
351
|
},
|
|
@@ -347,52 +356,54 @@ const getDEWithBouts =
|
|
|
347
356
|
{
|
|
348
357
|
"TimerStatus": "stopped",
|
|
349
358
|
"RefName": "Unassigned",
|
|
350
|
-
"BoutId":
|
|
351
|
-
"PoolId":
|
|
352
|
-
"EventId":
|
|
353
|
-
"Person1Id":
|
|
354
|
-
"Person2Id":
|
|
355
|
-
"Status": "
|
|
356
|
-
"Score1":
|
|
357
|
-
"Score2":
|
|
358
|
-
"Started":
|
|
359
|
-
"Ended":
|
|
360
|
-
"TimeLeft":
|
|
361
|
-
"CurrentPass":
|
|
362
|
-
"MaxPasses":
|
|
363
|
-
"RoundLabel": "Table of
|
|
364
|
-
"DEBoutId":
|
|
365
|
-
"DENextBoutId":
|
|
366
|
-
"RefereeId":
|
|
367
|
-
"createdAt": "2024-
|
|
368
|
-
"updatedAt": "2024-
|
|
359
|
+
"BoutId": 2204,
|
|
360
|
+
"PoolId": 146,
|
|
361
|
+
"EventId": 8,
|
|
362
|
+
"Person1Id": 37,
|
|
363
|
+
"Person2Id": 53,
|
|
364
|
+
"Status": "Completed",
|
|
365
|
+
"Score1": 2,
|
|
366
|
+
"Score2": 7,
|
|
367
|
+
"Started": "2024-07-28T04:26:55.000Z",
|
|
368
|
+
"Ended": "2024-07-28T04:27:11.000Z",
|
|
369
|
+
"TimeLeft": 90,
|
|
370
|
+
"CurrentPass": 6,
|
|
371
|
+
"MaxPasses": 7,
|
|
372
|
+
"RoundLabel": "Table of 32",
|
|
373
|
+
"DEBoutId": 7,
|
|
374
|
+
"DENextBoutId": 20,
|
|
375
|
+
"RefereeId": 1,
|
|
376
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
377
|
+
"updatedAt": "2024-07-28T04:27:11.000Z",
|
|
369
378
|
"Person1": {
|
|
370
|
-
"PersonId":
|
|
371
|
-
"DisplayName": "
|
|
372
|
-
"ClubId":
|
|
379
|
+
"PersonId": 37,
|
|
380
|
+
"DisplayName": "Brian Thiessen",
|
|
381
|
+
"ClubId": 38,
|
|
382
|
+
"ShowData": true,
|
|
373
383
|
"Images": [],
|
|
374
384
|
"Club": {
|
|
375
|
-
"Name": "
|
|
376
|
-
"Color1": "
|
|
377
|
-
"Color2": "
|
|
385
|
+
"Name": "Steelhead Western Martial Arts",
|
|
386
|
+
"Color1": "Black",
|
|
387
|
+
"Color2": "Blue"
|
|
378
388
|
},
|
|
379
389
|
"EventPersons": [
|
|
380
390
|
{
|
|
381
|
-
"DEPosition":
|
|
391
|
+
"DEPosition": 18
|
|
382
392
|
}
|
|
383
393
|
]
|
|
384
394
|
},
|
|
385
395
|
"Person2": {
|
|
386
|
-
"PersonId":
|
|
387
|
-
"DisplayName": "
|
|
388
|
-
"ClubId":
|
|
396
|
+
"PersonId": 53,
|
|
397
|
+
"DisplayName": "Jonathan Rose",
|
|
398
|
+
"ClubId": 12,
|
|
399
|
+
"ShowData": true,
|
|
389
400
|
"Images": [],
|
|
390
401
|
"Club": {
|
|
391
|
-
"Name": "
|
|
402
|
+
"Name": "Gem City Duelists Society"
|
|
392
403
|
},
|
|
393
404
|
"EventPersons": [
|
|
394
405
|
{
|
|
395
|
-
"DEPosition":
|
|
406
|
+
"DEPosition": 20
|
|
396
407
|
}
|
|
397
408
|
]
|
|
398
409
|
},
|
|
@@ -403,11 +414,11 @@ const getDEWithBouts =
|
|
|
403
414
|
{
|
|
404
415
|
"TimerStatus": "stopped",
|
|
405
416
|
"RefName": "Unassigned",
|
|
406
|
-
"BoutId":
|
|
407
|
-
"PoolId":
|
|
408
|
-
"EventId":
|
|
417
|
+
"BoutId": 2205,
|
|
418
|
+
"PoolId": 146,
|
|
419
|
+
"EventId": 8,
|
|
409
420
|
"Person1Id": 0,
|
|
410
|
-
"Person2Id":
|
|
421
|
+
"Person2Id": 49,
|
|
411
422
|
"Status": "Bye",
|
|
412
423
|
"Score1": 0,
|
|
413
424
|
"Score2": 0,
|
|
@@ -416,16 +427,17 @@ const getDEWithBouts =
|
|
|
416
427
|
"TimeLeft": 0,
|
|
417
428
|
"CurrentPass": 0,
|
|
418
429
|
"MaxPasses": 0,
|
|
419
|
-
"RoundLabel": "Table of
|
|
430
|
+
"RoundLabel": "Table of 32",
|
|
420
431
|
"DEBoutId": 8,
|
|
421
|
-
"DENextBoutId":
|
|
432
|
+
"DENextBoutId": 20,
|
|
422
433
|
"RefereeId": null,
|
|
423
|
-
"createdAt": "2024-
|
|
424
|
-
"updatedAt": "2024-
|
|
434
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
435
|
+
"updatedAt": "2024-07-28T04:14:53.000Z",
|
|
425
436
|
"Person1": {
|
|
426
437
|
"PersonId": 0,
|
|
427
438
|
"DisplayName": "BYE",
|
|
428
439
|
"ClubId": 1,
|
|
440
|
+
"ShowData": true,
|
|
429
441
|
"Images": [],
|
|
430
442
|
"Club": {
|
|
431
443
|
"Name": "Acme Fencing Club",
|
|
@@ -435,16 +447,17 @@ const getDEWithBouts =
|
|
|
435
447
|
"EventPersons": []
|
|
436
448
|
},
|
|
437
449
|
"Person2": {
|
|
438
|
-
"PersonId":
|
|
439
|
-
"DisplayName": "
|
|
440
|
-
"ClubId":
|
|
450
|
+
"PersonId": 49,
|
|
451
|
+
"DisplayName": "Jack Seyler",
|
|
452
|
+
"ClubId": 43,
|
|
453
|
+
"ShowData": true,
|
|
441
454
|
"Images": [],
|
|
442
455
|
"Club": {
|
|
443
|
-
"Name": "
|
|
456
|
+
"Name": "Ars Gladii"
|
|
444
457
|
},
|
|
445
458
|
"EventPersons": [
|
|
446
459
|
{
|
|
447
|
-
"DEPosition":
|
|
460
|
+
"DEPosition": 5
|
|
448
461
|
}
|
|
449
462
|
]
|
|
450
463
|
},
|
|
@@ -455,12 +468,12 @@ const getDEWithBouts =
|
|
|
455
468
|
{
|
|
456
469
|
"TimerStatus": "stopped",
|
|
457
470
|
"RefName": "Unassigned",
|
|
458
|
-
"BoutId":
|
|
459
|
-
"PoolId":
|
|
460
|
-
"EventId":
|
|
461
|
-
"Person1Id":
|
|
471
|
+
"BoutId": 2206,
|
|
472
|
+
"PoolId": 146,
|
|
473
|
+
"EventId": 8,
|
|
474
|
+
"Person1Id": 36,
|
|
462
475
|
"Person2Id": 0,
|
|
463
|
-
"Status": "
|
|
476
|
+
"Status": "Bye",
|
|
464
477
|
"Score1": 0,
|
|
465
478
|
"Score2": 0,
|
|
466
479
|
"Started": null,
|
|
@@ -468,25 +481,26 @@ const getDEWithBouts =
|
|
|
468
481
|
"TimeLeft": 0,
|
|
469
482
|
"CurrentPass": 0,
|
|
470
483
|
"MaxPasses": 0,
|
|
471
|
-
"RoundLabel": "Table of
|
|
484
|
+
"RoundLabel": "Table of 32",
|
|
472
485
|
"DEBoutId": 9,
|
|
473
|
-
"DENextBoutId":
|
|
486
|
+
"DENextBoutId": 21,
|
|
474
487
|
"RefereeId": null,
|
|
475
|
-
"createdAt": "2024-
|
|
476
|
-
"updatedAt": "2024-
|
|
488
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
489
|
+
"updatedAt": "2024-07-28T04:14:53.000Z",
|
|
477
490
|
"Person1": {
|
|
478
|
-
"PersonId":
|
|
479
|
-
"DisplayName": "
|
|
480
|
-
"ClubId":
|
|
491
|
+
"PersonId": 36,
|
|
492
|
+
"DisplayName": "Brandon Caylor",
|
|
493
|
+
"ClubId": 10,
|
|
494
|
+
"ShowData": true,
|
|
481
495
|
"Images": [],
|
|
482
496
|
"Club": {
|
|
483
|
-
"Name": "Columbus
|
|
484
|
-
"Color1": "
|
|
485
|
-
"Color2": "
|
|
497
|
+
"Name": "Columbus United Fencing Club",
|
|
498
|
+
"Color1": "navy",
|
|
499
|
+
"Color2": "rose"
|
|
486
500
|
},
|
|
487
501
|
"EventPersons": [
|
|
488
502
|
{
|
|
489
|
-
"DEPosition":
|
|
503
|
+
"DEPosition": 4
|
|
490
504
|
}
|
|
491
505
|
]
|
|
492
506
|
},
|
|
@@ -494,6 +508,7 @@ const getDEWithBouts =
|
|
|
494
508
|
"PersonId": 0,
|
|
495
509
|
"DisplayName": "BYE",
|
|
496
510
|
"ClubId": 1,
|
|
511
|
+
"ShowData": true,
|
|
497
512
|
"Images": [],
|
|
498
513
|
"Club": {
|
|
499
514
|
"Name": "Acme Fencing Club"
|
|
@@ -507,46 +522,56 @@ const getDEWithBouts =
|
|
|
507
522
|
{
|
|
508
523
|
"TimerStatus": "stopped",
|
|
509
524
|
"RefName": "Unassigned",
|
|
510
|
-
"BoutId":
|
|
511
|
-
"PoolId":
|
|
512
|
-
"EventId":
|
|
513
|
-
"Person1Id":
|
|
514
|
-
"Person2Id":
|
|
515
|
-
"Status": "
|
|
516
|
-
"Score1":
|
|
517
|
-
"Score2":
|
|
518
|
-
"Started":
|
|
519
|
-
"Ended":
|
|
520
|
-
"TimeLeft":
|
|
521
|
-
"CurrentPass":
|
|
522
|
-
"MaxPasses":
|
|
523
|
-
"RoundLabel": "Table of
|
|
525
|
+
"BoutId": 2207,
|
|
526
|
+
"PoolId": 146,
|
|
527
|
+
"EventId": 8,
|
|
528
|
+
"Person1Id": 67,
|
|
529
|
+
"Person2Id": 56,
|
|
530
|
+
"Status": "Completed",
|
|
531
|
+
"Score1": 2,
|
|
532
|
+
"Score2": 7,
|
|
533
|
+
"Started": "2024-07-28T04:38:28.000Z",
|
|
534
|
+
"Ended": "2024-07-28T04:38:45.000Z",
|
|
535
|
+
"TimeLeft": 90,
|
|
536
|
+
"CurrentPass": 6,
|
|
537
|
+
"MaxPasses": 7,
|
|
538
|
+
"RoundLabel": "Table of 32",
|
|
524
539
|
"DEBoutId": 10,
|
|
525
|
-
"DENextBoutId":
|
|
526
|
-
"RefereeId":
|
|
527
|
-
"createdAt": "2024-
|
|
528
|
-
"updatedAt": "2024-
|
|
540
|
+
"DENextBoutId": 21,
|
|
541
|
+
"RefereeId": 1,
|
|
542
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
543
|
+
"updatedAt": "2024-07-28T04:38:46.000Z",
|
|
529
544
|
"Person1": {
|
|
530
|
-
"PersonId":
|
|
531
|
-
"DisplayName": "
|
|
532
|
-
"ClubId":
|
|
545
|
+
"PersonId": 67,
|
|
546
|
+
"DisplayName": "Patrick McCarthy",
|
|
547
|
+
"ClubId": 23,
|
|
548
|
+
"ShowData": true,
|
|
533
549
|
"Images": [],
|
|
534
550
|
"Club": {
|
|
535
|
-
"Name": "
|
|
536
|
-
"Color1": "
|
|
537
|
-
"Color2": "
|
|
551
|
+
"Name": "Queen City Sword Guild",
|
|
552
|
+
"Color1": "blue",
|
|
553
|
+
"Color2": "red"
|
|
538
554
|
},
|
|
539
|
-
"EventPersons": [
|
|
555
|
+
"EventPersons": [
|
|
556
|
+
{
|
|
557
|
+
"DEPosition": 19
|
|
558
|
+
}
|
|
559
|
+
]
|
|
540
560
|
},
|
|
541
561
|
"Person2": {
|
|
542
|
-
"PersonId":
|
|
543
|
-
"DisplayName": "
|
|
544
|
-
"ClubId":
|
|
562
|
+
"PersonId": 56,
|
|
563
|
+
"DisplayName": "Katharine Keller",
|
|
564
|
+
"ClubId": 43,
|
|
565
|
+
"ShowData": true,
|
|
545
566
|
"Images": [],
|
|
546
567
|
"Club": {
|
|
547
|
-
"Name": "
|
|
568
|
+
"Name": "Ars Gladii"
|
|
548
569
|
},
|
|
549
|
-
"EventPersons": [
|
|
570
|
+
"EventPersons": [
|
|
571
|
+
{
|
|
572
|
+
"DEPosition": 9
|
|
573
|
+
}
|
|
574
|
+
]
|
|
550
575
|
},
|
|
551
576
|
"Pool": {
|
|
552
577
|
"RingName": "DE Bracket"
|
|
@@ -555,46 +580,56 @@ const getDEWithBouts =
|
|
|
555
580
|
{
|
|
556
581
|
"TimerStatus": "stopped",
|
|
557
582
|
"RefName": "Unassigned",
|
|
558
|
-
"BoutId":
|
|
559
|
-
"PoolId":
|
|
560
|
-
"EventId":
|
|
561
|
-
"Person1Id":
|
|
562
|
-
"Person2Id":
|
|
563
|
-
"Status": "
|
|
564
|
-
"Score1":
|
|
565
|
-
"Score2":
|
|
566
|
-
"Started":
|
|
567
|
-
"Ended":
|
|
568
|
-
"TimeLeft":
|
|
569
|
-
"CurrentPass":
|
|
570
|
-
"MaxPasses":
|
|
571
|
-
"RoundLabel": "Table of
|
|
583
|
+
"BoutId": 2208,
|
|
584
|
+
"PoolId": 146,
|
|
585
|
+
"EventId": 8,
|
|
586
|
+
"Person1Id": 68,
|
|
587
|
+
"Person2Id": 57,
|
|
588
|
+
"Status": "Completed",
|
|
589
|
+
"Score1": 2,
|
|
590
|
+
"Score2": 7,
|
|
591
|
+
"Started": "2024-07-28T04:45:40.000Z",
|
|
592
|
+
"Ended": "2024-07-28T04:45:56.000Z",
|
|
593
|
+
"TimeLeft": 90,
|
|
594
|
+
"CurrentPass": 6,
|
|
595
|
+
"MaxPasses": 7,
|
|
596
|
+
"RoundLabel": "Table of 32",
|
|
572
597
|
"DEBoutId": 11,
|
|
573
|
-
"DENextBoutId":
|
|
574
|
-
"RefereeId":
|
|
575
|
-
"createdAt": "2024-
|
|
576
|
-
"updatedAt": "2024-
|
|
598
|
+
"DENextBoutId": 22,
|
|
599
|
+
"RefereeId": 1,
|
|
600
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
601
|
+
"updatedAt": "2024-07-28T04:45:56.000Z",
|
|
577
602
|
"Person1": {
|
|
578
|
-
"PersonId":
|
|
579
|
-
"DisplayName": "
|
|
580
|
-
"ClubId":
|
|
603
|
+
"PersonId": 68,
|
|
604
|
+
"DisplayName": "Regina Mendicino",
|
|
605
|
+
"ClubId": 10,
|
|
606
|
+
"ShowData": true,
|
|
581
607
|
"Images": [],
|
|
582
608
|
"Club": {
|
|
583
|
-
"Name": "
|
|
609
|
+
"Name": "Columbus United Fencing Club",
|
|
584
610
|
"Color1": "navy",
|
|
585
611
|
"Color2": "rose"
|
|
586
612
|
},
|
|
587
|
-
"EventPersons": [
|
|
613
|
+
"EventPersons": [
|
|
614
|
+
{
|
|
615
|
+
"DEPosition": 11
|
|
616
|
+
}
|
|
617
|
+
]
|
|
588
618
|
},
|
|
589
619
|
"Person2": {
|
|
590
|
-
"PersonId":
|
|
591
|
-
"DisplayName": "
|
|
592
|
-
"ClubId":
|
|
620
|
+
"PersonId": 57,
|
|
621
|
+
"DisplayName": "Landen Kirkland",
|
|
622
|
+
"ClubId": 43,
|
|
623
|
+
"ShowData": true,
|
|
593
624
|
"Images": [],
|
|
594
625
|
"Club": {
|
|
595
|
-
"Name": "
|
|
626
|
+
"Name": "Ars Gladii"
|
|
596
627
|
},
|
|
597
|
-
"EventPersons": [
|
|
628
|
+
"EventPersons": [
|
|
629
|
+
{
|
|
630
|
+
"DEPosition": 22
|
|
631
|
+
}
|
|
632
|
+
]
|
|
598
633
|
},
|
|
599
634
|
"Pool": {
|
|
600
635
|
"RingName": "DE Bracket"
|
|
@@ -603,12 +638,12 @@ const getDEWithBouts =
|
|
|
603
638
|
{
|
|
604
639
|
"TimerStatus": "stopped",
|
|
605
640
|
"RefName": "Unassigned",
|
|
606
|
-
"BoutId":
|
|
607
|
-
"PoolId":
|
|
608
|
-
"EventId":
|
|
641
|
+
"BoutId": 2209,
|
|
642
|
+
"PoolId": 146,
|
|
643
|
+
"EventId": 8,
|
|
609
644
|
"Person1Id": 0,
|
|
610
|
-
"Person2Id":
|
|
611
|
-
"Status": "
|
|
645
|
+
"Person2Id": 46,
|
|
646
|
+
"Status": "Bye",
|
|
612
647
|
"Score1": 0,
|
|
613
648
|
"Score2": 0,
|
|
614
649
|
"Started": null,
|
|
@@ -616,16 +651,17 @@ const getDEWithBouts =
|
|
|
616
651
|
"TimeLeft": 0,
|
|
617
652
|
"CurrentPass": 0,
|
|
618
653
|
"MaxPasses": 0,
|
|
619
|
-
"RoundLabel": "Table of
|
|
654
|
+
"RoundLabel": "Table of 32",
|
|
620
655
|
"DEBoutId": 12,
|
|
621
|
-
"DENextBoutId":
|
|
656
|
+
"DENextBoutId": 22,
|
|
622
657
|
"RefereeId": null,
|
|
623
|
-
"createdAt": "2024-
|
|
624
|
-
"updatedAt": "2024-
|
|
658
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
659
|
+
"updatedAt": "2024-07-28T04:14:54.000Z",
|
|
625
660
|
"Person1": {
|
|
626
661
|
"PersonId": 0,
|
|
627
662
|
"DisplayName": "BYE",
|
|
628
663
|
"ClubId": 1,
|
|
664
|
+
"ShowData": true,
|
|
629
665
|
"Images": [],
|
|
630
666
|
"Club": {
|
|
631
667
|
"Name": "Acme Fencing Club",
|
|
@@ -635,16 +671,17 @@ const getDEWithBouts =
|
|
|
635
671
|
"EventPersons": []
|
|
636
672
|
},
|
|
637
673
|
"Person2": {
|
|
638
|
-
"PersonId":
|
|
639
|
-
"DisplayName": "
|
|
640
|
-
"ClubId":
|
|
674
|
+
"PersonId": 46,
|
|
675
|
+
"DisplayName": "Ethan Garrett",
|
|
676
|
+
"ClubId": 23,
|
|
677
|
+
"ShowData": true,
|
|
641
678
|
"Images": [],
|
|
642
679
|
"Club": {
|
|
643
|
-
"Name": "
|
|
680
|
+
"Name": "Queen City Sword Guild"
|
|
644
681
|
},
|
|
645
682
|
"EventPersons": [
|
|
646
683
|
{
|
|
647
|
-
"DEPosition":
|
|
684
|
+
"DEPosition": 16
|
|
648
685
|
}
|
|
649
686
|
]
|
|
650
687
|
},
|
|
@@ -655,46 +692,56 @@ const getDEWithBouts =
|
|
|
655
692
|
{
|
|
656
693
|
"TimerStatus": "stopped",
|
|
657
694
|
"RefName": "Unassigned",
|
|
658
|
-
"BoutId":
|
|
659
|
-
"PoolId":
|
|
660
|
-
"EventId":
|
|
661
|
-
"Person1Id":
|
|
662
|
-
"Person2Id":
|
|
663
|
-
"Status": "
|
|
664
|
-
"Score1":
|
|
665
|
-
"Score2":
|
|
666
|
-
"Started":
|
|
667
|
-
"Ended":
|
|
668
|
-
"TimeLeft":
|
|
669
|
-
"CurrentPass":
|
|
670
|
-
"MaxPasses":
|
|
671
|
-
"RoundLabel": "
|
|
695
|
+
"BoutId": 2210,
|
|
696
|
+
"PoolId": 146,
|
|
697
|
+
"EventId": 8,
|
|
698
|
+
"Person1Id": 60,
|
|
699
|
+
"Person2Id": 55,
|
|
700
|
+
"Status": "Completed",
|
|
701
|
+
"Score1": 7,
|
|
702
|
+
"Score2": 3,
|
|
703
|
+
"Started": "2024-07-28T04:52:27.000Z",
|
|
704
|
+
"Ended": "2024-07-28T04:52:49.000Z",
|
|
705
|
+
"TimeLeft": 90,
|
|
706
|
+
"CurrentPass": 1,
|
|
707
|
+
"MaxPasses": 7,
|
|
708
|
+
"RoundLabel": "Table of 32",
|
|
672
709
|
"DEBoutId": 13,
|
|
673
|
-
"DENextBoutId":
|
|
674
|
-
"RefereeId":
|
|
675
|
-
"createdAt": "2024-
|
|
676
|
-
"updatedAt": "2024-
|
|
710
|
+
"DENextBoutId": 23,
|
|
711
|
+
"RefereeId": 1,
|
|
712
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
713
|
+
"updatedAt": "2024-07-28T04:52:49.000Z",
|
|
677
714
|
"Person1": {
|
|
678
|
-
"PersonId":
|
|
679
|
-
"DisplayName": "
|
|
680
|
-
"ClubId":
|
|
715
|
+
"PersonId": 60,
|
|
716
|
+
"DisplayName": "Lucas Caldwell",
|
|
717
|
+
"ClubId": 12,
|
|
718
|
+
"ShowData": true,
|
|
681
719
|
"Images": [],
|
|
682
720
|
"Club": {
|
|
683
|
-
"Name": "
|
|
684
|
-
"Color1": "
|
|
685
|
-
"Color2": "
|
|
721
|
+
"Name": "Gem City Duelists Society",
|
|
722
|
+
"Color1": "green",
|
|
723
|
+
"Color2": "black"
|
|
686
724
|
},
|
|
687
|
-
"EventPersons": [
|
|
725
|
+
"EventPersons": [
|
|
726
|
+
{
|
|
727
|
+
"DEPosition": 7
|
|
728
|
+
}
|
|
729
|
+
]
|
|
688
730
|
},
|
|
689
731
|
"Person2": {
|
|
690
|
-
"PersonId":
|
|
691
|
-
"DisplayName": "
|
|
692
|
-
"ClubId":
|
|
732
|
+
"PersonId": 55,
|
|
733
|
+
"DisplayName": "Kaitlin Evans",
|
|
734
|
+
"ClubId": 23,
|
|
735
|
+
"ShowData": true,
|
|
693
736
|
"Images": [],
|
|
694
737
|
"Club": {
|
|
695
|
-
"Name": "
|
|
738
|
+
"Name": "Queen City Sword Guild"
|
|
696
739
|
},
|
|
697
|
-
"EventPersons": [
|
|
740
|
+
"EventPersons": [
|
|
741
|
+
{
|
|
742
|
+
"DEPosition": 26
|
|
743
|
+
}
|
|
744
|
+
]
|
|
698
745
|
},
|
|
699
746
|
"Pool": {
|
|
700
747
|
"RingName": "DE Bracket"
|
|
@@ -703,46 +750,114 @@ const getDEWithBouts =
|
|
|
703
750
|
{
|
|
704
751
|
"TimerStatus": "stopped",
|
|
705
752
|
"RefName": "Unassigned",
|
|
706
|
-
"BoutId":
|
|
707
|
-
"PoolId":
|
|
708
|
-
"EventId":
|
|
709
|
-
"Person1Id":
|
|
710
|
-
"Person2Id":
|
|
711
|
-
"Status": "
|
|
712
|
-
"Score1":
|
|
713
|
-
"Score2":
|
|
714
|
-
"Started":
|
|
715
|
-
"Ended":
|
|
716
|
-
"TimeLeft":
|
|
717
|
-
"CurrentPass":
|
|
718
|
-
"MaxPasses":
|
|
719
|
-
"RoundLabel": "
|
|
753
|
+
"BoutId": 2211,
|
|
754
|
+
"PoolId": 146,
|
|
755
|
+
"EventId": 8,
|
|
756
|
+
"Person1Id": 40,
|
|
757
|
+
"Person2Id": 64,
|
|
758
|
+
"Status": "Completed",
|
|
759
|
+
"Score1": 3,
|
|
760
|
+
"Score2": 7,
|
|
761
|
+
"Started": "2024-07-28T05:05:05.000Z",
|
|
762
|
+
"Ended": "2024-07-28T05:05:12.000Z",
|
|
763
|
+
"TimeLeft": 90,
|
|
764
|
+
"CurrentPass": 6,
|
|
765
|
+
"MaxPasses": 7,
|
|
766
|
+
"RoundLabel": "Table of 32",
|
|
720
767
|
"DEBoutId": 14,
|
|
721
|
-
"DENextBoutId":
|
|
722
|
-
"RefereeId":
|
|
723
|
-
"createdAt": "2024-
|
|
724
|
-
"updatedAt": "2024-
|
|
768
|
+
"DENextBoutId": 23,
|
|
769
|
+
"RefereeId": 1,
|
|
770
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
771
|
+
"updatedAt": "2024-07-28T05:05:12.000Z",
|
|
725
772
|
"Person1": {
|
|
726
|
-
"PersonId":
|
|
727
|
-
"DisplayName": "
|
|
728
|
-
"ClubId":
|
|
773
|
+
"PersonId": 40,
|
|
774
|
+
"DisplayName": "Daniel Blair",
|
|
775
|
+
"ClubId": 23,
|
|
776
|
+
"ShowData": true,
|
|
729
777
|
"Images": [],
|
|
730
778
|
"Club": {
|
|
731
|
-
"Name": "
|
|
732
|
-
"Color1": "
|
|
733
|
-
"Color2": "
|
|
779
|
+
"Name": "Queen City Sword Guild",
|
|
780
|
+
"Color1": "blue",
|
|
781
|
+
"Color2": "red"
|
|
734
782
|
},
|
|
735
|
-
"EventPersons": [
|
|
783
|
+
"EventPersons": [
|
|
784
|
+
{
|
|
785
|
+
"DEPosition": 23
|
|
786
|
+
}
|
|
787
|
+
]
|
|
736
788
|
},
|
|
737
789
|
"Person2": {
|
|
738
|
-
"PersonId":
|
|
739
|
-
"DisplayName": "
|
|
740
|
-
"ClubId":
|
|
790
|
+
"PersonId": 64,
|
|
791
|
+
"DisplayName": "Nick Chiappazzi",
|
|
792
|
+
"ClubId": 38,
|
|
793
|
+
"ShowData": true,
|
|
741
794
|
"Images": [],
|
|
742
795
|
"Club": {
|
|
743
|
-
"Name": "
|
|
796
|
+
"Name": "Steelhead Western Martial Arts"
|
|
744
797
|
},
|
|
745
|
-
"EventPersons": [
|
|
798
|
+
"EventPersons": [
|
|
799
|
+
{
|
|
800
|
+
"DEPosition": 10
|
|
801
|
+
}
|
|
802
|
+
]
|
|
803
|
+
},
|
|
804
|
+
"Pool": {
|
|
805
|
+
"RingName": "DE Bracket"
|
|
806
|
+
}
|
|
807
|
+
},
|
|
808
|
+
{
|
|
809
|
+
"TimerStatus": "stopped",
|
|
810
|
+
"RefName": "Unassigned",
|
|
811
|
+
"BoutId": 2212,
|
|
812
|
+
"PoolId": 146,
|
|
813
|
+
"EventId": 8,
|
|
814
|
+
"Person1Id": 76,
|
|
815
|
+
"Person2Id": 34,
|
|
816
|
+
"Status": "Completed",
|
|
817
|
+
"Score1": 3,
|
|
818
|
+
"Score2": 7,
|
|
819
|
+
"Started": "2024-07-28T05:03:53.000Z",
|
|
820
|
+
"Ended": "2024-07-28T05:04:08.000Z",
|
|
821
|
+
"TimeLeft": 90,
|
|
822
|
+
"CurrentPass": 3,
|
|
823
|
+
"MaxPasses": 7,
|
|
824
|
+
"RoundLabel": "Table of 32",
|
|
825
|
+
"DEBoutId": 15,
|
|
826
|
+
"DENextBoutId": 24,
|
|
827
|
+
"RefereeId": 1,
|
|
828
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
829
|
+
"updatedAt": "2024-07-28T05:04:08.000Z",
|
|
830
|
+
"Person1": {
|
|
831
|
+
"PersonId": 76,
|
|
832
|
+
"DisplayName": "Brady O'Callaghan",
|
|
833
|
+
"ClubId": 23,
|
|
834
|
+
"ShowData": true,
|
|
835
|
+
"Images": [],
|
|
836
|
+
"Club": {
|
|
837
|
+
"Name": "Queen City Sword Guild",
|
|
838
|
+
"Color1": "blue",
|
|
839
|
+
"Color2": "red"
|
|
840
|
+
},
|
|
841
|
+
"EventPersons": [
|
|
842
|
+
{
|
|
843
|
+
"DEPosition": 14
|
|
844
|
+
}
|
|
845
|
+
]
|
|
846
|
+
},
|
|
847
|
+
"Person2": {
|
|
848
|
+
"PersonId": 34,
|
|
849
|
+
"DisplayName": "Alex Beaudet",
|
|
850
|
+
"ClubId": 13,
|
|
851
|
+
"ShowData": true,
|
|
852
|
+
"Images": [],
|
|
853
|
+
"Club": {
|
|
854
|
+
"Name": "Two Ravens Fencing School"
|
|
855
|
+
},
|
|
856
|
+
"EventPersons": [
|
|
857
|
+
{
|
|
858
|
+
"DEPosition": 13
|
|
859
|
+
}
|
|
860
|
+
]
|
|
746
861
|
},
|
|
747
862
|
"Pool": {
|
|
748
863
|
"RingName": "DE Bracket"
|
|
@@ -751,12 +866,12 @@ const getDEWithBouts =
|
|
|
751
866
|
{
|
|
752
867
|
"TimerStatus": "stopped",
|
|
753
868
|
"RefName": "Unassigned",
|
|
754
|
-
"BoutId":
|
|
755
|
-
"PoolId":
|
|
756
|
-
"EventId":
|
|
869
|
+
"BoutId": 2213,
|
|
870
|
+
"PoolId": 146,
|
|
871
|
+
"EventId": 8,
|
|
757
872
|
"Person1Id": 0,
|
|
758
|
-
"Person2Id":
|
|
759
|
-
"Status": "
|
|
873
|
+
"Person2Id": 75,
|
|
874
|
+
"Status": "Bye",
|
|
760
875
|
"Score1": 0,
|
|
761
876
|
"Score2": 0,
|
|
762
877
|
"Started": null,
|
|
@@ -764,16 +879,17 @@ const getDEWithBouts =
|
|
|
764
879
|
"TimeLeft": 0,
|
|
765
880
|
"CurrentPass": 0,
|
|
766
881
|
"MaxPasses": 0,
|
|
767
|
-
"RoundLabel": "
|
|
768
|
-
"DEBoutId":
|
|
769
|
-
"DENextBoutId":
|
|
882
|
+
"RoundLabel": "Table of 32",
|
|
883
|
+
"DEBoutId": 16,
|
|
884
|
+
"DENextBoutId": 24,
|
|
770
885
|
"RefereeId": null,
|
|
771
|
-
"createdAt": "2024-
|
|
772
|
-
"updatedAt": "2024-
|
|
886
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
887
|
+
"updatedAt": "2024-07-28T04:14:55.000Z",
|
|
773
888
|
"Person1": {
|
|
774
889
|
"PersonId": 0,
|
|
775
890
|
"DisplayName": "BYE",
|
|
776
891
|
"ClubId": 1,
|
|
892
|
+
"ShowData": true,
|
|
777
893
|
"Images": [],
|
|
778
894
|
"Club": {
|
|
779
895
|
"Name": "Acme Fencing Club",
|
|
@@ -783,81 +899,1107 @@ const getDEWithBouts =
|
|
|
783
899
|
"EventPersons": []
|
|
784
900
|
},
|
|
785
901
|
"Person2": {
|
|
786
|
-
"PersonId":
|
|
787
|
-
"DisplayName": "
|
|
788
|
-
"ClubId":
|
|
902
|
+
"PersonId": 75,
|
|
903
|
+
"DisplayName": "William Handford",
|
|
904
|
+
"ClubId": 10,
|
|
905
|
+
"ShowData": true,
|
|
789
906
|
"Images": [],
|
|
790
907
|
"Club": {
|
|
791
|
-
"Name": "
|
|
908
|
+
"Name": "Columbus United Fencing Club"
|
|
792
909
|
},
|
|
793
|
-
"EventPersons": [
|
|
910
|
+
"EventPersons": [
|
|
911
|
+
{
|
|
912
|
+
"DEPosition": 3
|
|
913
|
+
}
|
|
914
|
+
]
|
|
794
915
|
},
|
|
795
916
|
"Pool": {
|
|
796
917
|
"RingName": "DE Bracket"
|
|
797
918
|
}
|
|
798
|
-
}
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
|
|
806
|
-
|
|
807
|
-
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
"TimerStatus": "stopped",
|
|
922
|
+
"RefName": "Unassigned",
|
|
923
|
+
"BoutId": 2214,
|
|
924
|
+
"PoolId": 146,
|
|
925
|
+
"EventId": 8,
|
|
926
|
+
"Person1Id": 72,
|
|
927
|
+
"Person2Id": 70,
|
|
928
|
+
"Status": "Completed",
|
|
929
|
+
"Score1": 7,
|
|
930
|
+
"Score2": 2,
|
|
931
|
+
"Started": "2024-07-28T05:07:26.000Z",
|
|
932
|
+
"Ended": "2024-07-28T05:07:33.000Z",
|
|
933
|
+
"TimeLeft": 90,
|
|
934
|
+
"CurrentPass": 6,
|
|
935
|
+
"MaxPasses": 7,
|
|
936
|
+
"RoundLabel": "Table of 16",
|
|
937
|
+
"DEBoutId": 17,
|
|
938
|
+
"DENextBoutId": 25,
|
|
939
|
+
"RefereeId": 1,
|
|
940
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
941
|
+
"updatedAt": "2024-07-28T05:07:33.000Z",
|
|
942
|
+
"Person1": {
|
|
943
|
+
"PersonId": 72,
|
|
944
|
+
"DisplayName": "Tyler Indermuhle",
|
|
945
|
+
"ClubId": 13,
|
|
946
|
+
"ShowData": true,
|
|
947
|
+
"Images": [],
|
|
948
|
+
"Club": {
|
|
949
|
+
"Name": "Two Ravens Fencing School",
|
|
950
|
+
"Color1": "red",
|
|
951
|
+
"Color2": "blue"
|
|
952
|
+
},
|
|
953
|
+
"EventPersons": [
|
|
954
|
+
{
|
|
955
|
+
"DEPosition": 1
|
|
956
|
+
}
|
|
957
|
+
]
|
|
958
|
+
},
|
|
959
|
+
"Person2": {
|
|
960
|
+
"PersonId": 70,
|
|
961
|
+
"DisplayName": "Stephanie Eaton",
|
|
962
|
+
"ClubId": 10,
|
|
963
|
+
"ShowData": true,
|
|
964
|
+
"Images": [],
|
|
965
|
+
"Club": {
|
|
966
|
+
"Name": "Columbus United Fencing Club"
|
|
967
|
+
},
|
|
968
|
+
"EventPersons": [
|
|
969
|
+
{
|
|
970
|
+
"DEPosition": 17
|
|
971
|
+
}
|
|
972
|
+
]
|
|
973
|
+
},
|
|
974
|
+
"Pool": {
|
|
975
|
+
"RingName": "DE Bracket"
|
|
976
|
+
}
|
|
977
|
+
},
|
|
978
|
+
{
|
|
979
|
+
"TimerStatus": "stopped",
|
|
980
|
+
"RefName": "Unassigned",
|
|
981
|
+
"BoutId": 2215,
|
|
982
|
+
"PoolId": 146,
|
|
983
|
+
"EventId": 8,
|
|
984
|
+
"Person1Id": 42,
|
|
985
|
+
"Person2Id": 59,
|
|
986
|
+
"Status": "Completed",
|
|
987
|
+
"Score1": 0,
|
|
988
|
+
"Score2": 7,
|
|
989
|
+
"Started": "2024-07-28T05:09:46.000Z",
|
|
990
|
+
"Ended": "2024-07-28T05:09:58.000Z",
|
|
991
|
+
"TimeLeft": 90,
|
|
992
|
+
"CurrentPass": 6,
|
|
993
|
+
"MaxPasses": 7,
|
|
994
|
+
"RoundLabel": "Table of 16",
|
|
995
|
+
"DEBoutId": 18,
|
|
996
|
+
"DENextBoutId": 25,
|
|
997
|
+
"RefereeId": 1,
|
|
998
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
999
|
+
"updatedAt": "2024-07-28T05:09:59.000Z",
|
|
1000
|
+
"Person1": {
|
|
1001
|
+
"PersonId": 42,
|
|
1002
|
+
"DisplayName": "David Twitchell",
|
|
1003
|
+
"ClubId": 38,
|
|
1004
|
+
"ShowData": true,
|
|
1005
|
+
"Images": [],
|
|
1006
|
+
"Club": {
|
|
1007
|
+
"Name": "Steelhead Western Martial Arts",
|
|
1008
|
+
"Color1": "Black",
|
|
1009
|
+
"Color2": "Blue"
|
|
1010
|
+
},
|
|
1011
|
+
"EventPersons": [
|
|
1012
|
+
{
|
|
1013
|
+
"DEPosition": 24
|
|
1014
|
+
}
|
|
1015
|
+
]
|
|
1016
|
+
},
|
|
1017
|
+
"Person2": {
|
|
1018
|
+
"PersonId": 59,
|
|
1019
|
+
"DisplayName": "Loyd Briski",
|
|
1020
|
+
"ClubId": 23,
|
|
1021
|
+
"ShowData": true,
|
|
1022
|
+
"Images": [],
|
|
1023
|
+
"Club": {
|
|
1024
|
+
"Name": "Queen City Sword Guild"
|
|
1025
|
+
},
|
|
1026
|
+
"EventPersons": [
|
|
1027
|
+
{
|
|
1028
|
+
"DEPosition": 6
|
|
1029
|
+
}
|
|
1030
|
+
]
|
|
1031
|
+
},
|
|
1032
|
+
"Pool": {
|
|
1033
|
+
"RingName": "DE Bracket"
|
|
1034
|
+
}
|
|
1035
|
+
},
|
|
1036
|
+
{
|
|
1037
|
+
"TimerStatus": "stopped",
|
|
1038
|
+
"RefName": "Unassigned",
|
|
1039
|
+
"BoutId": 2216,
|
|
1040
|
+
"PoolId": 146,
|
|
1041
|
+
"EventId": 8,
|
|
1042
|
+
"Person1Id": 61,
|
|
1043
|
+
"Person2Id": 51,
|
|
1044
|
+
"Status": "Completed",
|
|
1045
|
+
"Score1": 3,
|
|
1046
|
+
"Score2": 7,
|
|
1047
|
+
"Started": "2024-07-28T05:10:07.000Z",
|
|
1048
|
+
"Ended": "2024-07-28T05:10:14.000Z",
|
|
1049
|
+
"TimeLeft": 90,
|
|
1050
|
+
"CurrentPass": 6,
|
|
1051
|
+
"MaxPasses": 7,
|
|
1052
|
+
"RoundLabel": "Table of 16",
|
|
1053
|
+
"DEBoutId": 19,
|
|
1054
|
+
"DENextBoutId": 26,
|
|
1055
|
+
"RefereeId": 1,
|
|
1056
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
1057
|
+
"updatedAt": "2024-07-28T05:10:14.000Z",
|
|
1058
|
+
"Person1": {
|
|
1059
|
+
"PersonId": 61,
|
|
1060
|
+
"DisplayName": "Marten Dollinger",
|
|
1061
|
+
"ClubId": 13,
|
|
1062
|
+
"ShowData": true,
|
|
1063
|
+
"Images": [],
|
|
1064
|
+
"Club": {
|
|
1065
|
+
"Name": "Two Ravens Fencing School",
|
|
1066
|
+
"Color1": "red",
|
|
1067
|
+
"Color2": "blue"
|
|
1068
|
+
},
|
|
1069
|
+
"EventPersons": [
|
|
1070
|
+
{
|
|
1071
|
+
"DEPosition": 2
|
|
1072
|
+
}
|
|
1073
|
+
]
|
|
1074
|
+
},
|
|
1075
|
+
"Person2": {
|
|
1076
|
+
"PersonId": 51,
|
|
1077
|
+
"DisplayName": "Jacob Pigeon",
|
|
1078
|
+
"ClubId": 43,
|
|
1079
|
+
"ShowData": true,
|
|
1080
|
+
"Images": [],
|
|
1081
|
+
"Club": {
|
|
1082
|
+
"Name": "Ars Gladii"
|
|
1083
|
+
},
|
|
1084
|
+
"EventPersons": [
|
|
1085
|
+
{
|
|
1086
|
+
"DEPosition": 12
|
|
1087
|
+
}
|
|
1088
|
+
]
|
|
1089
|
+
},
|
|
1090
|
+
"Pool": {
|
|
1091
|
+
"RingName": "DE Bracket"
|
|
1092
|
+
}
|
|
1093
|
+
},
|
|
1094
|
+
{
|
|
1095
|
+
"TimerStatus": "stopped",
|
|
1096
|
+
"RefName": "Unassigned",
|
|
1097
|
+
"BoutId": 2217,
|
|
1098
|
+
"PoolId": 146,
|
|
1099
|
+
"EventId": 8,
|
|
1100
|
+
"Person1Id": 53,
|
|
1101
|
+
"Person2Id": 49,
|
|
1102
|
+
"Status": "Completed",
|
|
1103
|
+
"Score1": 4,
|
|
1104
|
+
"Score2": 7,
|
|
1105
|
+
"Started": "2024-07-28T05:12:13.000Z",
|
|
1106
|
+
"Ended": "2024-07-28T05:20:32.000Z",
|
|
1107
|
+
"TimeLeft": 90,
|
|
1108
|
+
"CurrentPass": 6,
|
|
1109
|
+
"MaxPasses": 7,
|
|
1110
|
+
"RoundLabel": "Table of 16",
|
|
1111
|
+
"DEBoutId": 20,
|
|
1112
|
+
"DENextBoutId": 26,
|
|
1113
|
+
"RefereeId": 1,
|
|
1114
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
1115
|
+
"updatedAt": "2024-07-28T05:20:32.000Z",
|
|
1116
|
+
"Person1": {
|
|
1117
|
+
"PersonId": 53,
|
|
1118
|
+
"DisplayName": "Jonathan Rose",
|
|
1119
|
+
"ClubId": 12,
|
|
1120
|
+
"ShowData": true,
|
|
1121
|
+
"Images": [],
|
|
1122
|
+
"Club": {
|
|
1123
|
+
"Name": "Gem City Duelists Society",
|
|
1124
|
+
"Color1": "green",
|
|
1125
|
+
"Color2": "black"
|
|
1126
|
+
},
|
|
1127
|
+
"EventPersons": [
|
|
1128
|
+
{
|
|
1129
|
+
"DEPosition": 20
|
|
1130
|
+
}
|
|
1131
|
+
]
|
|
1132
|
+
},
|
|
1133
|
+
"Person2": {
|
|
1134
|
+
"PersonId": 49,
|
|
1135
|
+
"DisplayName": "Jack Seyler",
|
|
1136
|
+
"ClubId": 43,
|
|
1137
|
+
"ShowData": true,
|
|
1138
|
+
"Images": [],
|
|
1139
|
+
"Club": {
|
|
1140
|
+
"Name": "Ars Gladii"
|
|
1141
|
+
},
|
|
1142
|
+
"EventPersons": [
|
|
1143
|
+
{
|
|
1144
|
+
"DEPosition": 5
|
|
1145
|
+
}
|
|
1146
|
+
]
|
|
1147
|
+
},
|
|
1148
|
+
"Pool": {
|
|
1149
|
+
"RingName": "DE Bracket"
|
|
1150
|
+
}
|
|
1151
|
+
},
|
|
1152
|
+
{
|
|
1153
|
+
"TimerStatus": "stopped",
|
|
1154
|
+
"RefName": "Unassigned",
|
|
1155
|
+
"BoutId": 2218,
|
|
1156
|
+
"PoolId": 146,
|
|
1157
|
+
"EventId": 8,
|
|
1158
|
+
"Person1Id": 36,
|
|
1159
|
+
"Person2Id": 56,
|
|
1160
|
+
"Status": "Completed",
|
|
1161
|
+
"Score1": 7,
|
|
1162
|
+
"Score2": 4,
|
|
1163
|
+
"Started": "2024-07-28T05:12:34.000Z",
|
|
1164
|
+
"Ended": "2024-07-28T05:12:41.000Z",
|
|
1165
|
+
"TimeLeft": 90,
|
|
1166
|
+
"CurrentPass": 6,
|
|
1167
|
+
"MaxPasses": 7,
|
|
1168
|
+
"RoundLabel": "Table of 16",
|
|
1169
|
+
"DEBoutId": 21,
|
|
1170
|
+
"DENextBoutId": 27,
|
|
1171
|
+
"RefereeId": 1,
|
|
1172
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
1173
|
+
"updatedAt": "2024-07-28T05:12:41.000Z",
|
|
1174
|
+
"Person1": {
|
|
1175
|
+
"PersonId": 36,
|
|
1176
|
+
"DisplayName": "Brandon Caylor",
|
|
1177
|
+
"ClubId": 10,
|
|
1178
|
+
"ShowData": true,
|
|
1179
|
+
"Images": [],
|
|
1180
|
+
"Club": {
|
|
1181
|
+
"Name": "Columbus United Fencing Club",
|
|
1182
|
+
"Color1": "navy",
|
|
1183
|
+
"Color2": "rose"
|
|
1184
|
+
},
|
|
1185
|
+
"EventPersons": [
|
|
1186
|
+
{
|
|
1187
|
+
"DEPosition": 4
|
|
1188
|
+
}
|
|
1189
|
+
]
|
|
1190
|
+
},
|
|
1191
|
+
"Person2": {
|
|
1192
|
+
"PersonId": 56,
|
|
1193
|
+
"DisplayName": "Katharine Keller",
|
|
1194
|
+
"ClubId": 43,
|
|
1195
|
+
"ShowData": true,
|
|
1196
|
+
"Images": [],
|
|
1197
|
+
"Club": {
|
|
1198
|
+
"Name": "Ars Gladii"
|
|
1199
|
+
},
|
|
1200
|
+
"EventPersons": [
|
|
1201
|
+
{
|
|
1202
|
+
"DEPosition": 9
|
|
1203
|
+
}
|
|
1204
|
+
]
|
|
1205
|
+
},
|
|
1206
|
+
"Pool": {
|
|
1207
|
+
"RingName": "DE Bracket"
|
|
1208
|
+
}
|
|
1209
|
+
},
|
|
1210
|
+
{
|
|
1211
|
+
"TimerStatus": "stopped",
|
|
1212
|
+
"RefName": "Unassigned",
|
|
1213
|
+
"BoutId": 2219,
|
|
1214
|
+
"PoolId": 146,
|
|
1215
|
+
"EventId": 8,
|
|
1216
|
+
"Person1Id": 57,
|
|
1217
|
+
"Person2Id": 46,
|
|
1218
|
+
"Status": "Completed",
|
|
1219
|
+
"Score1": 5,
|
|
1220
|
+
"Score2": 7,
|
|
1221
|
+
"Started": "2024-07-28T05:12:46.000Z",
|
|
1222
|
+
"Ended": "2024-07-28T05:13:00.000Z",
|
|
1223
|
+
"TimeLeft": 90,
|
|
1224
|
+
"CurrentPass": 6,
|
|
1225
|
+
"MaxPasses": 7,
|
|
1226
|
+
"RoundLabel": "Table of 16",
|
|
1227
|
+
"DEBoutId": 22,
|
|
1228
|
+
"DENextBoutId": 27,
|
|
1229
|
+
"RefereeId": 1,
|
|
1230
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
1231
|
+
"updatedAt": "2024-07-28T05:13:01.000Z",
|
|
1232
|
+
"Person1": {
|
|
1233
|
+
"PersonId": 57,
|
|
1234
|
+
"DisplayName": "Landen Kirkland",
|
|
1235
|
+
"ClubId": 43,
|
|
1236
|
+
"ShowData": true,
|
|
1237
|
+
"Images": [],
|
|
1238
|
+
"Club": {
|
|
1239
|
+
"Name": "Ars Gladii",
|
|
1240
|
+
"Color1": "green",
|
|
1241
|
+
"Color2": "gold"
|
|
1242
|
+
},
|
|
1243
|
+
"EventPersons": [
|
|
1244
|
+
{
|
|
1245
|
+
"DEPosition": 22
|
|
1246
|
+
}
|
|
1247
|
+
]
|
|
1248
|
+
},
|
|
1249
|
+
"Person2": {
|
|
1250
|
+
"PersonId": 46,
|
|
1251
|
+
"DisplayName": "Ethan Garrett",
|
|
1252
|
+
"ClubId": 23,
|
|
1253
|
+
"ShowData": true,
|
|
1254
|
+
"Images": [],
|
|
1255
|
+
"Club": {
|
|
1256
|
+
"Name": "Queen City Sword Guild"
|
|
1257
|
+
},
|
|
1258
|
+
"EventPersons": [
|
|
1259
|
+
{
|
|
1260
|
+
"DEPosition": 16
|
|
1261
|
+
}
|
|
1262
|
+
]
|
|
1263
|
+
},
|
|
1264
|
+
"Pool": {
|
|
1265
|
+
"RingName": "DE Bracket"
|
|
1266
|
+
}
|
|
1267
|
+
},
|
|
1268
|
+
{
|
|
1269
|
+
"TimerStatus": "stopped",
|
|
1270
|
+
"RefName": "Unassigned",
|
|
1271
|
+
"BoutId": 2220,
|
|
1272
|
+
"PoolId": 146,
|
|
1273
|
+
"EventId": 8,
|
|
1274
|
+
"Person1Id": 60,
|
|
1275
|
+
"Person2Id": 64,
|
|
1276
|
+
"Status": "Completed",
|
|
1277
|
+
"Score1": 7,
|
|
1278
|
+
"Score2": 0,
|
|
1279
|
+
"Started": "2024-07-28T05:13:09.000Z",
|
|
1280
|
+
"Ended": "2024-07-28T05:25:06.000Z",
|
|
1281
|
+
"TimeLeft": 90,
|
|
1282
|
+
"CurrentPass": 6,
|
|
1283
|
+
"MaxPasses": 7,
|
|
1284
|
+
"RoundLabel": "Table of 16",
|
|
1285
|
+
"DEBoutId": 23,
|
|
1286
|
+
"DENextBoutId": 28,
|
|
1287
|
+
"RefereeId": 1,
|
|
1288
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
1289
|
+
"updatedAt": "2024-07-28T05:25:06.000Z",
|
|
1290
|
+
"Person1": {
|
|
1291
|
+
"PersonId": 60,
|
|
1292
|
+
"DisplayName": "Lucas Caldwell",
|
|
1293
|
+
"ClubId": 12,
|
|
1294
|
+
"ShowData": true,
|
|
1295
|
+
"Images": [],
|
|
1296
|
+
"Club": {
|
|
1297
|
+
"Name": "Gem City Duelists Society",
|
|
1298
|
+
"Color1": "green",
|
|
1299
|
+
"Color2": "black"
|
|
1300
|
+
},
|
|
1301
|
+
"EventPersons": [
|
|
1302
|
+
{
|
|
1303
|
+
"DEPosition": 7
|
|
1304
|
+
}
|
|
1305
|
+
]
|
|
1306
|
+
},
|
|
1307
|
+
"Person2": {
|
|
1308
|
+
"PersonId": 64,
|
|
1309
|
+
"DisplayName": "Nick Chiappazzi",
|
|
1310
|
+
"ClubId": 38,
|
|
1311
|
+
"ShowData": true,
|
|
1312
|
+
"Images": [],
|
|
1313
|
+
"Club": {
|
|
1314
|
+
"Name": "Steelhead Western Martial Arts"
|
|
1315
|
+
},
|
|
1316
|
+
"EventPersons": [
|
|
1317
|
+
{
|
|
1318
|
+
"DEPosition": 10
|
|
1319
|
+
}
|
|
1320
|
+
]
|
|
1321
|
+
},
|
|
1322
|
+
"Pool": {
|
|
1323
|
+
"RingName": "DE Bracket"
|
|
1324
|
+
}
|
|
1325
|
+
},
|
|
1326
|
+
{
|
|
1327
|
+
"TimerStatus": "stopped",
|
|
1328
|
+
"RefName": "Unassigned",
|
|
1329
|
+
"BoutId": 2221,
|
|
1330
|
+
"PoolId": 146,
|
|
1331
|
+
"EventId": 8,
|
|
1332
|
+
"Person1Id": 34,
|
|
1333
|
+
"Person2Id": 75,
|
|
1334
|
+
"Status": "Completed",
|
|
1335
|
+
"Score1": 1,
|
|
1336
|
+
"Score2": 7,
|
|
1337
|
+
"Started": "2024-07-28T05:13:24.000Z",
|
|
1338
|
+
"Ended": "2024-07-28T05:25:11.000Z",
|
|
1339
|
+
"TimeLeft": 90,
|
|
1340
|
+
"CurrentPass": 6,
|
|
1341
|
+
"MaxPasses": 7,
|
|
1342
|
+
"RoundLabel": "Table of 16",
|
|
1343
|
+
"DEBoutId": 24,
|
|
1344
|
+
"DENextBoutId": 28,
|
|
1345
|
+
"RefereeId": 1,
|
|
1346
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
1347
|
+
"updatedAt": "2024-07-28T05:25:11.000Z",
|
|
1348
|
+
"Person1": {
|
|
1349
|
+
"PersonId": 34,
|
|
1350
|
+
"DisplayName": "Alex Beaudet",
|
|
1351
|
+
"ClubId": 13,
|
|
1352
|
+
"ShowData": true,
|
|
1353
|
+
"Images": [],
|
|
1354
|
+
"Club": {
|
|
1355
|
+
"Name": "Two Ravens Fencing School",
|
|
1356
|
+
"Color1": "red",
|
|
1357
|
+
"Color2": "blue"
|
|
1358
|
+
},
|
|
1359
|
+
"EventPersons": [
|
|
1360
|
+
{
|
|
1361
|
+
"DEPosition": 13
|
|
1362
|
+
}
|
|
1363
|
+
]
|
|
1364
|
+
},
|
|
1365
|
+
"Person2": {
|
|
1366
|
+
"PersonId": 75,
|
|
1367
|
+
"DisplayName": "William Handford",
|
|
1368
|
+
"ClubId": 10,
|
|
1369
|
+
"ShowData": true,
|
|
1370
|
+
"Images": [],
|
|
1371
|
+
"Club": {
|
|
1372
|
+
"Name": "Columbus United Fencing Club"
|
|
1373
|
+
},
|
|
1374
|
+
"EventPersons": [
|
|
1375
|
+
{
|
|
1376
|
+
"DEPosition": 3
|
|
1377
|
+
}
|
|
1378
|
+
]
|
|
1379
|
+
},
|
|
1380
|
+
"Pool": {
|
|
1381
|
+
"RingName": "DE Bracket"
|
|
1382
|
+
}
|
|
1383
|
+
},
|
|
1384
|
+
{
|
|
1385
|
+
"TimerStatus": "stopped",
|
|
1386
|
+
"RefName": "Unassigned",
|
|
1387
|
+
"BoutId": 2222,
|
|
1388
|
+
"PoolId": 146,
|
|
1389
|
+
"EventId": 8,
|
|
1390
|
+
"Person1Id": 72,
|
|
1391
|
+
"Person2Id": 59,
|
|
1392
|
+
"Status": "Completed",
|
|
1393
|
+
"Score1": 2,
|
|
1394
|
+
"Score2": 7,
|
|
1395
|
+
"Started": "2024-07-28T05:19:17.000Z",
|
|
1396
|
+
"Ended": "2024-07-28T05:45:23.000Z",
|
|
1397
|
+
"TimeLeft": 90,
|
|
1398
|
+
"CurrentPass": 6,
|
|
1399
|
+
"MaxPasses": 7,
|
|
1400
|
+
"RoundLabel": "Table of 8",
|
|
1401
|
+
"DEBoutId": 25,
|
|
1402
|
+
"DENextBoutId": 29,
|
|
1403
|
+
"RefereeId": 1,
|
|
1404
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
1405
|
+
"updatedAt": "2024-07-28T05:45:23.000Z",
|
|
1406
|
+
"Person1": {
|
|
1407
|
+
"PersonId": 72,
|
|
1408
|
+
"DisplayName": "Tyler Indermuhle",
|
|
1409
|
+
"ClubId": 13,
|
|
1410
|
+
"ShowData": true,
|
|
1411
|
+
"Images": [],
|
|
1412
|
+
"Club": {
|
|
1413
|
+
"Name": "Two Ravens Fencing School",
|
|
1414
|
+
"Color1": "red",
|
|
1415
|
+
"Color2": "blue"
|
|
1416
|
+
},
|
|
1417
|
+
"EventPersons": [
|
|
1418
|
+
{
|
|
1419
|
+
"DEPosition": 1
|
|
1420
|
+
}
|
|
1421
|
+
]
|
|
1422
|
+
},
|
|
1423
|
+
"Person2": {
|
|
1424
|
+
"PersonId": 59,
|
|
1425
|
+
"DisplayName": "Loyd Briski",
|
|
1426
|
+
"ClubId": 23,
|
|
1427
|
+
"ShowData": true,
|
|
1428
|
+
"Images": [],
|
|
1429
|
+
"Club": {
|
|
1430
|
+
"Name": "Queen City Sword Guild"
|
|
1431
|
+
},
|
|
1432
|
+
"EventPersons": [
|
|
1433
|
+
{
|
|
1434
|
+
"DEPosition": 6
|
|
1435
|
+
}
|
|
1436
|
+
]
|
|
1437
|
+
},
|
|
1438
|
+
"Pool": {
|
|
1439
|
+
"RingName": "DE Bracket"
|
|
1440
|
+
}
|
|
1441
|
+
},
|
|
1442
|
+
{
|
|
1443
|
+
"TimerStatus": "stopped",
|
|
1444
|
+
"RefName": "Unassigned",
|
|
1445
|
+
"BoutId": 2223,
|
|
1446
|
+
"PoolId": 146,
|
|
1447
|
+
"EventId": 8,
|
|
1448
|
+
"Person1Id": 51,
|
|
1449
|
+
"Person2Id": 49,
|
|
1450
|
+
"Status": "Completed",
|
|
1451
|
+
"Score1": 7,
|
|
1452
|
+
"Score2": 2,
|
|
1453
|
+
"Started": "2024-07-28T05:20:42.000Z",
|
|
1454
|
+
"Ended": "2024-07-28T05:45:33.000Z",
|
|
1455
|
+
"TimeLeft": 90,
|
|
1456
|
+
"CurrentPass": 6,
|
|
1457
|
+
"MaxPasses": 7,
|
|
1458
|
+
"RoundLabel": "Table of 8",
|
|
1459
|
+
"DEBoutId": 26,
|
|
1460
|
+
"DENextBoutId": 29,
|
|
1461
|
+
"RefereeId": 1,
|
|
1462
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
1463
|
+
"updatedAt": "2024-07-28T05:45:33.000Z",
|
|
1464
|
+
"Person1": {
|
|
1465
|
+
"PersonId": 51,
|
|
1466
|
+
"DisplayName": "Jacob Pigeon",
|
|
1467
|
+
"ClubId": 43,
|
|
1468
|
+
"ShowData": true,
|
|
1469
|
+
"Images": [],
|
|
1470
|
+
"Club": {
|
|
1471
|
+
"Name": "Ars Gladii",
|
|
1472
|
+
"Color1": "green",
|
|
1473
|
+
"Color2": "gold"
|
|
1474
|
+
},
|
|
1475
|
+
"EventPersons": [
|
|
1476
|
+
{
|
|
1477
|
+
"DEPosition": 12
|
|
1478
|
+
}
|
|
1479
|
+
]
|
|
1480
|
+
},
|
|
1481
|
+
"Person2": {
|
|
1482
|
+
"PersonId": 49,
|
|
1483
|
+
"DisplayName": "Jack Seyler",
|
|
1484
|
+
"ClubId": 43,
|
|
1485
|
+
"ShowData": true,
|
|
1486
|
+
"Images": [],
|
|
1487
|
+
"Club": {
|
|
1488
|
+
"Name": "Ars Gladii"
|
|
1489
|
+
},
|
|
1490
|
+
"EventPersons": [
|
|
1491
|
+
{
|
|
1492
|
+
"DEPosition": 5
|
|
1493
|
+
}
|
|
1494
|
+
]
|
|
1495
|
+
},
|
|
1496
|
+
"Pool": {
|
|
1497
|
+
"RingName": "DE Bracket"
|
|
1498
|
+
}
|
|
1499
|
+
},
|
|
1500
|
+
{
|
|
1501
|
+
"TimerStatus": "stopped",
|
|
1502
|
+
"RefName": "Unassigned",
|
|
1503
|
+
"BoutId": 2224,
|
|
1504
|
+
"PoolId": 146,
|
|
1505
|
+
"EventId": 8,
|
|
1506
|
+
"Person1Id": 36,
|
|
1507
|
+
"Person2Id": 46,
|
|
1508
|
+
"Status": "Completed",
|
|
1509
|
+
"Score1": 7,
|
|
1510
|
+
"Score2": 3,
|
|
1511
|
+
"Started": "2024-07-28T05:21:07.000Z",
|
|
1512
|
+
"Ended": "2024-07-28T05:45:43.000Z",
|
|
1513
|
+
"TimeLeft": 90,
|
|
1514
|
+
"CurrentPass": 6,
|
|
1515
|
+
"MaxPasses": 7,
|
|
1516
|
+
"RoundLabel": "Table of 8",
|
|
1517
|
+
"DEBoutId": 27,
|
|
1518
|
+
"DENextBoutId": 30,
|
|
1519
|
+
"RefereeId": 1,
|
|
1520
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
1521
|
+
"updatedAt": "2024-07-28T05:45:43.000Z",
|
|
1522
|
+
"Person1": {
|
|
1523
|
+
"PersonId": 36,
|
|
1524
|
+
"DisplayName": "Brandon Caylor",
|
|
1525
|
+
"ClubId": 10,
|
|
1526
|
+
"ShowData": true,
|
|
1527
|
+
"Images": [],
|
|
1528
|
+
"Club": {
|
|
1529
|
+
"Name": "Columbus United Fencing Club",
|
|
1530
|
+
"Color1": "navy",
|
|
1531
|
+
"Color2": "rose"
|
|
1532
|
+
},
|
|
1533
|
+
"EventPersons": [
|
|
1534
|
+
{
|
|
1535
|
+
"DEPosition": 4
|
|
1536
|
+
}
|
|
1537
|
+
]
|
|
1538
|
+
},
|
|
1539
|
+
"Person2": {
|
|
1540
|
+
"PersonId": 46,
|
|
1541
|
+
"DisplayName": "Ethan Garrett",
|
|
1542
|
+
"ClubId": 23,
|
|
1543
|
+
"ShowData": true,
|
|
1544
|
+
"Images": [],
|
|
1545
|
+
"Club": {
|
|
1546
|
+
"Name": "Queen City Sword Guild"
|
|
1547
|
+
},
|
|
1548
|
+
"EventPersons": [
|
|
1549
|
+
{
|
|
1550
|
+
"DEPosition": 16
|
|
1551
|
+
}
|
|
1552
|
+
]
|
|
1553
|
+
},
|
|
1554
|
+
"Pool": {
|
|
1555
|
+
"RingName": "DE Bracket"
|
|
1556
|
+
}
|
|
1557
|
+
},
|
|
1558
|
+
{
|
|
1559
|
+
"TimerStatus": "stopped",
|
|
1560
|
+
"RefName": "Unassigned",
|
|
1561
|
+
"BoutId": 2225,
|
|
1562
|
+
"PoolId": 146,
|
|
1563
|
+
"EventId": 8,
|
|
1564
|
+
"Person1Id": 60,
|
|
1565
|
+
"Person2Id": 75,
|
|
1566
|
+
"Status": "Completed",
|
|
1567
|
+
"Score1": 1,
|
|
1568
|
+
"Score2": 7,
|
|
1569
|
+
"Started": "2024-07-28T05:21:54.000Z",
|
|
1570
|
+
"Ended": "2024-07-28T05:45:48.000Z",
|
|
1571
|
+
"TimeLeft": 90,
|
|
1572
|
+
"CurrentPass": 6,
|
|
1573
|
+
"MaxPasses": 7,
|
|
1574
|
+
"RoundLabel": "Table of 8",
|
|
1575
|
+
"DEBoutId": 28,
|
|
1576
|
+
"DENextBoutId": 30,
|
|
1577
|
+
"RefereeId": 1,
|
|
1578
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
1579
|
+
"updatedAt": "2024-07-28T05:45:48.000Z",
|
|
1580
|
+
"Person1": {
|
|
1581
|
+
"PersonId": 60,
|
|
1582
|
+
"DisplayName": "Lucas Caldwell",
|
|
1583
|
+
"ClubId": 12,
|
|
1584
|
+
"ShowData": true,
|
|
1585
|
+
"Images": [],
|
|
1586
|
+
"Club": {
|
|
1587
|
+
"Name": "Gem City Duelists Society",
|
|
1588
|
+
"Color1": "green",
|
|
1589
|
+
"Color2": "black"
|
|
1590
|
+
},
|
|
1591
|
+
"EventPersons": [
|
|
1592
|
+
{
|
|
1593
|
+
"DEPosition": 7
|
|
1594
|
+
}
|
|
1595
|
+
]
|
|
1596
|
+
},
|
|
1597
|
+
"Person2": {
|
|
1598
|
+
"PersonId": 75,
|
|
1599
|
+
"DisplayName": "William Handford",
|
|
1600
|
+
"ClubId": 10,
|
|
1601
|
+
"ShowData": true,
|
|
1602
|
+
"Images": [],
|
|
1603
|
+
"Club": {
|
|
1604
|
+
"Name": "Columbus United Fencing Club"
|
|
1605
|
+
},
|
|
1606
|
+
"EventPersons": [
|
|
1607
|
+
{
|
|
1608
|
+
"DEPosition": 3
|
|
1609
|
+
}
|
|
1610
|
+
]
|
|
1611
|
+
},
|
|
1612
|
+
"Pool": {
|
|
1613
|
+
"RingName": "DE Bracket"
|
|
1614
|
+
}
|
|
1615
|
+
},
|
|
1616
|
+
{
|
|
1617
|
+
"TimerStatus": "stopped",
|
|
1618
|
+
"RefName": "Unassigned",
|
|
1619
|
+
"BoutId": 2226,
|
|
1620
|
+
"PoolId": 146,
|
|
1621
|
+
"EventId": 8,
|
|
1622
|
+
"Person1Id": 59,
|
|
1623
|
+
"Person2Id": 51,
|
|
1624
|
+
"Status": "Completed",
|
|
1625
|
+
"Score1": 7,
|
|
1626
|
+
"Score2": 3,
|
|
1627
|
+
"Started": "2024-07-28T05:25:28.000Z",
|
|
1628
|
+
"Ended": "2024-07-28T06:05:56.000Z",
|
|
1629
|
+
"TimeLeft": 90,
|
|
1630
|
+
"CurrentPass": 6,
|
|
1631
|
+
"MaxPasses": 7,
|
|
1632
|
+
"RoundLabel": "Semifinal",
|
|
1633
|
+
"DEBoutId": 29,
|
|
1634
|
+
"DENextBoutId": 31,
|
|
1635
|
+
"RefereeId": 1,
|
|
1636
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
1637
|
+
"updatedAt": "2024-07-28T06:05:56.000Z",
|
|
1638
|
+
"Person1": {
|
|
1639
|
+
"PersonId": 59,
|
|
1640
|
+
"DisplayName": "Loyd Briski",
|
|
1641
|
+
"ClubId": 23,
|
|
1642
|
+
"ShowData": true,
|
|
1643
|
+
"Images": [],
|
|
1644
|
+
"Club": {
|
|
1645
|
+
"Name": "Queen City Sword Guild",
|
|
1646
|
+
"Color1": "blue",
|
|
1647
|
+
"Color2": "red"
|
|
1648
|
+
},
|
|
1649
|
+
"EventPersons": [
|
|
1650
|
+
{
|
|
1651
|
+
"DEPosition": 6
|
|
1652
|
+
}
|
|
1653
|
+
]
|
|
1654
|
+
},
|
|
1655
|
+
"Person2": {
|
|
1656
|
+
"PersonId": 51,
|
|
1657
|
+
"DisplayName": "Jacob Pigeon",
|
|
1658
|
+
"ClubId": 43,
|
|
1659
|
+
"ShowData": true,
|
|
1660
|
+
"Images": [],
|
|
1661
|
+
"Club": {
|
|
1662
|
+
"Name": "Ars Gladii"
|
|
1663
|
+
},
|
|
1664
|
+
"EventPersons": [
|
|
1665
|
+
{
|
|
1666
|
+
"DEPosition": 12
|
|
1667
|
+
}
|
|
1668
|
+
]
|
|
1669
|
+
},
|
|
1670
|
+
"Pool": {
|
|
1671
|
+
"RingName": "DE Bracket"
|
|
1672
|
+
}
|
|
1673
|
+
},
|
|
1674
|
+
{
|
|
1675
|
+
"TimerStatus": "stopped",
|
|
1676
|
+
"RefName": "Unassigned",
|
|
1677
|
+
"BoutId": 2227,
|
|
1678
|
+
"PoolId": 146,
|
|
1679
|
+
"EventId": 8,
|
|
1680
|
+
"Person1Id": 36,
|
|
1681
|
+
"Person2Id": 75,
|
|
1682
|
+
"Status": "Completed",
|
|
1683
|
+
"Score1": 7,
|
|
1684
|
+
"Score2": 6,
|
|
1685
|
+
"Started": "2024-07-28T05:40:56.000Z",
|
|
1686
|
+
"Ended": "2024-07-28T06:06:11.000Z",
|
|
1687
|
+
"TimeLeft": 90,
|
|
1688
|
+
"CurrentPass": 6,
|
|
1689
|
+
"MaxPasses": 7,
|
|
1690
|
+
"RoundLabel": "Semifinal",
|
|
1691
|
+
"DEBoutId": 30,
|
|
1692
|
+
"DENextBoutId": 31,
|
|
1693
|
+
"RefereeId": 1,
|
|
1694
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
1695
|
+
"updatedAt": "2024-07-28T06:06:11.000Z",
|
|
1696
|
+
"Person1": {
|
|
1697
|
+
"PersonId": 36,
|
|
1698
|
+
"DisplayName": "Brandon Caylor",
|
|
1699
|
+
"ClubId": 10,
|
|
1700
|
+
"ShowData": true,
|
|
1701
|
+
"Images": [],
|
|
1702
|
+
"Club": {
|
|
1703
|
+
"Name": "Columbus United Fencing Club",
|
|
1704
|
+
"Color1": "navy",
|
|
1705
|
+
"Color2": "rose"
|
|
1706
|
+
},
|
|
1707
|
+
"EventPersons": [
|
|
1708
|
+
{
|
|
1709
|
+
"DEPosition": 4
|
|
1710
|
+
}
|
|
1711
|
+
]
|
|
1712
|
+
},
|
|
1713
|
+
"Person2": {
|
|
1714
|
+
"PersonId": 75,
|
|
1715
|
+
"DisplayName": "William Handford",
|
|
1716
|
+
"ClubId": 10,
|
|
1717
|
+
"ShowData": true,
|
|
1718
|
+
"Images": [],
|
|
1719
|
+
"Club": {
|
|
1720
|
+
"Name": "Columbus United Fencing Club"
|
|
1721
|
+
},
|
|
1722
|
+
"EventPersons": [
|
|
1723
|
+
{
|
|
1724
|
+
"DEPosition": 3
|
|
1725
|
+
}
|
|
1726
|
+
]
|
|
1727
|
+
},
|
|
1728
|
+
"Pool": {
|
|
1729
|
+
"RingName": "DE Bracket"
|
|
1730
|
+
}
|
|
1731
|
+
},
|
|
1732
|
+
{
|
|
1733
|
+
"TimerStatus": "stopped",
|
|
1734
|
+
"RefName": "Unassigned",
|
|
1735
|
+
"BoutId": 2228,
|
|
1736
|
+
"PoolId": 146,
|
|
1737
|
+
"EventId": 8,
|
|
1738
|
+
"Person1Id": 59,
|
|
1739
|
+
"Person2Id": 36,
|
|
1740
|
+
"Status": "Completed",
|
|
1741
|
+
"Score1": 7,
|
|
1742
|
+
"Score2": 6,
|
|
1743
|
+
"Started": "2024-07-28T06:06:30.000Z",
|
|
1744
|
+
"Ended": "2024-07-28T06:06:40.000Z",
|
|
1745
|
+
"TimeLeft": 90,
|
|
1746
|
+
"CurrentPass": 6,
|
|
1747
|
+
"MaxPasses": 7,
|
|
1748
|
+
"RoundLabel": "Final",
|
|
1749
|
+
"DEBoutId": 31,
|
|
1750
|
+
"DENextBoutId": null,
|
|
1751
|
+
"RefereeId": 1,
|
|
1752
|
+
"createdAt": "2024-07-28T04:14:45.000Z",
|
|
1753
|
+
"updatedAt": "2024-07-28T06:06:41.000Z",
|
|
1754
|
+
"Person1": {
|
|
1755
|
+
"PersonId": 59,
|
|
1756
|
+
"DisplayName": "Loyd Briski",
|
|
1757
|
+
"ClubId": 23,
|
|
1758
|
+
"ShowData": true,
|
|
1759
|
+
"Images": [],
|
|
1760
|
+
"Club": {
|
|
1761
|
+
"Name": "Queen City Sword Guild",
|
|
1762
|
+
"Color1": "blue",
|
|
1763
|
+
"Color2": "red"
|
|
1764
|
+
},
|
|
1765
|
+
"EventPersons": [
|
|
1766
|
+
{
|
|
1767
|
+
"DEPosition": 6
|
|
1768
|
+
}
|
|
1769
|
+
]
|
|
1770
|
+
},
|
|
1771
|
+
"Person2": {
|
|
1772
|
+
"PersonId": 36,
|
|
1773
|
+
"DisplayName": "Brandon Caylor",
|
|
1774
|
+
"ClubId": 10,
|
|
1775
|
+
"ShowData": true,
|
|
1776
|
+
"Images": [],
|
|
1777
|
+
"Club": {
|
|
1778
|
+
"Name": "Columbus United Fencing Club"
|
|
1779
|
+
},
|
|
1780
|
+
"EventPersons": [
|
|
1781
|
+
{
|
|
1782
|
+
"DEPosition": 4
|
|
1783
|
+
}
|
|
1784
|
+
]
|
|
1785
|
+
},
|
|
1786
|
+
"Pool": {
|
|
1787
|
+
"RingName": "DE Bracket"
|
|
1788
|
+
}
|
|
1789
|
+
},
|
|
1790
|
+
{
|
|
1791
|
+
"TimerStatus": "stopped",
|
|
1792
|
+
"RefName": "Unassigned",
|
|
1793
|
+
"BoutId": 2229,
|
|
1794
|
+
"PoolId": 146,
|
|
1795
|
+
"EventId": 8,
|
|
1796
|
+
"Person1Id": 51,
|
|
1797
|
+
"Person2Id": 75,
|
|
1798
|
+
"Status": "Completed",
|
|
1799
|
+
"Score1": 6,
|
|
1800
|
+
"Score2": 7,
|
|
1801
|
+
"Started": "2024-07-28T06:06:19.000Z",
|
|
1802
|
+
"Ended": "2024-07-28T06:06:28.000Z",
|
|
1803
|
+
"TimeLeft": 90,
|
|
1804
|
+
"CurrentPass": 6,
|
|
1805
|
+
"MaxPasses": 7,
|
|
1806
|
+
"RoundLabel": "Third Place",
|
|
1807
|
+
"DEBoutId": 32,
|
|
1808
|
+
"DENextBoutId": null,
|
|
1809
|
+
"RefereeId": 1,
|
|
1810
|
+
"createdAt": "2024-07-28T04:14:55.000Z",
|
|
1811
|
+
"updatedAt": "2024-07-28T06:06:28.000Z",
|
|
1812
|
+
"Person1": {
|
|
1813
|
+
"PersonId": 51,
|
|
1814
|
+
"DisplayName": "Jacob Pigeon",
|
|
1815
|
+
"ClubId": 43,
|
|
1816
|
+
"ShowData": true,
|
|
1817
|
+
"Images": [],
|
|
1818
|
+
"Club": {
|
|
1819
|
+
"Name": "Ars Gladii",
|
|
1820
|
+
"Color1": "green",
|
|
1821
|
+
"Color2": "gold"
|
|
1822
|
+
},
|
|
1823
|
+
"EventPersons": [
|
|
1824
|
+
{
|
|
1825
|
+
"DEPosition": 12
|
|
1826
|
+
}
|
|
1827
|
+
]
|
|
1828
|
+
},
|
|
1829
|
+
"Person2": {
|
|
1830
|
+
"PersonId": 75,
|
|
1831
|
+
"DisplayName": "William Handford",
|
|
1832
|
+
"ClubId": 10,
|
|
1833
|
+
"ShowData": true,
|
|
1834
|
+
"Images": [],
|
|
1835
|
+
"Club": {
|
|
1836
|
+
"Name": "Columbus United Fencing Club"
|
|
1837
|
+
},
|
|
1838
|
+
"EventPersons": [
|
|
1839
|
+
{
|
|
1840
|
+
"DEPosition": 3
|
|
1841
|
+
}
|
|
1842
|
+
]
|
|
1843
|
+
},
|
|
1844
|
+
"Pool": {
|
|
1845
|
+
"RingName": "DE Bracket"
|
|
1846
|
+
}
|
|
1847
|
+
}
|
|
1848
|
+
]
|
|
1849
|
+
}
|
|
1850
|
+
],
|
|
1851
|
+
"event": {
|
|
1852
|
+
"EventId": 8,
|
|
1853
|
+
"TournamentId": 9,
|
|
1854
|
+
"EventName": "Longsword B",
|
|
1855
|
+
"Date": "2024-07-20",
|
|
1856
|
+
"StartTime": "09:00:00",
|
|
1857
|
+
"NumberOfRings": 4,
|
|
1858
|
+
"NumberOfPools": 4,
|
|
1859
|
+
"PoolSize": 7,
|
|
1860
|
+
"Flights": 1,
|
|
1861
|
+
"WeaponId": 1,
|
|
1862
|
+
"Status": "completed",
|
|
1863
|
+
"Present": 26,
|
|
1864
|
+
"Absent": 0,
|
|
1865
|
+
"Removed": 0,
|
|
1866
|
+
"EventRules": [
|
|
1867
|
+
{
|
|
1868
|
+
"EventId": 8,
|
|
1869
|
+
"RuleId": 5,
|
|
1870
|
+
"RuleValue": "true",
|
|
1871
|
+
"Rules": {
|
|
1872
|
+
"RuleName": "DE3rdFenceOff",
|
|
1873
|
+
"Context": "de"
|
|
1874
|
+
}
|
|
1875
|
+
},
|
|
1876
|
+
{
|
|
1877
|
+
"EventId": 8,
|
|
1878
|
+
"RuleId": 6,
|
|
1879
|
+
"RuleValue": "7",
|
|
1880
|
+
"Rules": {
|
|
1881
|
+
"RuleName": "PoolNumOfPasses",
|
|
1882
|
+
"Context": "pool"
|
|
1883
|
+
}
|
|
1884
|
+
},
|
|
1885
|
+
{
|
|
1886
|
+
"EventId": 8,
|
|
1887
|
+
"RuleId": 7,
|
|
1888
|
+
"RuleValue": "7",
|
|
1889
|
+
"Rules": {
|
|
1890
|
+
"RuleName": "DENumOfPasses",
|
|
1891
|
+
"Context": "de"
|
|
1892
|
+
}
|
|
1893
|
+
},
|
|
1894
|
+
{
|
|
1895
|
+
"EventId": 8,
|
|
1896
|
+
"RuleId": 9,
|
|
1897
|
+
"RuleValue": "Win Percent,Indicator,Points Scored",
|
|
1898
|
+
"Rules": {
|
|
1899
|
+
"RuleName": "DEPromotionOrder",
|
|
1900
|
+
"Context": "de"
|
|
1901
|
+
}
|
|
1902
|
+
},
|
|
1903
|
+
{
|
|
1904
|
+
"EventId": 8,
|
|
1905
|
+
"RuleId": 10,
|
|
1906
|
+
"RuleValue": "100%",
|
|
1907
|
+
"Rules": {
|
|
1908
|
+
"RuleName": "DENumOfPromotion",
|
|
1909
|
+
"Context": "de"
|
|
1910
|
+
}
|
|
1911
|
+
},
|
|
1912
|
+
{
|
|
1913
|
+
"EventId": 8,
|
|
1914
|
+
"RuleId": 11,
|
|
1915
|
+
"RuleValue": "HR",
|
|
1916
|
+
"Rules": {
|
|
1917
|
+
"RuleName": "PoolSeeding",
|
|
1918
|
+
"Context": "pool"
|
|
1919
|
+
}
|
|
1920
|
+
},
|
|
1921
|
+
{
|
|
1922
|
+
"EventId": 8,
|
|
1923
|
+
"RuleId": 14,
|
|
1924
|
+
"RuleValue": "32",
|
|
1925
|
+
"Rules": {
|
|
1926
|
+
"RuleName": "CutOffNumber",
|
|
1927
|
+
"Context": "event"
|
|
1928
|
+
}
|
|
1929
|
+
}
|
|
1930
|
+
],
|
|
1931
|
+
"Weapon": {
|
|
1932
|
+
"HRWeaponId": "1"
|
|
1933
|
+
}
|
|
1934
|
+
},
|
|
1935
|
+
"eventRules": [
|
|
1936
|
+
{
|
|
1937
|
+
"EventId": 8,
|
|
1938
|
+
"RuleId": 5,
|
|
1939
|
+
"RuleValue": "true",
|
|
1940
|
+
"Rules": {
|
|
1941
|
+
"RuleName": "DE3rdFenceOff",
|
|
1942
|
+
"Context": "de"
|
|
1943
|
+
}
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"EventId": 8,
|
|
1947
|
+
"RuleId": 6,
|
|
1948
|
+
"RuleValue": "7",
|
|
1949
|
+
"Rules": {
|
|
1950
|
+
"RuleName": "PoolNumOfPasses",
|
|
1951
|
+
"Context": "pool"
|
|
1952
|
+
}
|
|
1953
|
+
},
|
|
1954
|
+
{
|
|
1955
|
+
"EventId": 8,
|
|
1956
|
+
"RuleId": 7,
|
|
1957
|
+
"RuleValue": "7",
|
|
1958
|
+
"Rules": {
|
|
1959
|
+
"RuleName": "DENumOfPasses",
|
|
1960
|
+
"Context": "de"
|
|
1961
|
+
}
|
|
832
1962
|
},
|
|
833
1963
|
{
|
|
1964
|
+
"EventId": 8,
|
|
834
1965
|
"RuleId": 9,
|
|
835
|
-
"RuleName": "DEPromotionOrder",
|
|
836
1966
|
"RuleValue": "Win Percent,Indicator,Points Scored",
|
|
837
|
-
"
|
|
1967
|
+
"Rules": {
|
|
1968
|
+
"RuleName": "DEPromotionOrder",
|
|
1969
|
+
"Context": "de"
|
|
1970
|
+
}
|
|
838
1971
|
},
|
|
839
1972
|
{
|
|
1973
|
+
"EventId": 8,
|
|
840
1974
|
"RuleId": 10,
|
|
841
|
-
"RuleName": "DENumOfPromotion",
|
|
842
1975
|
"RuleValue": "100%",
|
|
843
|
-
"
|
|
1976
|
+
"Rules": {
|
|
1977
|
+
"RuleName": "DENumOfPromotion",
|
|
1978
|
+
"Context": "de"
|
|
1979
|
+
}
|
|
844
1980
|
},
|
|
845
1981
|
{
|
|
1982
|
+
"EventId": 8,
|
|
846
1983
|
"RuleId": 11,
|
|
847
|
-
"
|
|
848
|
-
"
|
|
849
|
-
|
|
1984
|
+
"RuleValue": "HR",
|
|
1985
|
+
"Rules": {
|
|
1986
|
+
"RuleName": "PoolSeeding",
|
|
1987
|
+
"Context": "pool"
|
|
1988
|
+
}
|
|
850
1989
|
},
|
|
851
1990
|
{
|
|
1991
|
+
"EventId": 8,
|
|
852
1992
|
"RuleId": 14,
|
|
853
|
-
"
|
|
854
|
-
"
|
|
855
|
-
|
|
1993
|
+
"RuleValue": "32",
|
|
1994
|
+
"Rules": {
|
|
1995
|
+
"RuleName": "CutOffNumber",
|
|
1996
|
+
"Context": "event"
|
|
1997
|
+
}
|
|
856
1998
|
}
|
|
857
1999
|
],
|
|
858
2000
|
"hostingClubColors": {
|
|
859
|
-
"Color1": "
|
|
860
|
-
"Color2": "
|
|
2001
|
+
"Color1": "blue",
|
|
2002
|
+
"Color2": "red"
|
|
861
2003
|
}
|
|
862
2004
|
}
|
|
863
2005
|
|