@dcrackel/hematournamentui 1.0.124 → 1.0.126

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 (33) hide show
  1. package/dist/HemaTournamentUI-lib.es.js +8331 -8210
  2. package/dist/HemaTournamentUI-lib.umd.js +28 -28
  3. package/package.json +1 -1
  4. package/src/mocks/getDEWithBouts.js +852 -0
  5. package/src/stories/Molecules/Boxes/CounterBox/CounterBox.vue +6 -2
  6. package/src/stories/Molecules/Indicators/ServerConnected/ServerConnected.stories.js +42 -0
  7. package/src/stories/Molecules/Indicators/ServerConnected/ServerConnected.vue +32 -0
  8. package/src/stories/Molecules/Inputs/Toggle/Toggle.stories.js +42 -0
  9. package/src/stories/Molecules/Inputs/Toggle/Toggle.vue +56 -0
  10. package/src/stories/Organisms/Cards/FencerPoolResultsCard/FencerPoolResults.stories.js +17 -7
  11. package/src/stories/Organisms/Cards/FencerPoolResultsCard/FencerPoolResultsCard.vue +6 -3
  12. package/src/stories/Organisms/Cards/TableauBoutCard/SpacingConfig.js +27 -0
  13. package/src/stories/Organisms/Cards/TableauBoutCard/TableauBoutCard.stories.js +98 -0
  14. package/src/stories/Organisms/Cards/TableauBoutCard/TableauBoutCard.vue +162 -0
  15. package/src/stories/Organisms/Cards/TableauFencerCard/TableauFencerCard.stories.js +93 -0
  16. package/src/stories/Organisms/Cards/TableauFencerCard/TableauFencerCard.vue +95 -0
  17. package/src/stories/Organisms/Containers/PoolResults/PoolResultsTable.stories.js +10 -0
  18. package/src/stories/Organisms/Containers/PoolResults/PoolResultsTable.vue +3 -3
  19. package/src/stories/Organisms/Containers/Tableau/Tableau.stories.js +34 -0
  20. package/src/stories/Organisms/Containers/Tableau/Tableau.vue +68 -0
  21. package/src/stories/Organisms/Containers/TableauColumn/TabeauColumn.stories.js +37 -0
  22. package/src/stories/Organisms/Containers/TableauColumn/TableauColumn.vue +68 -0
  23. package/src/stories/Organisms/Containers/TableauLines/SpacingConfig.js +29 -0
  24. package/src/stories/Organisms/Containers/TableauLines/TableauLines.stories.js +23 -0
  25. package/src/stories/Organisms/Containers/TableauLines/TableauLines.vue +80 -0
  26. package/src/stories/Organisms/Headers/PoolResultsHeader/PoolResultsHeader.stories.js +6 -11
  27. package/src/stories/Organisms/Headers/PoolResultsHeader/PoolResultsHeader.vue +7 -3
  28. package/src/stories/Organisms/Headers/ToggleHeader/ToggleHeader.vue +28 -5
  29. package/src/stories/Templates/EventManagement/Bracket/Bracket.stories.js +39 -0
  30. package/src/stories/Templates/EventManagement/Bracket/Bracket.vue +211 -0
  31. package/src/stories/Templates/EventManagement/PoolLive/PoolLive.vue +4 -7
  32. package/src/stories/Templates/EventManagement/PoolResults/PoolResults.stories.js +9 -0
  33. package/tailwind.config.js +23 -2
@@ -0,0 +1,852 @@
1
+ const getDEWithBouts =
2
+ {
3
+ "message": "DE Pool retrieved",
4
+ "pools": [
5
+ {
6
+ "PoolId": 140,
7
+ "Name": "Feline Longsword-DE",
8
+ "RingName": "DE Bracket",
9
+ "Flight": 1,
10
+ "PoolType": "de",
11
+ "EventId": 5,
12
+ "Status": "live",
13
+ "Updated": "2024-06-26T00:57:22.000Z",
14
+ "Bouts": [
15
+ {
16
+ "TimerStatus": "stopped",
17
+ "BoutId": 1928,
18
+ "PoolId": 140,
19
+ "EventId": 5,
20
+ "Person1Id": 1,
21
+ "Person2Id": 0,
22
+ "Status": "Bye",
23
+ "Score1": 0,
24
+ "Score2": 0,
25
+ "Started": null,
26
+ "Ended": null,
27
+ "TimeLeft": 0,
28
+ "RoundLabel": "Table of 8",
29
+ "DEBoutId": 1,
30
+ "DENextBoutId": 9,
31
+ "RefereeId": null,
32
+ "createdAt": "2024-06-27T02:19:56.000Z",
33
+ "updatedAt": "2024-06-27T02:19:58.000Z",
34
+ "Person1": {
35
+ "PersonId": 1,
36
+ "DisplayName": "Dave Smith",
37
+ "ClubId": 4,
38
+ "Images": [
39
+ {
40
+ "ImageId": 7,
41
+ "URL": "https://randomuser.me/api/portraits/men/22.jpg"
42
+ }
43
+ ],
44
+ "Club": {
45
+ "Name": "Guardians of the Guard",
46
+ "Color1": "purple",
47
+ "Color2": "orange"
48
+ },
49
+ "EventPersons": [
50
+ {
51
+ "DEPosition": 1
52
+ }
53
+ ]
54
+ },
55
+ "Person2": {
56
+ "PersonId": 0,
57
+ "DisplayName": "BYE",
58
+ "ClubId": 1,
59
+ "Images": [],
60
+ "Club": {
61
+ "Name": "Acme Fencing Club"
62
+ },
63
+ "EventPersons": []
64
+ }
65
+ },
66
+ {
67
+ "TimerStatus": "stopped",
68
+ "BoutId": 1929,
69
+ "PoolId": 140,
70
+ "EventId": 5,
71
+ "Person1Id": 8,
72
+ "Person2Id": 0,
73
+ "Status": "Bye",
74
+ "Score1": 0,
75
+ "Score2": 0,
76
+ "Started": null,
77
+ "Ended": null,
78
+ "TimeLeft": 0,
79
+ "RoundLabel": "Table of 8",
80
+ "DEBoutId": 3,
81
+ "DENextBoutId": 10,
82
+ "RefereeId": null,
83
+ "createdAt": "2024-06-27T02:19:56.000Z",
84
+ "updatedAt": "2024-06-27T02:19:59.000Z",
85
+ "Person1": {
86
+ "PersonId": 8,
87
+ "DisplayName": "Julie Riddle",
88
+ "ClubId": 2,
89
+ "Images": [
90
+ {
91
+ "ImageId": 23,
92
+ "URL": "https://randomuser.me/api/portraits/women/41.jpg"
93
+ }
94
+ ],
95
+ "Club": {
96
+ "Name": "Historical Fencing Of Anywhere",
97
+ "Color1": "red",
98
+ "Color2": "blue"
99
+ },
100
+ "EventPersons": [
101
+ {
102
+ "DEPosition": 5
103
+ }
104
+ ]
105
+ },
106
+ "Person2": {
107
+ "PersonId": 0,
108
+ "DisplayName": "BYE",
109
+ "ClubId": 1,
110
+ "Images": [],
111
+ "Club": {
112
+ "Name": "Acme Fencing Club"
113
+ },
114
+ "EventPersons": []
115
+ }
116
+ },
117
+ {
118
+ "TimerStatus": "stopped",
119
+ "BoutId": 1930,
120
+ "PoolId": 140,
121
+ "EventId": 5,
122
+ "Person1Id": 14,
123
+ "Person2Id": 7,
124
+ "Status": "Scheduled",
125
+ "Score1": 0,
126
+ "Score2": 0,
127
+ "Started": null,
128
+ "Ended": null,
129
+ "TimeLeft": 0,
130
+ "RoundLabel": "Table of 8",
131
+ "DEBoutId": 2,
132
+ "DENextBoutId": 9,
133
+ "RefereeId": null,
134
+ "createdAt": "2024-06-27T02:19:56.000Z",
135
+ "updatedAt": "2024-06-27T02:19:56.000Z",
136
+ "Person1": {
137
+ "PersonId": 14,
138
+ "DisplayName": "Jordan Allen",
139
+ "ClubId": 5,
140
+ "Images": [],
141
+ "Club": {
142
+ "Name": "Fechtastic Fighters",
143
+ "Color1": "green",
144
+ "Color2": "silver"
145
+ },
146
+ "EventPersons": [
147
+ {
148
+ "DEPosition": 9
149
+ }
150
+ ]
151
+ },
152
+ "Person2": {
153
+ "PersonId": 7,
154
+ "DisplayName": "Emily Carlson",
155
+ "ClubId": 4,
156
+ "Images": [],
157
+ "Club": {
158
+ "Name": "Guardians of the Guard"
159
+ },
160
+ "EventPersons": [
161
+ {
162
+ "DEPosition": 8
163
+ }
164
+ ]
165
+ }
166
+ },
167
+ {
168
+ "TimerStatus": "stopped",
169
+ "BoutId": 1931,
170
+ "PoolId": 140,
171
+ "EventId": 5,
172
+ "Person1Id": 0,
173
+ "Person2Id": 22,
174
+ "Status": "Bye",
175
+ "Score1": 0,
176
+ "Score2": 0,
177
+ "Started": null,
178
+ "Ended": null,
179
+ "TimeLeft": 0,
180
+ "RoundLabel": "Table of 8",
181
+ "DEBoutId": 4,
182
+ "DENextBoutId": 10,
183
+ "RefereeId": null,
184
+ "createdAt": "2024-06-27T02:19:56.000Z",
185
+ "updatedAt": "2024-06-27T02:20:00.000Z",
186
+ "Person1": {
187
+ "PersonId": 0,
188
+ "DisplayName": "BYE",
189
+ "ClubId": 1,
190
+ "Images": [],
191
+ "Club": {
192
+ "Name": "Acme Fencing Club",
193
+ "Color1": "rose",
194
+ "Color2": "navy"
195
+ },
196
+ "EventPersons": []
197
+ },
198
+ "Person2": {
199
+ "PersonId": 22,
200
+ "DisplayName": "Bob Smith",
201
+ "ClubId": 6,
202
+ "Images": [
203
+ {
204
+ "ImageId": 12,
205
+ "URL": "https://randomuser.me/api/portraits/men/81.jpg"
206
+ }
207
+ ],
208
+ "Club": {
209
+ "Name": "SwordPlay Society"
210
+ },
211
+ "EventPersons": [
212
+ {
213
+ "DEPosition": 4
214
+ }
215
+ ]
216
+ }
217
+ },
218
+ {
219
+ "TimerStatus": "stopped",
220
+ "BoutId": 1932,
221
+ "PoolId": 140,
222
+ "EventId": 5,
223
+ "Person1Id": 5,
224
+ "Person2Id": 0,
225
+ "Status": "Bye",
226
+ "Score1": 0,
227
+ "Score2": 0,
228
+ "Started": null,
229
+ "Ended": null,
230
+ "TimeLeft": 0,
231
+ "RoundLabel": "Table of 8",
232
+ "DEBoutId": 5,
233
+ "DENextBoutId": 11,
234
+ "RefereeId": null,
235
+ "createdAt": "2024-06-27T02:19:56.000Z",
236
+ "updatedAt": "2024-06-27T02:20:01.000Z",
237
+ "Person1": {
238
+ "PersonId": 5,
239
+ "DisplayName": "Darlene Acevedo",
240
+ "ClubId": 9,
241
+ "Images": [
242
+ {
243
+ "ImageId": 22,
244
+ "URL": "https://randomuser.me/api/portraits/women/30.jpg"
245
+ }
246
+ ],
247
+ "Club": {
248
+ "Name": "Cats Cutlass Club of Canton",
249
+ "Color1": "red",
250
+ "Color2": "blue"
251
+ },
252
+ "EventPersons": [
253
+ {
254
+ "DEPosition": 3
255
+ }
256
+ ]
257
+ },
258
+ "Person2": {
259
+ "PersonId": 0,
260
+ "DisplayName": "BYE",
261
+ "ClubId": 1,
262
+ "Images": [],
263
+ "Club": {
264
+ "Name": "Acme Fencing Club"
265
+ },
266
+ "EventPersons": []
267
+ }
268
+ },
269
+ {
270
+ "TimerStatus": "stopped",
271
+ "BoutId": 1933,
272
+ "PoolId": 140,
273
+ "EventId": 5,
274
+ "Person1Id": 0,
275
+ "Person2Id": 2,
276
+ "Status": "Bye",
277
+ "Score1": 0,
278
+ "Score2": 0,
279
+ "Started": null,
280
+ "Ended": null,
281
+ "TimeLeft": 0,
282
+ "RoundLabel": "Table of 8",
283
+ "DEBoutId": 6,
284
+ "DENextBoutId": 11,
285
+ "RefereeId": null,
286
+ "createdAt": "2024-06-27T02:19:56.000Z",
287
+ "updatedAt": "2024-06-27T02:20:02.000Z",
288
+ "Person1": {
289
+ "PersonId": 0,
290
+ "DisplayName": "BYE",
291
+ "ClubId": 1,
292
+ "Images": [],
293
+ "Club": {
294
+ "Name": "Acme Fencing Club",
295
+ "Color1": "rose",
296
+ "Color2": "navy"
297
+ },
298
+ "EventPersons": []
299
+ },
300
+ "Person2": {
301
+ "PersonId": 2,
302
+ "DisplayName": "Kyle Edwards",
303
+ "ClubId": 6,
304
+ "Images": [],
305
+ "Club": {
306
+ "Name": "SwordPlay Society"
307
+ },
308
+ "EventPersons": [
309
+ {
310
+ "DEPosition": 6
311
+ }
312
+ ]
313
+ }
314
+ },
315
+ {
316
+ "TimerStatus": "stopped",
317
+ "BoutId": 1934,
318
+ "PoolId": 140,
319
+ "EventId": 5,
320
+ "Person1Id": 6,
321
+ "Person2Id": 4,
322
+ "Status": "Scheduled",
323
+ "Score1": 0,
324
+ "Score2": 0,
325
+ "Started": null,
326
+ "Ended": null,
327
+ "TimeLeft": 0,
328
+ "RoundLabel": "Table of 8",
329
+ "DEBoutId": 7,
330
+ "DENextBoutId": 12,
331
+ "RefereeId": null,
332
+ "createdAt": "2024-06-27T02:19:56.000Z",
333
+ "updatedAt": "2024-06-27T02:19:56.000Z",
334
+ "Person1": {
335
+ "PersonId": 6,
336
+ "DisplayName": "Courtney Medina",
337
+ "ClubId": 3,
338
+ "Images": [],
339
+ "Club": {
340
+ "Name": "Sword & Blade of Callie",
341
+ "Color1": "red",
342
+ "Color2": "gold"
343
+ },
344
+ "EventPersons": [
345
+ {
346
+ "DEPosition": 7
347
+ }
348
+ ]
349
+ },
350
+ "Person2": {
351
+ "PersonId": 4,
352
+ "DisplayName": "Kim Bullock",
353
+ "ClubId": 1,
354
+ "Images": [
355
+ {
356
+ "ImageId": 8,
357
+ "URL": "https://randomuser.me/api/portraits/women/45.jpg"
358
+ }
359
+ ],
360
+ "Club": {
361
+ "Name": "Acme Fencing Club"
362
+ },
363
+ "EventPersons": [
364
+ {
365
+ "DEPosition": 10
366
+ }
367
+ ]
368
+ }
369
+ },
370
+ {
371
+ "TimerStatus": "stopped",
372
+ "BoutId": 1935,
373
+ "PoolId": 140,
374
+ "EventId": 5,
375
+ "Person1Id": 0,
376
+ "Person2Id": 10,
377
+ "Status": "Bye",
378
+ "Score1": 0,
379
+ "Score2": 0,
380
+ "Started": null,
381
+ "Ended": null,
382
+ "TimeLeft": 0,
383
+ "RoundLabel": "Table of 8",
384
+ "DEBoutId": 8,
385
+ "DENextBoutId": 12,
386
+ "RefereeId": null,
387
+ "createdAt": "2024-06-27T02:19:56.000Z",
388
+ "updatedAt": "2024-06-27T02:20:02.000Z",
389
+ "Person1": {
390
+ "PersonId": 0,
391
+ "DisplayName": "BYE",
392
+ "ClubId": 1,
393
+ "Images": [],
394
+ "Club": {
395
+ "Name": "Acme Fencing Club",
396
+ "Color1": "rose",
397
+ "Color2": "navy"
398
+ },
399
+ "EventPersons": []
400
+ },
401
+ "Person2": {
402
+ "PersonId": 10,
403
+ "DisplayName": "Melissa Jones",
404
+ "ClubId": 4,
405
+ "Images": [
406
+ {
407
+ "ImageId": 21,
408
+ "URL": "https://randomuser.me/api/portraits/women/9.jpg"
409
+ }
410
+ ],
411
+ "Club": {
412
+ "Name": "Guardians of the Guard"
413
+ },
414
+ "EventPersons": [
415
+ {
416
+ "DEPosition": 2
417
+ }
418
+ ]
419
+ }
420
+ },
421
+ {
422
+ "TimerStatus": "stopped",
423
+ "BoutId": 1936,
424
+ "PoolId": 140,
425
+ "EventId": 5,
426
+ "Person1Id": 1,
427
+ "Person2Id": 0,
428
+ "Status": "Scheduled",
429
+ "Score1": 0,
430
+ "Score2": 0,
431
+ "Started": null,
432
+ "Ended": null,
433
+ "TimeLeft": 0,
434
+ "RoundLabel": "Quarterfinal",
435
+ "DEBoutId": 9,
436
+ "DENextBoutId": 13,
437
+ "RefereeId": null,
438
+ "createdAt": "2024-06-27T02:19:56.000Z",
439
+ "updatedAt": "2024-06-27T02:19:59.000Z",
440
+ "Person1": {
441
+ "PersonId": 1,
442
+ "DisplayName": "Dave Smith",
443
+ "ClubId": 4,
444
+ "Images": [
445
+ {
446
+ "ImageId": 7,
447
+ "URL": "https://randomuser.me/api/portraits/men/22.jpg"
448
+ }
449
+ ],
450
+ "Club": {
451
+ "Name": "Guardians of the Guard",
452
+ "Color1": "purple",
453
+ "Color2": "orange"
454
+ },
455
+ "EventPersons": [
456
+ {
457
+ "DEPosition": 1
458
+ }
459
+ ]
460
+ },
461
+ "Person2": {
462
+ "PersonId": 0,
463
+ "DisplayName": "BYE",
464
+ "ClubId": 1,
465
+ "Images": [],
466
+ "Club": {
467
+ "Name": "Acme Fencing Club"
468
+ },
469
+ "EventPersons": []
470
+ }
471
+ },
472
+ {
473
+ "TimerStatus": "stopped",
474
+ "BoutId": 1937,
475
+ "PoolId": 140,
476
+ "EventId": 5,
477
+ "Person1Id": 8,
478
+ "Person2Id": 22,
479
+ "Status": "Scheduled",
480
+ "Score1": 0,
481
+ "Score2": 0,
482
+ "Started": null,
483
+ "Ended": null,
484
+ "TimeLeft": 0,
485
+ "RoundLabel": "Quarterfinal",
486
+ "DEBoutId": 10,
487
+ "DENextBoutId": 13,
488
+ "RefereeId": null,
489
+ "createdAt": "2024-06-27T02:19:56.000Z",
490
+ "updatedAt": "2024-06-27T02:20:01.000Z",
491
+ "Person1": {
492
+ "PersonId": 8,
493
+ "DisplayName": "Julie Riddle",
494
+ "ClubId": 2,
495
+ "Images": [
496
+ {
497
+ "ImageId": 23,
498
+ "URL": "https://randomuser.me/api/portraits/women/41.jpg"
499
+ }
500
+ ],
501
+ "Club": {
502
+ "Name": "Historical Fencing Of Anywhere",
503
+ "Color1": "red",
504
+ "Color2": "blue"
505
+ },
506
+ "EventPersons": [
507
+ {
508
+ "DEPosition": 5
509
+ }
510
+ ]
511
+ },
512
+ "Person2": {
513
+ "PersonId": 22,
514
+ "DisplayName": "Bob Smith",
515
+ "ClubId": 6,
516
+ "Images": [
517
+ {
518
+ "ImageId": 12,
519
+ "URL": "https://randomuser.me/api/portraits/men/81.jpg"
520
+ }
521
+ ],
522
+ "Club": {
523
+ "Name": "SwordPlay Society"
524
+ },
525
+ "EventPersons": [
526
+ {
527
+ "DEPosition": 4
528
+ }
529
+ ]
530
+ }
531
+ },
532
+ {
533
+ "TimerStatus": "stopped",
534
+ "BoutId": 1938,
535
+ "PoolId": 140,
536
+ "EventId": 5,
537
+ "Person1Id": 5,
538
+ "Person2Id": 2,
539
+ "Status": "Scheduled",
540
+ "Score1": 0,
541
+ "Score2": 0,
542
+ "Started": null,
543
+ "Ended": null,
544
+ "TimeLeft": 0,
545
+ "RoundLabel": "Quarterfinal",
546
+ "DEBoutId": 11,
547
+ "DENextBoutId": 14,
548
+ "RefereeId": null,
549
+ "createdAt": "2024-06-27T02:19:56.000Z",
550
+ "updatedAt": "2024-06-27T02:20:02.000Z",
551
+ "Person1": {
552
+ "PersonId": 5,
553
+ "DisplayName": "Darlene Acevedo",
554
+ "ClubId": 9,
555
+ "Images": [
556
+ {
557
+ "ImageId": 22,
558
+ "URL": "https://randomuser.me/api/portraits/women/30.jpg"
559
+ }
560
+ ],
561
+ "Club": {
562
+ "Name": "Cats Cutlass Club of Canton",
563
+ "Color1": "red",
564
+ "Color2": "blue"
565
+ },
566
+ "EventPersons": [
567
+ {
568
+ "DEPosition": 3
569
+ }
570
+ ]
571
+ },
572
+ "Person2": {
573
+ "PersonId": 2,
574
+ "DisplayName": "Kyle Edwards",
575
+ "ClubId": 6,
576
+ "Images": [],
577
+ "Club": {
578
+ "Name": "SwordPlay Society"
579
+ },
580
+ "EventPersons": [
581
+ {
582
+ "DEPosition": 6
583
+ }
584
+ ]
585
+ }
586
+ },
587
+ {
588
+ "TimerStatus": "stopped",
589
+ "BoutId": 1939,
590
+ "PoolId": 140,
591
+ "EventId": 5,
592
+ "Person1Id": 0,
593
+ "Person2Id": 10,
594
+ "Status": "Scheduled",
595
+ "Score1": 0,
596
+ "Score2": 0,
597
+ "Started": null,
598
+ "Ended": null,
599
+ "TimeLeft": 0,
600
+ "RoundLabel": "Quarterfinal",
601
+ "DEBoutId": 12,
602
+ "DENextBoutId": 14,
603
+ "RefereeId": null,
604
+ "createdAt": "2024-06-27T02:19:56.000Z",
605
+ "updatedAt": "2024-06-27T02:20:03.000Z",
606
+ "Person1": {
607
+ "PersonId": 0,
608
+ "DisplayName": "BYE",
609
+ "ClubId": 1,
610
+ "Images": [],
611
+ "Club": {
612
+ "Name": "Acme Fencing Club",
613
+ "Color1": "rose",
614
+ "Color2": "navy"
615
+ },
616
+ "EventPersons": []
617
+ },
618
+ "Person2": {
619
+ "PersonId": 10,
620
+ "DisplayName": "Melissa Jones",
621
+ "ClubId": 4,
622
+ "Images": [
623
+ {
624
+ "ImageId": 21,
625
+ "URL": "https://randomuser.me/api/portraits/women/9.jpg"
626
+ }
627
+ ],
628
+ "Club": {
629
+ "Name": "Guardians of the Guard"
630
+ },
631
+ "EventPersons": [
632
+ {
633
+ "DEPosition": 2
634
+ }
635
+ ]
636
+ }
637
+ },
638
+ {
639
+ "TimerStatus": "stopped",
640
+ "BoutId": 1940,
641
+ "PoolId": 140,
642
+ "EventId": 5,
643
+ "Person1Id": 0,
644
+ "Person2Id": 0,
645
+ "Status": "Scheduled",
646
+ "Score1": 0,
647
+ "Score2": 0,
648
+ "Started": null,
649
+ "Ended": null,
650
+ "TimeLeft": 0,
651
+ "RoundLabel": "Semifinal",
652
+ "DEBoutId": 13,
653
+ "DENextBoutId": 15,
654
+ "RefereeId": null,
655
+ "createdAt": "2024-06-27T02:19:56.000Z",
656
+ "updatedAt": "2024-06-27T02:19:56.000Z",
657
+ "Person1": {
658
+ "PersonId": 0,
659
+ "DisplayName": "BYE",
660
+ "ClubId": 1,
661
+ "Images": [],
662
+ "Club": {
663
+ "Name": "Acme Fencing Club",
664
+ "Color1": "rose",
665
+ "Color2": "navy"
666
+ },
667
+ "EventPersons": []
668
+ },
669
+ "Person2": {
670
+ "PersonId": 0,
671
+ "DisplayName": "BYE",
672
+ "ClubId": 1,
673
+ "Images": [],
674
+ "Club": {
675
+ "Name": "Acme Fencing Club"
676
+ },
677
+ "EventPersons": []
678
+ }
679
+ },
680
+ {
681
+ "TimerStatus": "stopped",
682
+ "BoutId": 1941,
683
+ "PoolId": 140,
684
+ "EventId": 5,
685
+ "Person1Id": 0,
686
+ "Person2Id": 0,
687
+ "Status": "Scheduled",
688
+ "Score1": 0,
689
+ "Score2": 0,
690
+ "Started": null,
691
+ "Ended": null,
692
+ "TimeLeft": 0,
693
+ "RoundLabel": "Semifinal",
694
+ "DEBoutId": 14,
695
+ "DENextBoutId": 15,
696
+ "RefereeId": null,
697
+ "createdAt": "2024-06-27T02:19:56.000Z",
698
+ "updatedAt": "2024-06-27T02:19:56.000Z",
699
+ "Person1": {
700
+ "PersonId": 0,
701
+ "DisplayName": "BYE",
702
+ "ClubId": 1,
703
+ "Images": [],
704
+ "Club": {
705
+ "Name": "Acme Fencing Club",
706
+ "Color1": "rose",
707
+ "Color2": "navy"
708
+ },
709
+ "EventPersons": []
710
+ },
711
+ "Person2": {
712
+ "PersonId": 0,
713
+ "DisplayName": "BYE",
714
+ "ClubId": 1,
715
+ "Images": [],
716
+ "Club": {
717
+ "Name": "Acme Fencing Club"
718
+ },
719
+ "EventPersons": []
720
+ }
721
+ },
722
+ {
723
+ "TimerStatus": "stopped",
724
+ "BoutId": 1942,
725
+ "PoolId": 140,
726
+ "EventId": 5,
727
+ "Person1Id": 0,
728
+ "Person2Id": 0,
729
+ "Status": "Scheduled",
730
+ "Score1": 0,
731
+ "Score2": 0,
732
+ "Started": null,
733
+ "Ended": null,
734
+ "TimeLeft": 0,
735
+ "RoundLabel": "Final",
736
+ "DEBoutId": 15,
737
+ "DENextBoutId": null,
738
+ "RefereeId": null,
739
+ "createdAt": "2024-06-27T02:19:56.000Z",
740
+ "updatedAt": "2024-06-27T02:19:56.000Z",
741
+ "Person1": {
742
+ "PersonId": 0,
743
+ "DisplayName": "BYE",
744
+ "ClubId": 1,
745
+ "Images": [],
746
+ "Club": {
747
+ "Name": "Acme Fencing Club",
748
+ "Color1": "rose",
749
+ "Color2": "navy"
750
+ },
751
+ "EventPersons": []
752
+ },
753
+ "Person2": {
754
+ "PersonId": 0,
755
+ "DisplayName": "BYE",
756
+ "ClubId": 1,
757
+ "Images": [],
758
+ "Club": {
759
+ "Name": "Acme Fencing Club"
760
+ },
761
+ "EventPersons": []
762
+ }
763
+ },
764
+ {
765
+ "TimerStatus": "stopped",
766
+ "BoutId": 1943,
767
+ "PoolId": 140,
768
+ "EventId": 5,
769
+ "Person1Id": 0,
770
+ "Person2Id": 0,
771
+ "Status": "Scheduled",
772
+ "Score1": 0,
773
+ "Score2": 0,
774
+ "Started": null,
775
+ "Ended": null,
776
+ "TimeLeft": 0,
777
+ "RoundLabel": "Third Place",
778
+ "DEBoutId": 16,
779
+ "DENextBoutId": null,
780
+ "RefereeId": null,
781
+ "createdAt": "2024-06-27T02:20:03.000Z",
782
+ "updatedAt": "2024-06-27T02:20:03.000Z",
783
+ "Person1": {
784
+ "PersonId": 0,
785
+ "DisplayName": "BYE",
786
+ "ClubId": 1,
787
+ "Images": [],
788
+ "Club": {
789
+ "Name": "Acme Fencing Club",
790
+ "Color1": "rose",
791
+ "Color2": "navy"
792
+ },
793
+ "EventPersons": []
794
+ },
795
+ "Person2": {
796
+ "PersonId": 0,
797
+ "DisplayName": "BYE",
798
+ "ClubId": 1,
799
+ "Images": [],
800
+ "Club": {
801
+ "Name": "Acme Fencing Club"
802
+ },
803
+ "EventPersons": []
804
+ }
805
+ }
806
+ ]
807
+ }
808
+ ],
809
+ "eventRules": [
810
+ {
811
+ "RuleName": "PoolTime",
812
+ "RuleValue": "120",
813
+ "Context": "pool"
814
+ },
815
+ {
816
+ "RuleName": "PoolMaxPoints",
817
+ "RuleValue": "5",
818
+ "Context": "pool"
819
+ },
820
+ {
821
+ "RuleName": "DETime",
822
+ "RuleValue": "180",
823
+ "Context": "de"
824
+ },
825
+ {
826
+ "RuleName": "DEMaxPoints",
827
+ "RuleValue": "7",
828
+ "Context": "de"
829
+ },
830
+ {
831
+ "RuleName": "ThirdPlaceFenceOff",
832
+ "RuleValue": "1",
833
+ "Context": "DE3rd"
834
+ },
835
+ {
836
+ "RuleName": "DEPromationOrder1",
837
+ "RuleValue": "W%,IND,TS",
838
+ "Context": "DEPromoOrder"
839
+ },
840
+ {
841
+ "RuleName": "DENumOfPromotion",
842
+ "RuleValue": "100%",
843
+ "Context": "DENumPromoted"
844
+ }
845
+ ],
846
+ "hostingClubColors": {
847
+ "Color1": "rose",
848
+ "Color2": "navy"
849
+ }
850
+ }
851
+
852
+ export default getDEWithBouts;