@dcrackel/meyersquaredui 1.0.191 → 1.0.195

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.
Files changed (22) hide show
  1. package/dist/meyersquaredui.es.js +6 -1
  2. package/dist/meyersquaredui.umd.js +1 -1
  3. package/package.json +13 -13
  4. package/src/assets/fonts/RobotoMono-Regular.ttf +0 -0
  5. package/src/assets/fonts/RobotoMono-SemiBold.ttf +0 -0
  6. package/src/mocks/getPoolsWithBouts.js +394 -787
  7. package/src/mocks/getPoolsWithBoutsByPoolId.js +401 -1168
  8. package/src/stories/Atoms/BaseText/BaseText.vue +5 -0
  9. package/src/stories/Molecules/ScoreBoardSections/FencerName/FencerName.stories.js +40 -0
  10. package/src/stories/Molecules/ScoreBoardSections/FencerName/FencerName.vue +49 -0
  11. package/src/stories/Molecules/ScoreBoardSections/FencerScore/FencerScore.stories.js +40 -0
  12. package/src/stories/Molecules/ScoreBoardSections/FencerScore/FencerScore.vue +28 -0
  13. package/src/stories/Molecules/ScoreBoardSections/ScoreBoardPasses/ScoreBoardPasses.stories.js +45 -0
  14. package/src/stories/Molecules/ScoreBoardSections/ScoreBoardPasses/ScoreBoardPasses.vue +39 -0
  15. package/src/stories/Molecules/ScoreBoardSections/ScoreBoardTimer/ScoreBoardTimer.stories.js +43 -0
  16. package/src/stories/Molecules/ScoreBoardSections/ScoreBoardTimer/ScoreBoardTimer.vue +88 -0
  17. package/src/stories/Organisms/ScoreBoardParts/FencerNameBar/FencerNameBar.stories.js +43 -0
  18. package/src/stories/Organisms/ScoreBoardParts/FencerNameBar/FencerNameBar.vue +37 -0
  19. package/src/stories/Organisms/ScoreBoardParts/FencerPit/FencerPit.stories.js +52 -0
  20. package/src/stories/Organisms/ScoreBoardParts/FencerPit/FencerPit.vue +65 -0
  21. package/src/stories/Organisms/ScoreBoardParts/ScoreBar/ScoreBar.stories.js +58 -0
  22. package/src/stories/Organisms/ScoreBoardParts/ScoreBar/ScoreBar.vue +61 -0
@@ -1,806 +1,413 @@
1
1
  const getPoolsWithBouts =
2
- {
3
- "message": "Pools retrieved",
4
- "pools": [
5
- {
6
- "PoolId": 180,
7
- "Name": "Pool 1",
8
- "RingName": "Ring 1",
9
- "Flight": 1,
10
- "PoolType": "pool",
11
- "EventId": 26,
12
- "Status": "planning",
13
- "Updated": "2024-10-16T13:38:51.000Z",
14
- "Staff": [
2
+ [
3
+ {
4
+ "BoutId": 1823,
5
+ "PoolId": 137,
6
+ "EventId": 5,
7
+ "Person1Id": 10,
8
+ "Person2Id": 1,
9
+ "Status": "Active",
10
+ "Score1": 7,
11
+ "Score2": 5,
12
+ "CurrentPass": 1,
13
+ "Started": null,
14
+ "Ended": null,
15
+ "TimerStatus": "running",
16
+ "TimeLeft": 60,
17
+ "RoundLabel": null,
18
+ "DEBoutId": null,
19
+ "DENextBoutId": null,
20
+ "RefereeId": null,
21
+ "RingName": "Ring1",
22
+ "createdAt": "2024-06-15T06:45:39.000Z",
23
+ "updatedAt": "2024-06-15T06:45:39.000Z",
24
+ "Person1": {
25
+ "PersonId": 10,
26
+ "DisplayName": "Melissa Jones",
27
+ "ClubId": 4,
28
+ "Images": [],
29
+ "Club": {
30
+ "Name": "Guardians of the Guard"
31
+ }
32
+ },
33
+ "Person2": {
34
+ "PersonId": 1,
35
+ "DisplayName": "Dave Smith",
36
+ "ClubId": 4,
37
+ "Images": [
15
38
  {
16
- "Role": "Director",
17
- "Person": {
18
- "PersonId": 62,
19
- "DisplayName": "Matthew Dicken"
20
- }
39
+ "ImageId": 7,
40
+ "URL": "https://randomuser.me/api/portraits/men/22.jpg"
21
41
  }
22
42
  ],
23
- "Bouts": [
24
- {
25
- "TimerStatus": "stopped",
26
- "RefName": "Unassigned",
27
- "BoutId": 3113,
28
- "PoolId": 180,
29
- "EventId": 26,
30
- "Person1Id": 37,
31
- "Person2Id": 18,
32
- "Status": "Active",
33
- "Score1": 1,
34
- "Score2": 0,
35
- "Started": "2024-10-20T22:23:08.000Z",
36
- "Ended": null,
37
- "TimeLeft": 102,
38
- "CurrentPass": 0,
39
- "MaxPasses": 0,
40
- "RoundLabel": null,
41
- "DEBoutId": null,
42
- "DENextBoutId": null,
43
- "RefereeId": 1,
44
- "createdAt": "2024-10-20T22:22:24.000Z",
45
- "updatedAt": "2024-10-20T22:23:38.000Z",
46
- "Person1": {
47
- "PersonId": 37,
48
- "DisplayName": "Brian Thiessen",
49
- "ClubId": 38,
50
- "ShowData": true,
51
- "Images": [],
52
- "Club": {
53
- "Name": "Steelhead Western Martial Arts",
54
- "Color1": "Black",
55
- "Color2": "Blue"
56
- },
57
- "EventPersons": [
58
- {
59
- "DEPosition": null
60
- }
61
- ]
62
- },
63
- "Person2": {
64
- "PersonId": 18,
65
- "DisplayName": "Sean Hanson",
66
- "ClubId": 3,
67
- "ShowData": true,
68
- "Images": [],
69
- "Club": {
70
- "Name": "Sword & Blade of Callie"
71
- },
72
- "EventPersons": [
73
- {
74
- "DEPosition": null
75
- }
76
- ]
77
- },
78
- "Pool": {
79
- "RingName": "Ring 1"
80
- }
81
- },
82
- {
83
- "TimerStatus": "stopped",
84
- "RefName": "Unassigned",
85
- "BoutId": 3114,
86
- "PoolId": 180,
87
- "EventId": 26,
88
- "Person1Id": 79,
89
- "Person2Id": 101,
90
- "Status": "Scheduled",
91
- "Score1": 0,
92
- "Score2": 0,
93
- "Started": null,
94
- "Ended": null,
95
- "TimeLeft": 0,
96
- "CurrentPass": 0,
97
- "MaxPasses": 0,
98
- "RoundLabel": null,
99
- "DEBoutId": null,
100
- "DENextBoutId": null,
101
- "RefereeId": null,
102
- "createdAt": "2024-10-20T22:22:24.000Z",
103
- "updatedAt": "2024-10-20T22:22:24.000Z",
104
- "Person1": {
105
- "PersonId": 79,
106
- "DisplayName": "Tom Testerlou",
107
- "ClubId": 10,
108
- "ShowData": true,
109
- "Images": [],
110
- "Club": {
111
- "Name": "Columbus United Fencing Club",
112
- "Color1": "navy",
113
- "Color2": "rose"
114
- },
115
- "EventPersons": [
116
- {
117
- "DEPosition": null
118
- }
119
- ]
120
- },
121
- "Person2": {
122
- "PersonId": 101,
123
- "DisplayName": "Team Bestest",
124
- "ClubId": 10,
125
- "ShowData": true,
126
- "Images": [],
127
- "Club": {
128
- "Name": "Columbus United Fencing Club"
129
- },
130
- "EventPersons": [
131
- {
132
- "DEPosition": null
133
- }
134
- ]
135
- },
136
- "Pool": {
137
- "RingName": "Ring 1"
138
- }
139
- },
140
- {
141
- "TimerStatus": "stopped",
142
- "RefName": "Unassigned",
143
- "BoutId": 3115,
144
- "PoolId": 180,
145
- "EventId": 26,
146
- "Person1Id": 37,
147
- "Person2Id": 101,
148
- "Status": "Scheduled",
149
- "Score1": 0,
150
- "Score2": 0,
151
- "Started": null,
152
- "Ended": null,
153
- "TimeLeft": 0,
154
- "CurrentPass": 0,
155
- "MaxPasses": 0,
156
- "RoundLabel": null,
157
- "DEBoutId": null,
158
- "DENextBoutId": null,
159
- "RefereeId": null,
160
- "createdAt": "2024-10-20T22:22:24.000Z",
161
- "updatedAt": "2024-10-20T22:22:24.000Z",
162
- "Person1": {
163
- "PersonId": 37,
164
- "DisplayName": "Brian Thiessen",
165
- "ClubId": 38,
166
- "ShowData": true,
167
- "Images": [],
168
- "Club": {
169
- "Name": "Steelhead Western Martial Arts",
170
- "Color1": "Black",
171
- "Color2": "Blue"
172
- },
173
- "EventPersons": [
174
- {
175
- "DEPosition": null
176
- }
177
- ]
178
- },
179
- "Person2": {
180
- "PersonId": 101,
181
- "DisplayName": "Team Bestest",
182
- "ClubId": 10,
183
- "ShowData": true,
184
- "Images": [],
185
- "Club": {
186
- "Name": "Columbus United Fencing Club"
187
- },
188
- "EventPersons": [
189
- {
190
- "DEPosition": null
191
- }
192
- ]
193
- },
194
- "Pool": {
195
- "RingName": "Ring 1"
196
- }
197
- },
198
- {
199
- "TimerStatus": "stopped",
200
- "RefName": "Unassigned",
201
- "BoutId": 3116,
202
- "PoolId": 180,
203
- "EventId": 26,
204
- "Person1Id": 79,
205
- "Person2Id": 18,
206
- "Status": "Scheduled",
207
- "Score1": 0,
208
- "Score2": 0,
209
- "Started": null,
210
- "Ended": null,
211
- "TimeLeft": 0,
212
- "CurrentPass": 0,
213
- "MaxPasses": 0,
214
- "RoundLabel": null,
215
- "DEBoutId": null,
216
- "DENextBoutId": null,
217
- "RefereeId": null,
218
- "createdAt": "2024-10-20T22:22:24.000Z",
219
- "updatedAt": "2024-10-20T22:22:24.000Z",
220
- "Person1": {
221
- "PersonId": 79,
222
- "DisplayName": "Tom Testerlou",
223
- "ClubId": 10,
224
- "ShowData": true,
225
- "Images": [],
226
- "Club": {
227
- "Name": "Columbus United Fencing Club",
228
- "Color1": "navy",
229
- "Color2": "rose"
230
- },
231
- "EventPersons": [
232
- {
233
- "DEPosition": null
234
- }
235
- ]
236
- },
237
- "Person2": {
238
- "PersonId": 18,
239
- "DisplayName": "Sean Hanson",
240
- "ClubId": 3,
241
- "ShowData": true,
242
- "Images": [],
243
- "Club": {
244
- "Name": "Sword & Blade of Callie"
245
- },
246
- "EventPersons": [
247
- {
248
- "DEPosition": null
249
- }
250
- ]
251
- },
252
- "Pool": {
253
- "RingName": "Ring 1"
254
- }
255
- },
256
- {
257
- "TimerStatus": "stopped",
258
- "RefName": "Unassigned",
259
- "BoutId": 3117,
260
- "PoolId": 180,
261
- "EventId": 26,
262
- "Person1Id": 101,
263
- "Person2Id": 18,
264
- "Status": "Scheduled",
265
- "Score1": 0,
266
- "Score2": 0,
267
- "Started": null,
268
- "Ended": null,
269
- "TimeLeft": 0,
270
- "CurrentPass": 0,
271
- "MaxPasses": 0,
272
- "RoundLabel": null,
273
- "DEBoutId": null,
274
- "DENextBoutId": null,
275
- "RefereeId": null,
276
- "createdAt": "2024-10-20T22:22:24.000Z",
277
- "updatedAt": "2024-10-20T22:22:24.000Z",
278
- "Person1": {
279
- "PersonId": 101,
280
- "DisplayName": "Team Bestest",
281
- "ClubId": 10,
282
- "ShowData": true,
283
- "Images": [],
284
- "Club": {
285
- "Name": "Columbus United Fencing Club",
286
- "Color1": "navy",
287
- "Color2": "rose"
288
- },
289
- "EventPersons": [
290
- {
291
- "DEPosition": null
292
- }
293
- ]
294
- },
295
- "Person2": {
296
- "PersonId": 18,
297
- "DisplayName": "Sean Hanson",
298
- "ClubId": 3,
299
- "ShowData": true,
300
- "Images": [],
301
- "Club": {
302
- "Name": "Sword & Blade of Callie"
303
- },
304
- "EventPersons": [
305
- {
306
- "DEPosition": null
307
- }
308
- ]
309
- },
310
- "Pool": {
311
- "RingName": "Ring 1"
312
- }
313
- },
314
- {
315
- "TimerStatus": "stopped",
316
- "RefName": "Unassigned",
317
- "BoutId": 3118,
318
- "PoolId": 180,
319
- "EventId": 26,
320
- "Person1Id": 37,
321
- "Person2Id": 79,
322
- "Status": "Scheduled",
323
- "Score1": 0,
324
- "Score2": 0,
325
- "Started": null,
326
- "Ended": null,
327
- "TimeLeft": 0,
328
- "CurrentPass": 0,
329
- "MaxPasses": 0,
330
- "RoundLabel": null,
331
- "DEBoutId": null,
332
- "DENextBoutId": null,
333
- "RefereeId": null,
334
- "createdAt": "2024-10-20T22:22:24.000Z",
335
- "updatedAt": "2024-10-20T22:22:24.000Z",
336
- "Person1": {
337
- "PersonId": 37,
338
- "DisplayName": "Brian Thiessen",
339
- "ClubId": 38,
340
- "ShowData": true,
341
- "Images": [],
342
- "Club": {
343
- "Name": "Steelhead Western Martial Arts",
344
- "Color1": "Black",
345
- "Color2": "Blue"
346
- },
347
- "EventPersons": [
348
- {
349
- "DEPosition": null
350
- }
351
- ]
352
- },
353
- "Person2": {
354
- "PersonId": 79,
355
- "DisplayName": "Tom Testerlou",
356
- "ClubId": 10,
357
- "ShowData": true,
358
- "Images": [],
359
- "Club": {
360
- "Name": "Columbus United Fencing Club"
361
- },
362
- "EventPersons": [
363
- {
364
- "DEPosition": null
365
- }
366
- ]
367
- },
368
- "Pool": {
369
- "RingName": "Ring 1"
370
- }
371
- }
372
- ]
43
+ "Club": {
44
+ "Name": "Cat's Cutlass Club of Canton"
45
+ }
46
+ }
47
+ },
48
+ {
49
+ "BoutId": 1824,
50
+ "PoolId": 137,
51
+ "EventId": 5,
52
+ "Person1Id": 14,
53
+ "Person2Id": 6,
54
+ "Status": "Completed",
55
+ "Score1": 7,
56
+ "Score2": 4,
57
+ "CurrentPass": 1,
58
+ "Started": null,
59
+ "Ended": null,
60
+ "TimerStatus": "stopped",
61
+ "TimeLeft": 0,
62
+ "RoundLabel": null,
63
+ "DEBoutId": null,
64
+ "DENextBoutId": null,
65
+ "RefereeId": null,
66
+ "createdAt": "2024-06-15T06:45:39.000Z",
67
+ "updatedAt": "2024-06-15T06:45:39.000Z",
68
+ "Person1": {
69
+ "PersonId": 14,
70
+ "DisplayName": "Jordan Allen",
71
+ "ClubId": 5,
72
+ "Images": [],
73
+ "Club": {
74
+ "Name": "Fechtastic Fighters"
75
+ }
373
76
  },
374
- {
375
- "PoolId": 182,
376
- "Name": "Pool 2",
377
- "RingName": "Ring 2",
378
- "Flight": 1,
379
- "PoolType": "pool",
380
- "EventId": 26,
381
- "Status": "preparation",
382
- "Updated": "2024-10-17T23:16:21.000Z",
383
- "Staff": [
77
+ "Person2": {
78
+ "PersonId": 6,
79
+ "DisplayName": "Courtney Medina",
80
+ "ClubId": 3,
81
+ "Images": [],
82
+ "Club": {
83
+ "Name": "Sword & Blade of Callie"
84
+ }
85
+ }
86
+ },
87
+ {
88
+ "BoutId": 1825,
89
+ "PoolId": 137,
90
+ "EventId": 5,
91
+ "Person1Id": 7,
92
+ "Person2Id": 10,
93
+ "Status": "Completed",
94
+ "Score1": 3,
95
+ "Score2": 7,
96
+ "Started": null,
97
+ "Ended": null,
98
+ "TimerStatus": "stopped",
99
+ "TimeLeft": 0,
100
+ "RoundLabel": null,
101
+ "DEBoutId": null,
102
+ "DENextBoutId": null,
103
+ "RefereeId": null,
104
+ "RingName": "Ring1",
105
+ "createdAt": "2024-06-15T06:45:39.000Z",
106
+ "updatedAt": "2024-06-15T06:45:39.000Z",
107
+ "Person1": {
108
+ "PersonId": 7,
109
+ "DisplayName": "Emily Carlson",
110
+ "ClubId": 4,
111
+ "Images": [],
112
+ "Club": {
113
+ "Name": "Guardians of the Guard"
114
+ }
115
+ },
116
+ "Person2": {
117
+ "PersonId": 10,
118
+ "DisplayName": "Melissa Jones",
119
+ "ClubId": 4,
120
+ "Images": [],
121
+ "Club": {
122
+ "Name": "Guardians of the Guard"
123
+ }
124
+ }
125
+ },
126
+ {
127
+ "BoutId": 1826,
128
+ "PoolId": 137,
129
+ "EventId": 5,
130
+ "Person1Id": 1,
131
+ "Person2Id": 14,
132
+ "Status": "Completed",
133
+ "Score1": 7,
134
+ "Score2": 5,
135
+ "Started": null,
136
+ "Ended": null,
137
+ "TimerStatus": "stopped",
138
+ "TimeLeft": 0,
139
+ "RoundLabel": null,
140
+ "DEBoutId": null,
141
+ "DENextBoutId": null,
142
+ "RefereeId": null,
143
+ "RingName": "Ring1",
144
+ "createdAt": "2024-06-15T06:45:39.000Z",
145
+ "updatedAt": "2024-06-15T06:45:39.000Z",
146
+ "Person1": {
147
+ "PersonId": 1,
148
+ "DisplayName": "Dave Smith",
149
+ "ClubId": 4,
150
+ "Images": [
384
151
  {
385
- "Role": "Director",
386
- "Person": {
387
- "PersonId": 1,
388
- "DisplayName": "Dwain Crackel"
389
- }
152
+ "ImageId": 7,
153
+ "URL": "https://randomuser.me/api/portraits/men/22.jpg"
390
154
  }
391
155
  ],
392
- "Bouts": [
393
- {
394
- "TimerStatus": "stopped",
395
- "RefName": "Unassigned",
396
- "BoutId": 3119,
397
- "PoolId": 182,
398
- "EventId": 26,
399
- "Person1Id": 49,
400
- "Person2Id": 111,
401
- "Status": "Scheduled",
402
- "Score1": 0,
403
- "Score2": 0,
404
- "Started": null,
405
- "Ended": null,
406
- "TimeLeft": 0,
407
- "CurrentPass": 0,
408
- "MaxPasses": 0,
409
- "RoundLabel": null,
410
- "DEBoutId": null,
411
- "DENextBoutId": null,
412
- "RefereeId": null,
413
- "createdAt": "2024-10-20T22:22:24.000Z",
414
- "updatedAt": "2024-10-20T22:22:24.000Z",
415
- "Person1": {
416
- "PersonId": 49,
417
- "DisplayName": "Jack Seyler",
418
- "ClubId": 43,
419
- "ShowData": true,
420
- "Images": [],
421
- "Club": {
422
- "Name": "Ars Gladii",
423
- "Color1": "green",
424
- "Color2": "gold"
425
- },
426
- "EventPersons": [
427
- {
428
- "DEPosition": null
429
- }
430
- ]
431
- },
432
- "Person2": {
433
- "PersonId": 111,
434
- "DisplayName": "Aaron Senteney",
435
- "ClubId": 38,
436
- "ShowData": true,
437
- "Images": [],
438
- "Club": {
439
- "Name": "Steelhead Western Martial Arts"
440
- },
441
- "EventPersons": [
442
- {
443
- "DEPosition": null
444
- }
445
- ]
446
- },
447
- "Pool": {
448
- "RingName": "Ring 2"
449
- }
450
- },
451
- {
452
- "TimerStatus": "stopped",
453
- "RefName": "Unassigned",
454
- "BoutId": 3120,
455
- "PoolId": 182,
456
- "EventId": 26,
457
- "Person1Id": 89,
458
- "Person2Id": 9,
459
- "Status": "Scheduled",
460
- "Score1": 0,
461
- "Score2": 0,
462
- "Started": null,
463
- "Ended": null,
464
- "TimeLeft": 0,
465
- "CurrentPass": 0,
466
- "MaxPasses": 0,
467
- "RoundLabel": null,
468
- "DEBoutId": null,
469
- "DENextBoutId": null,
470
- "RefereeId": null,
471
- "createdAt": "2024-10-20T22:22:24.000Z",
472
- "updatedAt": "2024-10-20T22:22:24.000Z",
473
- "Person1": {
474
- "PersonId": 89,
475
- "DisplayName": "Jesse May",
476
- "ClubId": 18,
477
- "ShowData": true,
478
- "Images": [],
479
- "Club": {
480
- "Name": "Hilt and Helm Pittsburgh Fencing Club",
481
- "Color1": "red",
482
- "Color2": "blue"
483
- },
484
- "EventPersons": [
485
- {
486
- "DEPosition": null
487
- }
488
- ]
489
- },
490
- "Person2": {
491
- "PersonId": 9,
492
- "DisplayName": "Sean McCoy",
493
- "ClubId": 7,
494
- "ShowData": true,
495
- "Images": [],
496
- "Club": {
497
- "Name": "Hilt & Heart"
498
- },
499
- "EventPersons": [
500
- {
501
- "DEPosition": null
502
- }
503
- ]
504
- },
505
- "Pool": {
506
- "RingName": "Ring 2"
507
- }
508
- },
509
- {
510
- "TimerStatus": "stopped",
511
- "RefName": "Unassigned",
512
- "BoutId": 3121,
513
- "PoolId": 182,
514
- "EventId": 26,
515
- "Person1Id": 49,
516
- "Person2Id": 9,
517
- "Status": "Scheduled",
518
- "Score1": 0,
519
- "Score2": 0,
520
- "Started": null,
521
- "Ended": null,
522
- "TimeLeft": 0,
523
- "CurrentPass": 0,
524
- "MaxPasses": 0,
525
- "RoundLabel": null,
526
- "DEBoutId": null,
527
- "DENextBoutId": null,
528
- "RefereeId": null,
529
- "createdAt": "2024-10-20T22:22:24.000Z",
530
- "updatedAt": "2024-10-20T22:22:24.000Z",
531
- "Person1": {
532
- "PersonId": 49,
533
- "DisplayName": "Jack Seyler",
534
- "ClubId": 43,
535
- "ShowData": true,
536
- "Images": [],
537
- "Club": {
538
- "Name": "Ars Gladii",
539
- "Color1": "green",
540
- "Color2": "gold"
541
- },
542
- "EventPersons": [
543
- {
544
- "DEPosition": null
545
- }
546
- ]
547
- },
548
- "Person2": {
549
- "PersonId": 9,
550
- "DisplayName": "Sean McCoy",
551
- "ClubId": 7,
552
- "ShowData": true,
553
- "Images": [],
554
- "Club": {
555
- "Name": "Hilt & Heart"
556
- },
557
- "EventPersons": [
558
- {
559
- "DEPosition": null
560
- }
561
- ]
562
- },
563
- "Pool": {
564
- "RingName": "Ring 2"
565
- }
566
- },
567
- {
568
- "TimerStatus": "stopped",
569
- "RefName": "Unassigned",
570
- "BoutId": 3122,
571
- "PoolId": 182,
572
- "EventId": 26,
573
- "Person1Id": 89,
574
- "Person2Id": 111,
575
- "Status": "Scheduled",
576
- "Score1": 0,
577
- "Score2": 0,
578
- "Started": null,
579
- "Ended": null,
580
- "TimeLeft": 0,
581
- "CurrentPass": 0,
582
- "MaxPasses": 0,
583
- "RoundLabel": null,
584
- "DEBoutId": null,
585
- "DENextBoutId": null,
586
- "RefereeId": null,
587
- "createdAt": "2024-10-20T22:22:24.000Z",
588
- "updatedAt": "2024-10-20T22:22:24.000Z",
589
- "Person1": {
590
- "PersonId": 89,
591
- "DisplayName": "Jesse May",
592
- "ClubId": 18,
593
- "ShowData": true,
594
- "Images": [],
595
- "Club": {
596
- "Name": "Hilt and Helm Pittsburgh Fencing Club",
597
- "Color1": "red",
598
- "Color2": "blue"
599
- },
600
- "EventPersons": [
601
- {
602
- "DEPosition": null
603
- }
604
- ]
605
- },
606
- "Person2": {
607
- "PersonId": 111,
608
- "DisplayName": "Aaron Senteney",
609
- "ClubId": 38,
610
- "ShowData": true,
611
- "Images": [],
612
- "Club": {
613
- "Name": "Steelhead Western Martial Arts"
614
- },
615
- "EventPersons": [
616
- {
617
- "DEPosition": null
618
- }
619
- ]
620
- },
621
- "Pool": {
622
- "RingName": "Ring 2"
623
- }
624
- },
625
- {
626
- "TimerStatus": "stopped",
627
- "RefName": "Unassigned",
628
- "BoutId": 3123,
629
- "PoolId": 182,
630
- "EventId": 26,
631
- "Person1Id": 9,
632
- "Person2Id": 111,
633
- "Status": "Scheduled",
634
- "Score1": 0,
635
- "Score2": 0,
636
- "Started": null,
637
- "Ended": null,
638
- "TimeLeft": 0,
639
- "CurrentPass": 0,
640
- "MaxPasses": 0,
641
- "RoundLabel": null,
642
- "DEBoutId": null,
643
- "DENextBoutId": null,
644
- "RefereeId": null,
645
- "createdAt": "2024-10-20T22:22:24.000Z",
646
- "updatedAt": "2024-10-20T22:22:24.000Z",
647
- "Person1": {
648
- "PersonId": 9,
649
- "DisplayName": "Sean McCoy",
650
- "ClubId": 7,
651
- "ShowData": true,
652
- "Images": [],
653
- "Club": {
654
- "Name": "Hilt & Heart",
655
- "Color1": "red",
656
- "Color2": "blue"
657
- },
658
- "EventPersons": [
659
- {
660
- "DEPosition": null
661
- }
662
- ]
663
- },
664
- "Person2": {
665
- "PersonId": 111,
666
- "DisplayName": "Aaron Senteney",
667
- "ClubId": 38,
668
- "ShowData": true,
669
- "Images": [],
670
- "Club": {
671
- "Name": "Steelhead Western Martial Arts"
672
- },
673
- "EventPersons": [
674
- {
675
- "DEPosition": null
676
- }
677
- ]
678
- },
679
- "Pool": {
680
- "RingName": "Ring 2"
681
- }
682
- },
683
- {
684
- "TimerStatus": "stopped",
685
- "RefName": "Unassigned",
686
- "BoutId": 3124,
687
- "PoolId": 182,
688
- "EventId": 26,
689
- "Person1Id": 49,
690
- "Person2Id": 89,
691
- "Status": "Scheduled",
692
- "Score1": 0,
693
- "Score2": 0,
694
- "Started": null,
695
- "Ended": null,
696
- "TimeLeft": 0,
697
- "CurrentPass": 0,
698
- "MaxPasses": 0,
699
- "RoundLabel": null,
700
- "DEBoutId": null,
701
- "DENextBoutId": null,
702
- "RefereeId": null,
703
- "createdAt": "2024-10-20T22:22:24.000Z",
704
- "updatedAt": "2024-10-20T22:22:24.000Z",
705
- "Person1": {
706
- "PersonId": 49,
707
- "DisplayName": "Jack Seyler",
708
- "ClubId": 43,
709
- "ShowData": true,
710
- "Images": [],
711
- "Club": {
712
- "Name": "Ars Gladii",
713
- "Color1": "green",
714
- "Color2": "gold"
715
- },
716
- "EventPersons": [
717
- {
718
- "DEPosition": null
719
- }
720
- ]
721
- },
722
- "Person2": {
723
- "PersonId": 89,
724
- "DisplayName": "Jesse May",
725
- "ClubId": 18,
726
- "ShowData": true,
727
- "Images": [],
728
- "Club": {
729
- "Name": "Hilt and Helm Pittsburgh Fencing Club"
730
- },
731
- "EventPersons": [
732
- {
733
- "DEPosition": null
734
- }
735
- ]
736
- },
737
- "Pool": {
738
- "RingName": "Ring 2"
739
- }
740
- }
741
- ]
742
- }
743
- ],
744
- "eventRules": [
745
- {
746
- "RuleId": 1,
747
- "RuleName": "PoolTime",
748
- "RuleValue": "120",
749
- "Context": "pool"
750
- },
751
- {
752
- "RuleId": 2,
753
- "RuleName": "PoolMaxPoints",
754
- "RuleValue": "7",
755
- "Context": "pool"
156
+ "Club": {
157
+ "Name": "Guardians of the Guard"
158
+ }
756
159
  },
757
- {
758
- "RuleId": 3,
759
- "RuleName": "DETime",
760
- "RuleValue": "120",
761
- "Context": "de"
160
+ "Person2": {
161
+ "PersonId": 14,
162
+ "DisplayName": "Jordan Allen",
163
+ "ClubId": 5,
164
+ "Images": [],
165
+ "Club": {
166
+ "Name": "Fechtastic Fighters"
167
+ }
168
+ }
169
+ },
170
+ {
171
+ "BoutId": 1827,
172
+ "PoolId": 137,
173
+ "EventId": 5,
174
+ "Person1Id": 7,
175
+ "Person2Id": 6,
176
+ "Status": "Scheduled",
177
+ "Score1": 0,
178
+ "Score2": 0,
179
+ "Started": null,
180
+ "Ended": null,
181
+ "TimerStatus": "stopped",
182
+ "TimeLeft": 120,
183
+ "RoundLabel": null,
184
+ "DEBoutId": null,
185
+ "DENextBoutId": null,
186
+ "RefereeId": null,
187
+ "RingName": "Ring1",
188
+ "createdAt": "2024-06-15T06:45:39.000Z",
189
+ "updatedAt": "2024-06-15T06:45:39.000Z",
190
+ "Person1": {
191
+ "PersonId": 7,
192
+ "DisplayName": "Emily Carlson",
193
+ "ClubId": 4,
194
+ "Images": [],
195
+ "Club": {
196
+ "Name": "Guardians of the Guard"
197
+ }
762
198
  },
763
- {
764
- "RuleId": 4,
765
- "RuleName": "DEMaxPoints",
766
- "RuleValue": "7",
767
- "Context": "de"
199
+ "Person2": {
200
+ "PersonId": 6,
201
+ "DisplayName": "Courtney Medina",
202
+ "ClubId": 3,
203
+ "Images": [],
204
+ "Club": {
205
+ "Name": "Sword & Blade of Callie"
206
+ }
207
+ }
208
+ },
209
+ {
210
+ "BoutId": 1828,
211
+ "PoolId": 137,
212
+ "EventId": 5,
213
+ "Person1Id": 10,
214
+ "Person2Id": 14,
215
+ "Status": "Completed",
216
+ "Score1": 7,
217
+ "Score2": 4,
218
+ "Started": null,
219
+ "Ended": null,
220
+ "TimerStatus": "stopped",
221
+ "TimeLeft": 0,
222
+ "RoundLabel": null,
223
+ "DEBoutId": null,
224
+ "DENextBoutId": null,
225
+ "RefereeId": null,
226
+ "RingName": "Ring1",
227
+ "createdAt": "2024-06-15T06:45:39.000Z",
228
+ "updatedAt": "2024-06-15T06:45:39.000Z",
229
+ "Person1": {
230
+ "PersonId": 10,
231
+ "DisplayName": "Melissa Jones",
232
+ "ClubId": 4,
233
+ "Images": [],
234
+ "Club": {
235
+ "Name": "Guardians of the Guard"
236
+ }
768
237
  },
769
- {
770
- "RuleId": 5,
771
- "RuleName": "DE3rdFenceOff",
772
- "RuleValue": "false",
773
- "Context": "de"
238
+ "Person2": {
239
+ "PersonId": 14,
240
+ "DisplayName": "Jordan Allen",
241
+ "ClubId": 5,
242
+ "Images": [],
243
+ "Club": {
244
+ "Name": "Fechtastic Fighters"
245
+ }
246
+ }
247
+ },
248
+ {
249
+ "BoutId": 1829,
250
+ "PoolId": 137,
251
+ "EventId": 5,
252
+ "Person1Id": 1,
253
+ "Person2Id": 7,
254
+ "Status": "Active",
255
+ "Score1": 0,
256
+ "Score2": 0,
257
+ "Started": null,
258
+ "Ended": null,
259
+ "TimerStatus": "stopped",
260
+ "TimeLeft": 0,
261
+ "RoundLabel": null,
262
+ "DEBoutId": null,
263
+ "DENextBoutId": null,
264
+ "RefereeId": null,
265
+ "RingName": "Ring1",
266
+ "createdAt": "2024-06-15T06:45:39.000Z",
267
+ "updatedAt": "2024-06-15T06:45:39.000Z",
268
+ "Person1": {
269
+ "PersonId": 1,
270
+ "DisplayName": "Dave Smith",
271
+ "ClubId": 4,
272
+ "Images": [
273
+ {
274
+ "ImageId": 7,
275
+ "URL": "https://randomuser.me/api/portraits/men/22.jpg"
276
+ }
277
+ ],
278
+ "Club": {
279
+ "Name": "Guardians of the Guard"
280
+ }
774
281
  },
775
- {
776
- "RuleId": 9,
777
- "RuleName": "DEPromotionOrder",
778
- "RuleValue": "Win Percent,Win Count,Indicator,Points Scored",
779
- "Context": "de"
282
+ "Person2": {
283
+ "PersonId": 7,
284
+ "DisplayName": "Emily Carlson",
285
+ "ClubId": 4,
286
+ "Images": [],
287
+ "Club": {
288
+ "Name": "Guardians of the Guard"
289
+ }
290
+ }
291
+ },
292
+ {
293
+ "BoutId": 1830,
294
+ "PoolId": 137,
295
+ "EventId": 5,
296
+ "Person1Id": 6,
297
+ "Person2Id": 10,
298
+ "Status": "Scheduled",
299
+ "Score1": 0,
300
+ "Score2": 0,
301
+ "Started": null,
302
+ "Ended": null,
303
+ "TimerStatus": "stopped",
304
+ "TimeLeft": 0,
305
+ "RoundLabel": null,
306
+ "DEBoutId": null,
307
+ "DENextBoutId": null,
308
+ "RefereeId": null,
309
+ "createdAt": "2024-06-15T06:45:39.000Z",
310
+ "updatedAt": "2024-06-15T06:45:39.000Z",
311
+ "Person1": {
312
+ "PersonId": 6,
313
+ "DisplayName": "Courtney Medina",
314
+ "ClubId": 3,
315
+ "Images": [],
316
+ "Club": {
317
+ "Name": "Sword & Blade of Callie"
318
+ }
780
319
  },
781
- {
782
- "RuleId": 10,
783
- "RuleName": "DENumOfPromotion",
784
- "RuleValue": "100%",
785
- "Context": "de"
320
+ "Person2": {
321
+ "PersonId": 10,
322
+ "DisplayName": "Melissa Jones",
323
+ "ClubId": 4,
324
+ "Images": [],
325
+ "Club": {
326
+ "Name": "Guardians of the Guard"
327
+ }
328
+ }
329
+ },
330
+ {
331
+ "BoutId": 1831,
332
+ "PoolId": 137,
333
+ "EventId": 5,
334
+ "Person1Id": 14,
335
+ "Person2Id": 7,
336
+ "Status": "Scheduled",
337
+ "Score1": 0,
338
+ "Score2": 0,
339
+ "Started": null,
340
+ "Ended": null,
341
+ "TimerStatus": "stopped",
342
+ "TimeLeft": 0,
343
+ "RoundLabel": null,
344
+ "DEBoutId": null,
345
+ "DENextBoutId": null,
346
+ "RefereeId": null,
347
+ "createdAt": "2024-06-15T06:45:39.000Z",
348
+ "updatedAt": "2024-06-15T06:45:39.000Z",
349
+ "Person1": {
350
+ "PersonId": 14,
351
+ "DisplayName": "Jordan Allen",
352
+ "ClubId": 5,
353
+ "Images": [],
354
+ "Club": {
355
+ "Name": "Fechtastic Fighters"
356
+ }
786
357
  },
787
- {
788
- "RuleId": 11,
789
- "RuleName": "PoolSeeding",
790
- "RuleValue": "HR - Hema Rating",
791
- "Context": "pool"
358
+ "Person2": {
359
+ "PersonId": 7,
360
+ "DisplayName": "Emily Carlson",
361
+ "ClubId": 4,
362
+ "Images": [],
363
+ "Club": {
364
+ "Name": "Guardians of the Guard"
365
+ }
366
+ }
367
+ },
368
+ {
369
+ "BoutId": 1832,
370
+ "PoolId": 137,
371
+ "EventId": 5,
372
+ "Person1Id": 6,
373
+ "Person2Id": 1,
374
+ "Status": "Scheduled",
375
+ "Score1": 0,
376
+ "Score2": 0,
377
+ "Started": null,
378
+ "Ended": null,
379
+ "TimerStatus": "stopped",
380
+ "TimeLeft": 0,
381
+ "RoundLabel": null,
382
+ "DEBoutId": null,
383
+ "DENextBoutId": null,
384
+ "RefereeId": null,
385
+ "createdAt": "2024-06-15T06:45:39.000Z",
386
+ "updatedAt": "2024-06-15T06:45:39.000Z",
387
+ "Person1": {
388
+ "PersonId": 6,
389
+ "DisplayName": "Courtney Medina",
390
+ "ClubId": 3,
391
+ "Images": [],
392
+ "Club": {
393
+ "Name": "Sword & Blade of Callie"
394
+ }
792
395
  },
793
- {
794
- "RuleId": 14,
795
- "RuleName": "CutOffNumber",
796
- "RuleValue": "64",
797
- "Context": "event"
396
+ "Person2": {
397
+ "PersonId": 1,
398
+ "DisplayName": "Dave Smith",
399
+ "ClubId": 4,
400
+ "Images": [
401
+ {
402
+ "ImageId": 7,
403
+ "URL": "https://randomuser.me/api/portraits/men/22.jpg"
404
+ }
405
+ ],
406
+ "Club": {
407
+ "Name": "Guardians of the Guard"
408
+ }
798
409
  }
799
- ],
800
- "hostingClubColors": {
801
- "Color1": "navy",
802
- "Color2": "rose"
803
410
  }
804
- }
411
+ ];
805
412
 
806
413
  export default getPoolsWithBouts;