@dcrackel/hematournamentui 1.0.98 → 1.0.100

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