@dcrackel/meyersquaredui 1.0.115 → 1.0.117

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 (24) hide show
  1. package/dist/meyersquaredui.es.js +808 -709
  2. package/dist/meyersquaredui.umd.js +4 -4
  3. package/package.json +1 -1
  4. package/src/index.js +3 -2
  5. package/src/mocks/getPoolsWithBouts.js +413 -0
  6. package/src/mocks/getPoolsWithBoutsByPoolId.js +1178 -0
  7. package/src/stories/Molecules/BreadCrumbs/BreadCrumbs.stories.js +22 -0
  8. package/src/stories/Molecules/BreadCrumbs/BreadCrumbs.vue +57 -0
  9. package/src/stories/Molecules/ProgressTracker/ProgressTracker.stories.js +3 -2
  10. package/src/stories/Molecules/ProgressTracker/ProgressTracker.vue +14 -9
  11. package/src/stories/Organisms/Cards/BoutCard/BoutCard.stories.js +81 -0
  12. package/src/stories/Organisms/Cards/BoutCard/BoutCard.vue +199 -0
  13. package/src/stories/Organisms/{GridLayout → Grids/GridLayout}/GridLayout.stories.js +6 -6
  14. package/src/stories/Organisms/{GridLayout → Grids/GridLayout}/GridLayout.vue +3 -3
  15. package/src/stories/Organisms/Grids/GridPool/GridPool.stories.js +30 -0
  16. package/src/stories/Organisms/Grids/GridPool/GridPool.vue +195 -0
  17. package/src/stories/Organisms/{GridTabs → Grids/GridTabs}/GridTabs.stories.js +2 -2
  18. package/src/stories/Organisms/{GridTabs → Grids/GridTabs}/GridTabs.vue +5 -5
  19. package/src/stories/Templates/ClubDetailPage/ClubDetailPage.vue +1 -1
  20. package/src/stories/Templates/ClubListPage/ClubListPage.vue +1 -1
  21. package/src/stories/Templates/HomePage/HomePage.vue +1 -1
  22. package/src/stories/Templates/Leaderboard/Leaderboard.vue +1 -1
  23. package/src/stories/Templates/TournamentDetailPage/TournamentDetailPage.vue +1 -1
  24. package/src/stories/Templates/TournamentListPage/TournamentListPage.vue +1 -1
@@ -0,0 +1,1178 @@
1
+ const getPoolsWithBoutsByPoolId =
2
+ {
3
+ "message": "Pools retrieved",
4
+ "pools": [
5
+ {
6
+ "PoolId": 139,
7
+ "Name": "Pool 1",
8
+ "RingName": "Ring 1",
9
+ "Flight": 1,
10
+ "PoolType": "pool",
11
+ "EventId": 6,
12
+ "Status": "Active",
13
+ "Updated": "2024-07-16T15:46:30.000Z",
14
+ "Bouts": [
15
+ {
16
+ "TimerStatus": "stopped",
17
+ "RefName": "Dave Smith",
18
+ "BoutId": 1944,
19
+ "PoolId": 139,
20
+ "EventId": 6,
21
+ "Person1Id": 1,
22
+ "Person2Id": 10,
23
+ "Status": "Completed",
24
+ "Score1": 3,
25
+ "Score2": 4,
26
+ "Started": "2024-07-16T15:50:26.000Z",
27
+ "Ended": null,
28
+ "TimeLeft": 90,
29
+ "CurrentPass": 1,
30
+ "MaxPasses": 5,
31
+ "RoundLabel": null,
32
+ "DEBoutId": null,
33
+ "DENextBoutId": null,
34
+ "RefereeId": null,
35
+ "createdAt": "2024-07-16T15:49:16.000Z",
36
+ "updatedAt": "2024-07-17T15:23:34.000Z",
37
+ "Person1": {
38
+ "PersonId": 1,
39
+ "DisplayName": "Dave Smith",
40
+ "ClubId": 4,
41
+ "Images": [
42
+ {
43
+ "ImageId": 7,
44
+ "URL": "https://randomuser.me/api/portraits/men/22.jpg"
45
+ }
46
+ ],
47
+ "Club": {
48
+ "Name": "Guardians of the Guard",
49
+ "Color1": "purple",
50
+ "Color2": "orange"
51
+ },
52
+ "EventPersons": [
53
+ {
54
+ "DEPosition": null
55
+ }
56
+ ]
57
+ },
58
+ "Person2": {
59
+ "PersonId": 10,
60
+ "DisplayName": "Melissa Jones",
61
+ "ClubId": 4,
62
+ "Images": [
63
+ {
64
+ "ImageId": 21,
65
+ "URL": "https://randomuser.me/api/portraits/women/9.jpg"
66
+ }
67
+ ],
68
+ "Club": {
69
+ "Name": "Guardians of the Guard"
70
+ },
71
+ "EventPersons": [
72
+ {
73
+ "DEPosition": null
74
+ }
75
+ ]
76
+ },
77
+ "Pool": {
78
+ "RingName": "Ring 1"
79
+ },
80
+ "FencerPit": [
81
+ {
82
+ "BoutId": 1945,
83
+ "Person1": {
84
+ "PersonId": 22,
85
+ "DisplayName": "Bob Smith",
86
+ "ClubId": 6,
87
+ "Images": [
88
+ {
89
+ "ImageId": 12,
90
+ "URL": "https://randomuser.me/api/portraits/men/81.jpg"
91
+ }
92
+ ],
93
+ "Club": {
94
+ "Name": "SwordPlay Society",
95
+ "Color1": "red",
96
+ "Color2": "blue"
97
+ },
98
+ "EventPersons": [
99
+ {
100
+ "DEPosition": null
101
+ }
102
+ ]
103
+ },
104
+ "Person2": {
105
+ "PersonId": 8,
106
+ "DisplayName": "Julie Riddle",
107
+ "ClubId": 2,
108
+ "Images": [
109
+ {
110
+ "ImageId": 23,
111
+ "URL": "https://randomuser.me/api/portraits/women/41.jpg"
112
+ }
113
+ ],
114
+ "Club": {
115
+ "Name": "Historical Fencing Of Anywhere"
116
+ },
117
+ "EventPersons": [
118
+ {
119
+ "DEPosition": null
120
+ }
121
+ ]
122
+ }
123
+ },
124
+ {
125
+ "BoutId": 1946,
126
+ "Person1": {
127
+ "PersonId": 3,
128
+ "DisplayName": "Dave Larabee",
129
+ "ClubId": 3,
130
+ "Images": [],
131
+ "Club": {
132
+ "Name": "Sword & Blade of Callie",
133
+ "Color1": "red",
134
+ "Color2": "gold"
135
+ },
136
+ "EventPersons": [
137
+ {
138
+ "DEPosition": null
139
+ }
140
+ ]
141
+ },
142
+ "Person2": {
143
+ "PersonId": 16,
144
+ "DisplayName": "Christian Jacob Peralta",
145
+ "ClubId": 1,
146
+ "Images": [],
147
+ "Club": {
148
+ "Name": "Acme Fencing Club"
149
+ },
150
+ "EventPersons": [
151
+ {
152
+ "DEPosition": null
153
+ }
154
+ ]
155
+ }
156
+ },
157
+ {
158
+ "BoutId": 1947,
159
+ "Person1": {
160
+ "PersonId": 8,
161
+ "DisplayName": "Julie Riddle",
162
+ "ClubId": 2,
163
+ "Images": [
164
+ {
165
+ "ImageId": 23,
166
+ "URL": "https://randomuser.me/api/portraits/women/41.jpg"
167
+ }
168
+ ],
169
+ "Club": {
170
+ "Name": "Historical Fencing Of Anywhere",
171
+ "Color1": "red",
172
+ "Color2": "blue"
173
+ },
174
+ "EventPersons": [
175
+ {
176
+ "DEPosition": null
177
+ }
178
+ ]
179
+ },
180
+ "Person2": {
181
+ "PersonId": 1,
182
+ "DisplayName": "Dave Smith",
183
+ "ClubId": 4,
184
+ "Images": [
185
+ {
186
+ "ImageId": 7,
187
+ "URL": "https://randomuser.me/api/portraits/men/22.jpg"
188
+ }
189
+ ],
190
+ "Club": {
191
+ "Name": "Guardians of the Guard"
192
+ },
193
+ "EventPersons": [
194
+ {
195
+ "DEPosition": null
196
+ }
197
+ ]
198
+ }
199
+ }
200
+ ]
201
+ },
202
+ {
203
+ "TimerStatus": "stopped",
204
+ "BoutId": 1944,
205
+ "PoolId": 139,
206
+ "EventId": 6,
207
+ "Person1Id": 1,
208
+ "Person2Id": 10,
209
+ "Status": "Active",
210
+ "Score1": 0,
211
+ "Score2": 0,
212
+ "Started": "2024-07-16T15:50:26.000Z",
213
+ "Ended": null,
214
+ "TimeLeft": 90,
215
+ "CurrentPass": 2,
216
+ "MaxPasses": 5,
217
+ "RoundLabel": null,
218
+ "DEBoutId": null,
219
+ "DENextBoutId": null,
220
+ "RefereeId": null,
221
+ "RefName": "Dave Smith",
222
+ "createdAt": "2024-07-16T15:49:16.000Z",
223
+ "updatedAt": "2024-07-17T15:23:34.000Z",
224
+ "Person1": {
225
+ "PersonId": 1,
226
+ "DisplayName": "Dave Smith",
227
+ "ClubId": 4,
228
+ "Images": [
229
+ {
230
+ "ImageId": 7,
231
+ "URL": "https://randomuser.me/api/portraits/men/22.jpg"
232
+ }
233
+ ],
234
+ "Club": {
235
+ "Name": "Guardians of the Guard",
236
+ "Color1": "purple",
237
+ "Color2": "orange"
238
+ },
239
+ "EventPersons": [
240
+ {
241
+ "DEPosition": null
242
+ }
243
+ ]
244
+ },
245
+ "Person2": {
246
+ "PersonId": 10,
247
+ "DisplayName": "Melissa Jones",
248
+ "ClubId": 4,
249
+ "Images": [
250
+ {
251
+ "ImageId": 21,
252
+ "URL": "https://randomuser.me/api/portraits/women/9.jpg"
253
+ }
254
+ ],
255
+ "Club": {
256
+ "Name": "Guardians of the Guard"
257
+ },
258
+ "EventPersons": [
259
+ {
260
+ "DEPosition": null
261
+ }
262
+ ]
263
+ },
264
+ "Pool": {
265
+ "RingName": "Ring 1"
266
+ }
267
+ },
268
+ {
269
+ "TimerStatus": "stopped",
270
+ "RefName": "Unassigned",
271
+ "BoutId": 1945,
272
+ "PoolId": 139,
273
+ "EventId": 6,
274
+ "Person1Id": 22,
275
+ "Person2Id": 8,
276
+ "Status": "Completed",
277
+ "Score1": 4,
278
+ "Score2": 2,
279
+ "Started": "2024-07-16T19:48:36.000Z",
280
+ "Ended": null,
281
+ "TimeLeft": 90,
282
+ "CurrentPass": 1,
283
+ "MaxPasses": 5,
284
+ "RoundLabel": null,
285
+ "DEBoutId": null,
286
+ "DENextBoutId": null,
287
+ "RefereeId": null,
288
+ "createdAt": "2024-07-16T15:49:16.000Z",
289
+ "updatedAt": "2024-07-17T14:00:27.000Z",
290
+ "Person1": {
291
+ "PersonId": 22,
292
+ "DisplayName": "Bob Smith",
293
+ "ClubId": 6,
294
+ "Images": [
295
+ {
296
+ "ImageId": 12,
297
+ "URL": "https://randomuser.me/api/portraits/men/81.jpg"
298
+ }
299
+ ],
300
+ "Club": {
301
+ "Name": "SwordPlay Society",
302
+ "Color1": "red",
303
+ "Color2": "blue"
304
+ },
305
+ "EventPersons": [
306
+ {
307
+ "DEPosition": null
308
+ }
309
+ ]
310
+ },
311
+ "Person2": {
312
+ "PersonId": 8,
313
+ "DisplayName": "Julie Riddle",
314
+ "ClubId": 2,
315
+ "Images": [
316
+ {
317
+ "ImageId": 23,
318
+ "URL": "https://randomuser.me/api/portraits/women/41.jpg"
319
+ }
320
+ ],
321
+ "Club": {
322
+ "Name": "Historical Fencing Of Anywhere"
323
+ },
324
+ "EventPersons": [
325
+ {
326
+ "DEPosition": null
327
+ }
328
+ ]
329
+ },
330
+ "Pool": {
331
+ "RingName": "Ring 1"
332
+ }
333
+ },
334
+ {
335
+ "TimerStatus": "stopped",
336
+ "RefName": "Unassigned",
337
+ "BoutId": 1946,
338
+ "PoolId": 139,
339
+ "EventId": 6,
340
+ "Person1Id": 3,
341
+ "Person2Id": 16,
342
+ "Status": "Completed",
343
+ "Score1": 8,
344
+ "Score2": 4,
345
+ "Started": "2024-07-17T04:01:21.000Z",
346
+ "Ended": null,
347
+ "TimeLeft": 90,
348
+ "CurrentPass": 2,
349
+ "MaxPasses": null,
350
+ "RoundLabel": null,
351
+ "DEBoutId": null,
352
+ "DENextBoutId": null,
353
+ "RefereeId": null,
354
+ "createdAt": "2024-07-16T15:49:16.000Z",
355
+ "updatedAt": "2024-07-17T13:49:13.000Z",
356
+ "Person1": {
357
+ "PersonId": 3,
358
+ "DisplayName": "Dave Larabee",
359
+ "ClubId": 3,
360
+ "Images": [],
361
+ "Club": {
362
+ "Name": "Sword & Blade of Callie",
363
+ "Color1": "red",
364
+ "Color2": "gold"
365
+ },
366
+ "EventPersons": [
367
+ {
368
+ "DEPosition": null
369
+ }
370
+ ]
371
+ },
372
+ "Person2": {
373
+ "PersonId": 16,
374
+ "DisplayName": "Christian Jacob Peralta",
375
+ "ClubId": 1,
376
+ "Images": [],
377
+ "Club": {
378
+ "Name": "Acme Fencing Club"
379
+ },
380
+ "EventPersons": [
381
+ {
382
+ "DEPosition": null
383
+ }
384
+ ]
385
+ },
386
+ "Pool": {
387
+ "RingName": "Ring 1"
388
+ }
389
+ },
390
+ {
391
+ "TimerStatus": "stopped",
392
+ "RefName": "Unassigned",
393
+ "BoutId": 1947,
394
+ "PoolId": 139,
395
+ "EventId": 6,
396
+ "Person1Id": 8,
397
+ "Person2Id": 1,
398
+ "Status": "Completed",
399
+ "Score1": 5,
400
+ "Score2": 1,
401
+ "Started": null,
402
+ "Ended": null,
403
+ "TimeLeft": 0,
404
+ "CurrentPass": null,
405
+ "MaxPasses": null,
406
+ "RoundLabel": null,
407
+ "DEBoutId": null,
408
+ "DENextBoutId": null,
409
+ "RefereeId": null,
410
+ "createdAt": "2024-07-16T15:49:16.000Z",
411
+ "updatedAt": "2024-07-16T15:49:16.000Z",
412
+ "Person1": {
413
+ "PersonId": 8,
414
+ "DisplayName": "Julie Riddle",
415
+ "ClubId": 2,
416
+ "Images": [
417
+ {
418
+ "ImageId": 23,
419
+ "URL": "https://randomuser.me/api/portraits/women/41.jpg"
420
+ }
421
+ ],
422
+ "Club": {
423
+ "Name": "Historical Fencing Of Anywhere",
424
+ "Color1": "red",
425
+ "Color2": "blue"
426
+ },
427
+ "EventPersons": [
428
+ {
429
+ "DEPosition": null
430
+ }
431
+ ]
432
+ },
433
+ "Person2": {
434
+ "PersonId": 1,
435
+ "DisplayName": "Dave Smith",
436
+ "ClubId": 4,
437
+ "Images": [
438
+ {
439
+ "ImageId": 7,
440
+ "URL": "https://randomuser.me/api/portraits/men/22.jpg"
441
+ }
442
+ ],
443
+ "Club": {
444
+ "Name": "Guardians of the Guard"
445
+ },
446
+ "EventPersons": [
447
+ {
448
+ "DEPosition": null
449
+ }
450
+ ]
451
+ },
452
+ "Pool": {
453
+ "RingName": "Ring 1"
454
+ }
455
+ },
456
+ {
457
+ "TimerStatus": "stopped",
458
+ "RefName": "Unassigned",
459
+ "BoutId": 1948,
460
+ "PoolId": 139,
461
+ "EventId": 6,
462
+ "Person1Id": 10,
463
+ "Person2Id": 3,
464
+ "Status": "Scheduled",
465
+ "Score1": 0,
466
+ "Score2": 0,
467
+ "Started": null,
468
+ "Ended": null,
469
+ "TimeLeft": 0,
470
+ "CurrentPass": null,
471
+ "MaxPasses": null,
472
+ "RoundLabel": null,
473
+ "DEBoutId": null,
474
+ "DENextBoutId": null,
475
+ "RefereeId": null,
476
+ "createdAt": "2024-07-16T15:49:16.000Z",
477
+ "updatedAt": "2024-07-16T15:49:16.000Z",
478
+ "Person1": {
479
+ "PersonId": 10,
480
+ "DisplayName": "Melissa Jones",
481
+ "ClubId": 4,
482
+ "Images": [
483
+ {
484
+ "ImageId": 21,
485
+ "URL": "https://randomuser.me/api/portraits/women/9.jpg"
486
+ }
487
+ ],
488
+ "Club": {
489
+ "Name": "Guardians of the Guard",
490
+ "Color1": "purple",
491
+ "Color2": "orange"
492
+ },
493
+ "EventPersons": [
494
+ {
495
+ "DEPosition": null
496
+ }
497
+ ]
498
+ },
499
+ "Person2": {
500
+ "PersonId": 3,
501
+ "DisplayName": "Dave Larabee",
502
+ "ClubId": 3,
503
+ "Images": [],
504
+ "Club": {
505
+ "Name": "Sword & Blade of Callie"
506
+ },
507
+ "EventPersons": [
508
+ {
509
+ "DEPosition": null
510
+ }
511
+ ]
512
+ },
513
+ "Pool": {
514
+ "RingName": "Ring 1"
515
+ }
516
+ },
517
+ {
518
+ "TimerStatus": "stopped",
519
+ "RefName": "Unassigned",
520
+ "BoutId": 1949,
521
+ "PoolId": 139,
522
+ "EventId": 6,
523
+ "Person1Id": 16,
524
+ "Person2Id": 22,
525
+ "Status": "Scheduled",
526
+ "Score1": 0,
527
+ "Score2": 0,
528
+ "Started": null,
529
+ "Ended": null,
530
+ "TimeLeft": 0,
531
+ "CurrentPass": null,
532
+ "MaxPasses": null,
533
+ "RoundLabel": null,
534
+ "DEBoutId": null,
535
+ "DENextBoutId": null,
536
+ "RefereeId": null,
537
+ "createdAt": "2024-07-16T15:49:16.000Z",
538
+ "updatedAt": "2024-07-16T15:49:16.000Z",
539
+ "Person1": {
540
+ "PersonId": 16,
541
+ "DisplayName": "Christian Jacob Peralta",
542
+ "ClubId": 1,
543
+ "Images": [],
544
+ "Club": {
545
+ "Name": "Acme Fencing Club",
546
+ "Color1": "rose",
547
+ "Color2": "navy"
548
+ },
549
+ "EventPersons": [
550
+ {
551
+ "DEPosition": null
552
+ }
553
+ ]
554
+ },
555
+ "Person2": {
556
+ "PersonId": 22,
557
+ "DisplayName": "Bob Smith",
558
+ "ClubId": 6,
559
+ "Images": [
560
+ {
561
+ "ImageId": 12,
562
+ "URL": "https://randomuser.me/api/portraits/men/81.jpg"
563
+ }
564
+ ],
565
+ "Club": {
566
+ "Name": "SwordPlay Society"
567
+ },
568
+ "EventPersons": [
569
+ {
570
+ "DEPosition": null
571
+ }
572
+ ]
573
+ },
574
+ "Pool": {
575
+ "RingName": "Ring 1"
576
+ }
577
+ },
578
+ {
579
+ "TimerStatus": "stopped",
580
+ "RefName": "Unassigned",
581
+ "BoutId": 1950,
582
+ "PoolId": 139,
583
+ "EventId": 6,
584
+ "Person1Id": 1,
585
+ "Person2Id": 3,
586
+ "Status": "Scheduled",
587
+ "Score1": 0,
588
+ "Score2": 0,
589
+ "Started": null,
590
+ "Ended": null,
591
+ "TimeLeft": 0,
592
+ "CurrentPass": null,
593
+ "MaxPasses": null,
594
+ "RoundLabel": null,
595
+ "DEBoutId": null,
596
+ "DENextBoutId": null,
597
+ "RefereeId": null,
598
+ "createdAt": "2024-07-16T15:49:16.000Z",
599
+ "updatedAt": "2024-07-16T15:49:16.000Z",
600
+ "Person1": {
601
+ "PersonId": 1,
602
+ "DisplayName": "Dave Smith",
603
+ "ClubId": 4,
604
+ "Images": [
605
+ {
606
+ "ImageId": 7,
607
+ "URL": "https://randomuser.me/api/portraits/men/22.jpg"
608
+ }
609
+ ],
610
+ "Club": {
611
+ "Name": "Guardians of the Guard",
612
+ "Color1": "purple",
613
+ "Color2": "orange"
614
+ },
615
+ "EventPersons": [
616
+ {
617
+ "DEPosition": null
618
+ }
619
+ ]
620
+ },
621
+ "Person2": {
622
+ "PersonId": 3,
623
+ "DisplayName": "Dave Larabee",
624
+ "ClubId": 3,
625
+ "Images": [],
626
+ "Club": {
627
+ "Name": "Sword & Blade of Callie"
628
+ },
629
+ "EventPersons": [
630
+ {
631
+ "DEPosition": null
632
+ }
633
+ ]
634
+ },
635
+ "Pool": {
636
+ "RingName": "Ring 1"
637
+ }
638
+ },
639
+ {
640
+ "TimerStatus": "stopped",
641
+ "RefName": "Unassigned",
642
+ "BoutId": 1951,
643
+ "PoolId": 139,
644
+ "EventId": 6,
645
+ "Person1Id": 8,
646
+ "Person2Id": 16,
647
+ "Status": "Scheduled",
648
+ "Score1": 0,
649
+ "Score2": 0,
650
+ "Started": null,
651
+ "Ended": null,
652
+ "TimeLeft": 0,
653
+ "CurrentPass": null,
654
+ "MaxPasses": null,
655
+ "RoundLabel": null,
656
+ "DEBoutId": null,
657
+ "DENextBoutId": null,
658
+ "RefereeId": null,
659
+ "createdAt": "2024-07-16T15:49:16.000Z",
660
+ "updatedAt": "2024-07-16T15:49:16.000Z",
661
+ "Person1": {
662
+ "PersonId": 8,
663
+ "DisplayName": "Julie Riddle",
664
+ "ClubId": 2,
665
+ "Images": [
666
+ {
667
+ "ImageId": 23,
668
+ "URL": "https://randomuser.me/api/portraits/women/41.jpg"
669
+ }
670
+ ],
671
+ "Club": {
672
+ "Name": "Historical Fencing Of Anywhere",
673
+ "Color1": "red",
674
+ "Color2": "blue"
675
+ },
676
+ "EventPersons": [
677
+ {
678
+ "DEPosition": null
679
+ }
680
+ ]
681
+ },
682
+ "Person2": {
683
+ "PersonId": 16,
684
+ "DisplayName": "Christian Jacob Peralta",
685
+ "ClubId": 1,
686
+ "Images": [],
687
+ "Club": {
688
+ "Name": "Acme Fencing Club"
689
+ },
690
+ "EventPersons": [
691
+ {
692
+ "DEPosition": null
693
+ }
694
+ ]
695
+ },
696
+ "Pool": {
697
+ "RingName": "Ring 1"
698
+ }
699
+ },
700
+ {
701
+ "TimerStatus": "stopped",
702
+ "RefName": "Unassigned",
703
+ "BoutId": 1952,
704
+ "PoolId": 139,
705
+ "EventId": 6,
706
+ "Person1Id": 22,
707
+ "Person2Id": 10,
708
+ "Status": "Scheduled",
709
+ "Score1": 0,
710
+ "Score2": 0,
711
+ "Started": null,
712
+ "Ended": null,
713
+ "TimeLeft": 0,
714
+ "CurrentPass": null,
715
+ "MaxPasses": null,
716
+ "RoundLabel": null,
717
+ "DEBoutId": null,
718
+ "DENextBoutId": null,
719
+ "RefereeId": null,
720
+ "createdAt": "2024-07-16T15:49:16.000Z",
721
+ "updatedAt": "2024-07-16T15:49:16.000Z",
722
+ "Person1": {
723
+ "PersonId": 22,
724
+ "DisplayName": "Bob Smith",
725
+ "ClubId": 6,
726
+ "Images": [
727
+ {
728
+ "ImageId": 12,
729
+ "URL": "https://randomuser.me/api/portraits/men/81.jpg"
730
+ }
731
+ ],
732
+ "Club": {
733
+ "Name": "SwordPlay Society",
734
+ "Color1": "red",
735
+ "Color2": "blue"
736
+ },
737
+ "EventPersons": [
738
+ {
739
+ "DEPosition": null
740
+ }
741
+ ]
742
+ },
743
+ "Person2": {
744
+ "PersonId": 10,
745
+ "DisplayName": "Melissa Jones",
746
+ "ClubId": 4,
747
+ "Images": [
748
+ {
749
+ "ImageId": 21,
750
+ "URL": "https://randomuser.me/api/portraits/women/9.jpg"
751
+ }
752
+ ],
753
+ "Club": {
754
+ "Name": "Guardians of the Guard"
755
+ },
756
+ "EventPersons": [
757
+ {
758
+ "DEPosition": null
759
+ }
760
+ ]
761
+ },
762
+ "Pool": {
763
+ "RingName": "Ring 1"
764
+ }
765
+ },
766
+ {
767
+ "TimerStatus": "stopped",
768
+ "RefName": "Unassigned",
769
+ "BoutId": 1953,
770
+ "PoolId": 139,
771
+ "EventId": 6,
772
+ "Person1Id": 16,
773
+ "Person2Id": 1,
774
+ "Status": "Scheduled",
775
+ "Score1": 0,
776
+ "Score2": 0,
777
+ "Started": null,
778
+ "Ended": null,
779
+ "TimeLeft": 0,
780
+ "CurrentPass": null,
781
+ "MaxPasses": null,
782
+ "RoundLabel": null,
783
+ "DEBoutId": null,
784
+ "DENextBoutId": null,
785
+ "RefereeId": null,
786
+ "createdAt": "2024-07-16T15:49:16.000Z",
787
+ "updatedAt": "2024-07-16T15:49:16.000Z",
788
+ "Person1": {
789
+ "PersonId": 16,
790
+ "DisplayName": "Christian Jacob Peralta",
791
+ "ClubId": 1,
792
+ "Images": [],
793
+ "Club": {
794
+ "Name": "Acme Fencing Club",
795
+ "Color1": "rose",
796
+ "Color2": "navy"
797
+ },
798
+ "EventPersons": [
799
+ {
800
+ "DEPosition": null
801
+ }
802
+ ]
803
+ },
804
+ "Person2": {
805
+ "PersonId": 1,
806
+ "DisplayName": "Dave Smith",
807
+ "ClubId": 4,
808
+ "Images": [
809
+ {
810
+ "ImageId": 7,
811
+ "URL": "https://randomuser.me/api/portraits/men/22.jpg"
812
+ }
813
+ ],
814
+ "Club": {
815
+ "Name": "Guardians of the Guard"
816
+ },
817
+ "EventPersons": [
818
+ {
819
+ "DEPosition": null
820
+ }
821
+ ]
822
+ },
823
+ "Pool": {
824
+ "RingName": "Ring 1"
825
+ }
826
+ },
827
+ {
828
+ "TimerStatus": "stopped",
829
+ "RefName": "Unassigned",
830
+ "BoutId": 1954,
831
+ "PoolId": 139,
832
+ "EventId": 6,
833
+ "Person1Id": 3,
834
+ "Person2Id": 22,
835
+ "Status": "Scheduled",
836
+ "Score1": 0,
837
+ "Score2": 0,
838
+ "Started": null,
839
+ "Ended": null,
840
+ "TimeLeft": 0,
841
+ "CurrentPass": null,
842
+ "MaxPasses": null,
843
+ "RoundLabel": null,
844
+ "DEBoutId": null,
845
+ "DENextBoutId": null,
846
+ "RefereeId": null,
847
+ "createdAt": "2024-07-16T15:49:16.000Z",
848
+ "updatedAt": "2024-07-16T15:49:16.000Z",
849
+ "Person1": {
850
+ "PersonId": 3,
851
+ "DisplayName": "Dave Larabee",
852
+ "ClubId": 3,
853
+ "Images": [],
854
+ "Club": {
855
+ "Name": "Sword & Blade of Callie",
856
+ "Color1": "red",
857
+ "Color2": "gold"
858
+ },
859
+ "EventPersons": [
860
+ {
861
+ "DEPosition": null
862
+ }
863
+ ]
864
+ },
865
+ "Person2": {
866
+ "PersonId": 22,
867
+ "DisplayName": "Bob Smith",
868
+ "ClubId": 6,
869
+ "Images": [
870
+ {
871
+ "ImageId": 12,
872
+ "URL": "https://randomuser.me/api/portraits/men/81.jpg"
873
+ }
874
+ ],
875
+ "Club": {
876
+ "Name": "SwordPlay Society"
877
+ },
878
+ "EventPersons": [
879
+ {
880
+ "DEPosition": null
881
+ }
882
+ ]
883
+ },
884
+ "Pool": {
885
+ "RingName": "Ring 1"
886
+ }
887
+ },
888
+ {
889
+ "TimerStatus": "stopped",
890
+ "RefName": "Unassigned",
891
+ "BoutId": 1955,
892
+ "PoolId": 139,
893
+ "EventId": 6,
894
+ "Person1Id": 10,
895
+ "Person2Id": 8,
896
+ "Status": "Scheduled",
897
+ "Score1": 0,
898
+ "Score2": 0,
899
+ "Started": null,
900
+ "Ended": null,
901
+ "TimeLeft": 0,
902
+ "CurrentPass": null,
903
+ "MaxPasses": null,
904
+ "RoundLabel": null,
905
+ "DEBoutId": null,
906
+ "DENextBoutId": null,
907
+ "RefereeId": null,
908
+ "createdAt": "2024-07-16T15:49:16.000Z",
909
+ "updatedAt": "2024-07-16T15:49:16.000Z",
910
+ "Person1": {
911
+ "PersonId": 10,
912
+ "DisplayName": "Melissa Jones",
913
+ "ClubId": 4,
914
+ "Images": [
915
+ {
916
+ "ImageId": 21,
917
+ "URL": "https://randomuser.me/api/portraits/women/9.jpg"
918
+ }
919
+ ],
920
+ "Club": {
921
+ "Name": "Guardians of the Guard",
922
+ "Color1": "purple",
923
+ "Color2": "orange"
924
+ },
925
+ "EventPersons": [
926
+ {
927
+ "DEPosition": null
928
+ }
929
+ ]
930
+ },
931
+ "Person2": {
932
+ "PersonId": 8,
933
+ "DisplayName": "Julie Riddle",
934
+ "ClubId": 2,
935
+ "Images": [
936
+ {
937
+ "ImageId": 23,
938
+ "URL": "https://randomuser.me/api/portraits/women/41.jpg"
939
+ }
940
+ ],
941
+ "Club": {
942
+ "Name": "Historical Fencing Of Anywhere"
943
+ },
944
+ "EventPersons": [
945
+ {
946
+ "DEPosition": null
947
+ }
948
+ ]
949
+ },
950
+ "Pool": {
951
+ "RingName": "Ring 1"
952
+ }
953
+ },
954
+ {
955
+ "TimerStatus": "stopped",
956
+ "RefName": "Unassigned",
957
+ "BoutId": 1956,
958
+ "PoolId": 139,
959
+ "EventId": 6,
960
+ "Person1Id": 1,
961
+ "Person2Id": 22,
962
+ "Status": "Scheduled",
963
+ "Score1": 0,
964
+ "Score2": 0,
965
+ "Started": null,
966
+ "Ended": null,
967
+ "TimeLeft": 0,
968
+ "CurrentPass": null,
969
+ "MaxPasses": null,
970
+ "RoundLabel": null,
971
+ "DEBoutId": null,
972
+ "DENextBoutId": null,
973
+ "RefereeId": null,
974
+ "createdAt": "2024-07-16T15:49:16.000Z",
975
+ "updatedAt": "2024-07-16T15:49:16.000Z",
976
+ "Person1": {
977
+ "PersonId": 1,
978
+ "DisplayName": "Dave Smith",
979
+ "ClubId": 4,
980
+ "Images": [
981
+ {
982
+ "ImageId": 7,
983
+ "URL": "https://randomuser.me/api/portraits/men/22.jpg"
984
+ }
985
+ ],
986
+ "Club": {
987
+ "Name": "Guardians of the Guard",
988
+ "Color1": "purple",
989
+ "Color2": "orange"
990
+ },
991
+ "EventPersons": [
992
+ {
993
+ "DEPosition": null
994
+ }
995
+ ]
996
+ },
997
+ "Person2": {
998
+ "PersonId": 22,
999
+ "DisplayName": "Bob Smith",
1000
+ "ClubId": 6,
1001
+ "Images": [
1002
+ {
1003
+ "ImageId": 12,
1004
+ "URL": "https://randomuser.me/api/portraits/men/81.jpg"
1005
+ }
1006
+ ],
1007
+ "Club": {
1008
+ "Name": "SwordPlay Society"
1009
+ },
1010
+ "EventPersons": [
1011
+ {
1012
+ "DEPosition": null
1013
+ }
1014
+ ]
1015
+ },
1016
+ "Pool": {
1017
+ "RingName": "Ring 1"
1018
+ }
1019
+ },
1020
+ {
1021
+ "TimerStatus": "stopped",
1022
+ "RefName": "Unassigned",
1023
+ "BoutId": 1957,
1024
+ "PoolId": 139,
1025
+ "EventId": 6,
1026
+ "Person1Id": 16,
1027
+ "Person2Id": 10,
1028
+ "Status": "Scheduled",
1029
+ "Score1": 0,
1030
+ "Score2": 0,
1031
+ "Started": null,
1032
+ "Ended": null,
1033
+ "TimeLeft": 0,
1034
+ "CurrentPass": null,
1035
+ "MaxPasses": null,
1036
+ "RoundLabel": null,
1037
+ "DEBoutId": null,
1038
+ "DENextBoutId": null,
1039
+ "RefereeId": null,
1040
+ "createdAt": "2024-07-16T15:49:16.000Z",
1041
+ "updatedAt": "2024-07-16T15:49:16.000Z",
1042
+ "Person1": {
1043
+ "PersonId": 16,
1044
+ "DisplayName": "Christian Jacob Peralta",
1045
+ "ClubId": 1,
1046
+ "Images": [],
1047
+ "Club": {
1048
+ "Name": "Acme Fencing Club",
1049
+ "Color1": "rose",
1050
+ "Color2": "navy"
1051
+ },
1052
+ "EventPersons": [
1053
+ {
1054
+ "DEPosition": null
1055
+ }
1056
+ ]
1057
+ },
1058
+ "Person2": {
1059
+ "PersonId": 10,
1060
+ "DisplayName": "Melissa Jones",
1061
+ "ClubId": 4,
1062
+ "Images": [
1063
+ {
1064
+ "ImageId": 21,
1065
+ "URL": "https://randomuser.me/api/portraits/women/9.jpg"
1066
+ }
1067
+ ],
1068
+ "Club": {
1069
+ "Name": "Guardians of the Guard"
1070
+ },
1071
+ "EventPersons": [
1072
+ {
1073
+ "DEPosition": null
1074
+ }
1075
+ ]
1076
+ },
1077
+ "Pool": {
1078
+ "RingName": "Ring 1"
1079
+ }
1080
+ },
1081
+ {
1082
+ "TimerStatus": "stopped",
1083
+ "RefName": "Unassigned",
1084
+ "BoutId": 1958,
1085
+ "PoolId": 139,
1086
+ "EventId": 6,
1087
+ "Person1Id": 8,
1088
+ "Person2Id": 3,
1089
+ "Status": "Scheduled",
1090
+ "Score1": 0,
1091
+ "Score2": 0,
1092
+ "Started": null,
1093
+ "Ended": null,
1094
+ "TimeLeft": 0,
1095
+ "CurrentPass": null,
1096
+ "MaxPasses": null,
1097
+ "RoundLabel": null,
1098
+ "DEBoutId": null,
1099
+ "DENextBoutId": null,
1100
+ "RefereeId": null,
1101
+ "createdAt": "2024-07-16T15:49:16.000Z",
1102
+ "updatedAt": "2024-07-16T15:49:16.000Z",
1103
+ "Person1": {
1104
+ "PersonId": 8,
1105
+ "DisplayName": "Julie Riddle",
1106
+ "ClubId": 2,
1107
+ "Images": [
1108
+ {
1109
+ "ImageId": 23,
1110
+ "URL": "https://randomuser.me/api/portraits/women/41.jpg"
1111
+ }
1112
+ ],
1113
+ "Club": {
1114
+ "Name": "Historical Fencing Of Anywhere",
1115
+ "Color1": "red",
1116
+ "Color2": "blue"
1117
+ },
1118
+ "EventPersons": [
1119
+ {
1120
+ "DEPosition": null
1121
+ }
1122
+ ]
1123
+ },
1124
+ "Person2": {
1125
+ "PersonId": 3,
1126
+ "DisplayName": "Dave Larabee",
1127
+ "ClubId": 3,
1128
+ "Images": [],
1129
+ "Club": {
1130
+ "Name": "Sword & Blade of Callie"
1131
+ },
1132
+ "EventPersons": [
1133
+ {
1134
+ "DEPosition": null
1135
+ }
1136
+ ]
1137
+ },
1138
+ "Pool": {
1139
+ "RingName": "Ring 1"
1140
+ }
1141
+ }
1142
+ ]
1143
+ }
1144
+ ],
1145
+ "eventRules": [
1146
+ {
1147
+ "RuleName": "PoolTime",
1148
+ "RuleValue": "120",
1149
+ "Context": "pool"
1150
+ },
1151
+ {
1152
+ "RuleName": "PoolMaxPoints",
1153
+ "RuleValue": "5",
1154
+ "Context": "pool"
1155
+ },
1156
+ {
1157
+ "RuleName": "DETime",
1158
+ "RuleValue": "180",
1159
+ "Context": "de"
1160
+ },
1161
+ {
1162
+ "RuleName": "DEMaxPoints",
1163
+ "RuleValue": "7",
1164
+ "Context": "de"
1165
+ },
1166
+ {
1167
+ "RuleName": "ThirdPlaceFenceOff",
1168
+ "RuleValue": "1",
1169
+ "Context": "general"
1170
+ }
1171
+ ],
1172
+ "hostingClubColors": {
1173
+ "Color1": "rose",
1174
+ "Color2": "navy"
1175
+ }
1176
+ }
1177
+
1178
+ export default getPoolsWithBoutsByPoolId;