@dcrackel/hematournamentui 1.0.99 → 1.0.101
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/HemaTournamentUI-lib.es.js +243 -238
- package/dist/HemaTournamentUI-lib.umd.js +1 -1
- package/package.json +9 -3
- package/src/mocks/eventPersonGetInitalPoolAssignmentsLivePools.js +563 -0
- package/src/mocks/eventPersonGetInitalPoolAssignmentsPreparing.js +533 -0
- package/src/mocks/eventPersonGetInitialPoolAssignments2.js +388 -397
- package/src/stories/Organisms/Containers/Pool/Pool.vue +3 -5
- package/src/stories/Templates/EventManagement/PoolLive/PoolLive.vue +0 -1
- package/src/stories/Templates/EventManagement/PoolManagement/PoolManagement.vue +5 -0
|
@@ -0,0 +1,533 @@
|
|
|
1
|
+
const eventPersonGetInitialPoolAssignmentsPrep =
|
|
2
|
+
{
|
|
3
|
+
"message": "Pool view created",
|
|
4
|
+
"event": {
|
|
5
|
+
"EventId": 5,
|
|
6
|
+
"TournamentId": 4,
|
|
7
|
+
"EventName": "Feline Longsword",
|
|
8
|
+
"Date": "2024-05-22",
|
|
9
|
+
"StartTime": "17:25:31",
|
|
10
|
+
"NumberOfRings": 2,
|
|
11
|
+
"NumberOfPools": 3,
|
|
12
|
+
"PoolSize": 7,
|
|
13
|
+
"Flights": 1,
|
|
14
|
+
"WeaponId": 1,
|
|
15
|
+
"Status": "planning",
|
|
16
|
+
"Present": 10,
|
|
17
|
+
"Absent": 0,
|
|
18
|
+
"Removed": 0
|
|
19
|
+
},
|
|
20
|
+
"pools": [
|
|
21
|
+
{
|
|
22
|
+
"PoolId": 137,
|
|
23
|
+
"Name": "Pool 1",
|
|
24
|
+
"RingName": "Ring 1",
|
|
25
|
+
"Flight": 1,
|
|
26
|
+
"PoolType": "pool",
|
|
27
|
+
"EventId": 5,
|
|
28
|
+
"Status": "live",
|
|
29
|
+
"Updated": "2024-06-17T20:38:06.000Z",
|
|
30
|
+
"Staff": [
|
|
31
|
+
{
|
|
32
|
+
"Id": 2,
|
|
33
|
+
"TournamentId": 4,
|
|
34
|
+
"EventId": 5,
|
|
35
|
+
"PoolId": 137,
|
|
36
|
+
"PersonId": 23,
|
|
37
|
+
"Role": "Director",
|
|
38
|
+
"Person": {
|
|
39
|
+
"DisplayName": "Lucas Garcia"
|
|
40
|
+
}
|
|
41
|
+
},
|
|
42
|
+
{
|
|
43
|
+
"Id": 4,
|
|
44
|
+
"TournamentId": 4,
|
|
45
|
+
"EventId": 5,
|
|
46
|
+
"PoolId": 137,
|
|
47
|
+
"PersonId": 22,
|
|
48
|
+
"Role": "Line Judge",
|
|
49
|
+
"Person": {
|
|
50
|
+
"DisplayName": "Bob Smith"
|
|
51
|
+
}
|
|
52
|
+
}
|
|
53
|
+
],
|
|
54
|
+
"participants": [
|
|
55
|
+
{
|
|
56
|
+
"Id": 103,
|
|
57
|
+
"EventId": 5,
|
|
58
|
+
"PoolId": 137,
|
|
59
|
+
"PersonId": 10,
|
|
60
|
+
"Seed": 1,
|
|
61
|
+
"PoolPosition": 1,
|
|
62
|
+
"Status": "Present",
|
|
63
|
+
"Person": {
|
|
64
|
+
"PersonId": 10,
|
|
65
|
+
"DisplayName": "Melissa Jones",
|
|
66
|
+
"Pronouns": "She/Her",
|
|
67
|
+
"FirstName": "Melissa",
|
|
68
|
+
"LastName": "Jones",
|
|
69
|
+
"Birthday": "1993-10-14",
|
|
70
|
+
"ClubId": 4,
|
|
71
|
+
"ShowData": true,
|
|
72
|
+
"Club": {
|
|
73
|
+
"ClubId": 4,
|
|
74
|
+
"Name": "Guardians of the Guard",
|
|
75
|
+
"ShortName": "GotG",
|
|
76
|
+
"Description": "Guardians of the Guard",
|
|
77
|
+
"AddressId": 1,
|
|
78
|
+
"Color1": "purple",
|
|
79
|
+
"Color2": "orange",
|
|
80
|
+
"SocialMedia": [
|
|
81
|
+
{
|
|
82
|
+
"Type": "Web",
|
|
83
|
+
"Link": "https://meyersquared.com/images/Club9.png",
|
|
84
|
+
"Label": null
|
|
85
|
+
}
|
|
86
|
+
]
|
|
87
|
+
}
|
|
88
|
+
}
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"Id": 97,
|
|
92
|
+
"EventId": 5,
|
|
93
|
+
"PoolId": 137,
|
|
94
|
+
"PersonId": 1,
|
|
95
|
+
"Seed": 4,
|
|
96
|
+
"PoolPosition": 4,
|
|
97
|
+
"Status": "Present",
|
|
98
|
+
"Person": {
|
|
99
|
+
"PersonId": 1,
|
|
100
|
+
"DisplayName": "Dave Smith",
|
|
101
|
+
"Pronouns": null,
|
|
102
|
+
"FirstName": "Dave",
|
|
103
|
+
"LastName": "Smith",
|
|
104
|
+
"Birthday": null,
|
|
105
|
+
"ClubId": 4,
|
|
106
|
+
"ShowData": true,
|
|
107
|
+
"Club": {
|
|
108
|
+
"ClubId": 4,
|
|
109
|
+
"Name": "Guardians of the Guard",
|
|
110
|
+
"ShortName": "GotG",
|
|
111
|
+
"Description": "Guardians of the Guard",
|
|
112
|
+
"AddressId": 1,
|
|
113
|
+
"Color1": "purple",
|
|
114
|
+
"Color2": "orange",
|
|
115
|
+
"SocialMedia": [
|
|
116
|
+
{
|
|
117
|
+
"Type": "Web",
|
|
118
|
+
"Link": "https://meyersquared.com/images/Club9.png",
|
|
119
|
+
"Label": null
|
|
120
|
+
}
|
|
121
|
+
]
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"Id": 102,
|
|
127
|
+
"EventId": 5,
|
|
128
|
+
"PoolId": 137,
|
|
129
|
+
"PersonId": 14,
|
|
130
|
+
"Seed": 5,
|
|
131
|
+
"PoolPosition": 5,
|
|
132
|
+
"Status": "Present",
|
|
133
|
+
"Person": {
|
|
134
|
+
"PersonId": 14,
|
|
135
|
+
"DisplayName": "Jordan Allen",
|
|
136
|
+
"Pronouns": "They/Them",
|
|
137
|
+
"FirstName": "Jordan",
|
|
138
|
+
"LastName": "Allen",
|
|
139
|
+
"Birthday": "1995-08-12",
|
|
140
|
+
"ClubId": 5,
|
|
141
|
+
"ShowData": true,
|
|
142
|
+
"Club": {
|
|
143
|
+
"ClubId": 5,
|
|
144
|
+
"Name": "Fechtastic Fighters",
|
|
145
|
+
"ShortName": "FF",
|
|
146
|
+
"Description": "Fechtastic Fighters",
|
|
147
|
+
"AddressId": 1,
|
|
148
|
+
"Color1": "green",
|
|
149
|
+
"Color2": "silver",
|
|
150
|
+
"SocialMedia": [
|
|
151
|
+
{
|
|
152
|
+
"Type": "Web",
|
|
153
|
+
"Link": "https://meyersquared.com/images/Club10.png",
|
|
154
|
+
"Label": null
|
|
155
|
+
}
|
|
156
|
+
]
|
|
157
|
+
}
|
|
158
|
+
}
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
"Id": 109,
|
|
162
|
+
"EventId": 5,
|
|
163
|
+
"PoolId": 137,
|
|
164
|
+
"PersonId": 6,
|
|
165
|
+
"Seed": 8,
|
|
166
|
+
"PoolPosition": 8,
|
|
167
|
+
"Status": "Present",
|
|
168
|
+
"Person": {
|
|
169
|
+
"PersonId": 6,
|
|
170
|
+
"DisplayName": "Courtney Medina",
|
|
171
|
+
"Pronouns": "They/Them",
|
|
172
|
+
"FirstName": "Courtney",
|
|
173
|
+
"LastName": "Medina",
|
|
174
|
+
"Birthday": "1983-09-25",
|
|
175
|
+
"ClubId": 3,
|
|
176
|
+
"ShowData": true,
|
|
177
|
+
"Club": {
|
|
178
|
+
"ClubId": 3,
|
|
179
|
+
"Name": "Sword & Blade of Callie",
|
|
180
|
+
"ShortName": "SBoC",
|
|
181
|
+
"Description": "adsasdf",
|
|
182
|
+
"AddressId": 1,
|
|
183
|
+
"Color1": "red",
|
|
184
|
+
"Color2": "gold",
|
|
185
|
+
"SocialMedia": [
|
|
186
|
+
{
|
|
187
|
+
"Type": "Web",
|
|
188
|
+
"Link": "https://meyersquared.com/images/Club8.png",
|
|
189
|
+
"Label": null
|
|
190
|
+
}
|
|
191
|
+
]
|
|
192
|
+
}
|
|
193
|
+
}
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
"Id": 110,
|
|
197
|
+
"EventId": 5,
|
|
198
|
+
"PoolId": 137,
|
|
199
|
+
"PersonId": 7,
|
|
200
|
+
"Seed": 9,
|
|
201
|
+
"PoolPosition": 9,
|
|
202
|
+
"Status": "Present",
|
|
203
|
+
"Person": {
|
|
204
|
+
"PersonId": 7,
|
|
205
|
+
"DisplayName": "Emily Carlson",
|
|
206
|
+
"Pronouns": "He/Him",
|
|
207
|
+
"FirstName": "Emily",
|
|
208
|
+
"LastName": "Carlson",
|
|
209
|
+
"Birthday": "1997-06-13",
|
|
210
|
+
"ClubId": 4,
|
|
211
|
+
"ShowData": true,
|
|
212
|
+
"Club": {
|
|
213
|
+
"ClubId": 4,
|
|
214
|
+
"Name": "Guardians of the Guard",
|
|
215
|
+
"ShortName": "GotG",
|
|
216
|
+
"Description": "Guardians of the Guard",
|
|
217
|
+
"AddressId": 1,
|
|
218
|
+
"Color1": "purple",
|
|
219
|
+
"Color2": "orange",
|
|
220
|
+
"SocialMedia": [
|
|
221
|
+
{
|
|
222
|
+
"Type": "Web",
|
|
223
|
+
"Link": "https://meyersquared.com/images/Club9.png",
|
|
224
|
+
"Label": null
|
|
225
|
+
}
|
|
226
|
+
]
|
|
227
|
+
}
|
|
228
|
+
}
|
|
229
|
+
}
|
|
230
|
+
],
|
|
231
|
+
"poolStrength": 27,
|
|
232
|
+
"poolStrengthInd": -1
|
|
233
|
+
},
|
|
234
|
+
{
|
|
235
|
+
"PoolId": 138,
|
|
236
|
+
"Name": "Pool 2",
|
|
237
|
+
"RingName": "Ring 2",
|
|
238
|
+
"Flight": 1,
|
|
239
|
+
"PoolType": "pool",
|
|
240
|
+
"EventId": 5,
|
|
241
|
+
"Status": "live",
|
|
242
|
+
"Updated": "2024-06-17T20:38:06.000Z",
|
|
243
|
+
"Staff": [
|
|
244
|
+
{
|
|
245
|
+
"Id": 3,
|
|
246
|
+
"TournamentId": 4,
|
|
247
|
+
"EventId": 5,
|
|
248
|
+
"PoolId": 138,
|
|
249
|
+
"PersonId": 24,
|
|
250
|
+
"Role": "Director",
|
|
251
|
+
"Person": {
|
|
252
|
+
"DisplayName": "Mia Rodriguez"
|
|
253
|
+
}
|
|
254
|
+
}
|
|
255
|
+
],
|
|
256
|
+
"participants": [
|
|
257
|
+
{
|
|
258
|
+
"Id": 106,
|
|
259
|
+
"EventId": 5,
|
|
260
|
+
"PoolId": 138,
|
|
261
|
+
"PersonId": 4,
|
|
262
|
+
"Seed": 2,
|
|
263
|
+
"PoolPosition": 2,
|
|
264
|
+
"Status": "Present",
|
|
265
|
+
"Person": {
|
|
266
|
+
"PersonId": 4,
|
|
267
|
+
"DisplayName": "Kim Bullock",
|
|
268
|
+
"Pronouns": "He/Him",
|
|
269
|
+
"FirstName": "Kim",
|
|
270
|
+
"LastName": "Bullock",
|
|
271
|
+
"Birthday": "1963-07-09",
|
|
272
|
+
"ClubId": 1,
|
|
273
|
+
"ShowData": true,
|
|
274
|
+
"Club": {
|
|
275
|
+
"ClubId": 1,
|
|
276
|
+
"Name": "Acme Fencing Club",
|
|
277
|
+
"ShortName": "ACME",
|
|
278
|
+
"Description": "Acme Fencing Club",
|
|
279
|
+
"AddressId": 1,
|
|
280
|
+
"Color1": "rose",
|
|
281
|
+
"Color2": "navy",
|
|
282
|
+
"SocialMedia": [
|
|
283
|
+
{
|
|
284
|
+
"Type": "Web",
|
|
285
|
+
"Link": "https://meyersquared.com/images/Club6.png",
|
|
286
|
+
"Label": null
|
|
287
|
+
}
|
|
288
|
+
]
|
|
289
|
+
}
|
|
290
|
+
}
|
|
291
|
+
},
|
|
292
|
+
{
|
|
293
|
+
"Id": 107,
|
|
294
|
+
"EventId": 5,
|
|
295
|
+
"PoolId": 138,
|
|
296
|
+
"PersonId": 2,
|
|
297
|
+
"Seed": 3,
|
|
298
|
+
"PoolPosition": 3,
|
|
299
|
+
"Status": "Present",
|
|
300
|
+
"Person": {
|
|
301
|
+
"PersonId": 2,
|
|
302
|
+
"DisplayName": "Kyle Edwards",
|
|
303
|
+
"Pronouns": "They/Them",
|
|
304
|
+
"FirstName": "Kyle",
|
|
305
|
+
"LastName": "Edwards",
|
|
306
|
+
"Birthday": null,
|
|
307
|
+
"ClubId": 6,
|
|
308
|
+
"ShowData": true,
|
|
309
|
+
"Club": {
|
|
310
|
+
"ClubId": 6,
|
|
311
|
+
"Name": "SwordPlay Society",
|
|
312
|
+
"ShortName": "SS",
|
|
313
|
+
"Description": "SwordPlay Society",
|
|
314
|
+
"AddressId": 1,
|
|
315
|
+
"Color1": "red",
|
|
316
|
+
"Color2": "blue",
|
|
317
|
+
"SocialMedia": [
|
|
318
|
+
{
|
|
319
|
+
"Type": "Web",
|
|
320
|
+
"Link": "https://meyersquared.com/images/Club1.jpg",
|
|
321
|
+
"Label": null
|
|
322
|
+
}
|
|
323
|
+
]
|
|
324
|
+
}
|
|
325
|
+
}
|
|
326
|
+
},
|
|
327
|
+
{
|
|
328
|
+
"Id": 105,
|
|
329
|
+
"EventId": 5,
|
|
330
|
+
"PoolId": 138,
|
|
331
|
+
"PersonId": 22,
|
|
332
|
+
"Seed": 6,
|
|
333
|
+
"PoolPosition": 6,
|
|
334
|
+
"Status": "Present",
|
|
335
|
+
"Person": {
|
|
336
|
+
"PersonId": 22,
|
|
337
|
+
"DisplayName": "Bob Smith",
|
|
338
|
+
"Pronouns": "He/Him",
|
|
339
|
+
"FirstName": "Bob",
|
|
340
|
+
"LastName": "Smith",
|
|
341
|
+
"Birthday": "2024-06-06",
|
|
342
|
+
"ClubId": 6,
|
|
343
|
+
"ShowData": true,
|
|
344
|
+
"Club": {
|
|
345
|
+
"ClubId": 6,
|
|
346
|
+
"Name": "SwordPlay Society",
|
|
347
|
+
"ShortName": "SS",
|
|
348
|
+
"Description": "SwordPlay Society",
|
|
349
|
+
"AddressId": 1,
|
|
350
|
+
"Color1": "red",
|
|
351
|
+
"Color2": "blue",
|
|
352
|
+
"SocialMedia": [
|
|
353
|
+
{
|
|
354
|
+
"Type": "Web",
|
|
355
|
+
"Link": "https://meyersquared.com/images/Club1.jpg",
|
|
356
|
+
"Label": null
|
|
357
|
+
}
|
|
358
|
+
]
|
|
359
|
+
}
|
|
360
|
+
}
|
|
361
|
+
},
|
|
362
|
+
{
|
|
363
|
+
"Id": 108,
|
|
364
|
+
"EventId": 5,
|
|
365
|
+
"PoolId": 138,
|
|
366
|
+
"PersonId": 5,
|
|
367
|
+
"Seed": 7,
|
|
368
|
+
"PoolPosition": 7,
|
|
369
|
+
"Status": "Present",
|
|
370
|
+
"Person": {
|
|
371
|
+
"PersonId": 5,
|
|
372
|
+
"DisplayName": "Darlene Acevedo",
|
|
373
|
+
"Pronouns": "He/Him",
|
|
374
|
+
"FirstName": "Darlene",
|
|
375
|
+
"LastName": "Acevedo",
|
|
376
|
+
"Birthday": "1992-08-11",
|
|
377
|
+
"ClubId": 9,
|
|
378
|
+
"ShowData": true,
|
|
379
|
+
"Club": {
|
|
380
|
+
"ClubId": 9,
|
|
381
|
+
"Name": "Cats Cutlass Club of Canton",
|
|
382
|
+
"ShortName": "CCCoC",
|
|
383
|
+
"Description": null,
|
|
384
|
+
"AddressId": null,
|
|
385
|
+
"Color1": "red",
|
|
386
|
+
"Color2": "blue",
|
|
387
|
+
"SocialMedia": [
|
|
388
|
+
{
|
|
389
|
+
"Type": "Web",
|
|
390
|
+
"Link": "https://meyersquared.com/images/Club12.png",
|
|
391
|
+
"Label": null
|
|
392
|
+
}
|
|
393
|
+
]
|
|
394
|
+
}
|
|
395
|
+
}
|
|
396
|
+
},
|
|
397
|
+
{
|
|
398
|
+
"Id": 111,
|
|
399
|
+
"EventId": 5,
|
|
400
|
+
"PoolId": 138,
|
|
401
|
+
"PersonId": 8,
|
|
402
|
+
"Seed": 10,
|
|
403
|
+
"PoolPosition": 10,
|
|
404
|
+
"Status": "Present",
|
|
405
|
+
"Person": {
|
|
406
|
+
"PersonId": 8,
|
|
407
|
+
"DisplayName": "Julie Riddle",
|
|
408
|
+
"Pronouns": "He/Him",
|
|
409
|
+
"FirstName": "Julie",
|
|
410
|
+
"LastName": "Riddle",
|
|
411
|
+
"Birthday": "1984-07-18",
|
|
412
|
+
"ClubId": 2,
|
|
413
|
+
"ShowData": true,
|
|
414
|
+
"Club": {
|
|
415
|
+
"ClubId": 2,
|
|
416
|
+
"Name": "Historical Fencing Of Anywhere",
|
|
417
|
+
"ShortName": "HFoA",
|
|
418
|
+
"Description": "is",
|
|
419
|
+
"AddressId": 1,
|
|
420
|
+
"Color1": "red",
|
|
421
|
+
"Color2": "blue",
|
|
422
|
+
"SocialMedia": [
|
|
423
|
+
{
|
|
424
|
+
"Type": "Web",
|
|
425
|
+
"Link": "https://meyersquared.com/images/Club7.png",
|
|
426
|
+
"Label": null
|
|
427
|
+
}
|
|
428
|
+
]
|
|
429
|
+
}
|
|
430
|
+
}
|
|
431
|
+
}
|
|
432
|
+
],
|
|
433
|
+
"poolStrength": 28,
|
|
434
|
+
"poolStrengthInd": 0
|
|
435
|
+
}
|
|
436
|
+
],
|
|
437
|
+
"staff": [
|
|
438
|
+
{
|
|
439
|
+
"Id": 2,
|
|
440
|
+
"TournamentId": 4,
|
|
441
|
+
"EventId": 5,
|
|
442
|
+
"PoolId": 137,
|
|
443
|
+
"PersonId": 23,
|
|
444
|
+
"Role": "Director",
|
|
445
|
+
"Person": {
|
|
446
|
+
"DisplayName": "Lucas Garcia",
|
|
447
|
+
"Club": {
|
|
448
|
+
"ClubId": 1,
|
|
449
|
+
"Name": "Acme Fencing Club"
|
|
450
|
+
},
|
|
451
|
+
"Images": [
|
|
452
|
+
{
|
|
453
|
+
"URL": "https://randomuser.me/api/portraits/men/77.jpg"
|
|
454
|
+
}
|
|
455
|
+
]
|
|
456
|
+
},
|
|
457
|
+
"Pool": {
|
|
458
|
+
"PoolId": 137,
|
|
459
|
+
"Name": "Pool 1",
|
|
460
|
+
"RingName": "Ring 1"
|
|
461
|
+
}
|
|
462
|
+
},
|
|
463
|
+
{
|
|
464
|
+
"Id": 3,
|
|
465
|
+
"TournamentId": 4,
|
|
466
|
+
"EventId": 5,
|
|
467
|
+
"PoolId": 138,
|
|
468
|
+
"PersonId": 24,
|
|
469
|
+
"Role": "Director",
|
|
470
|
+
"Person": {
|
|
471
|
+
"DisplayName": "Mia Rodriguez",
|
|
472
|
+
"Club": {
|
|
473
|
+
"ClubId": 2,
|
|
474
|
+
"Name": "Historical Fencing Of Anywhere"
|
|
475
|
+
},
|
|
476
|
+
"Images": [
|
|
477
|
+
{
|
|
478
|
+
"URL": "https://randomuser.me/api/portraits/women/89.jpg"
|
|
479
|
+
}
|
|
480
|
+
]
|
|
481
|
+
},
|
|
482
|
+
"Pool": {
|
|
483
|
+
"PoolId": 138,
|
|
484
|
+
"Name": "Pool 2",
|
|
485
|
+
"RingName": "Ring 2"
|
|
486
|
+
}
|
|
487
|
+
},
|
|
488
|
+
{
|
|
489
|
+
"Id": 4,
|
|
490
|
+
"TournamentId": 4,
|
|
491
|
+
"EventId": 5,
|
|
492
|
+
"PoolId": 137,
|
|
493
|
+
"PersonId": 22,
|
|
494
|
+
"Role": "Line Judge",
|
|
495
|
+
"Person": {
|
|
496
|
+
"DisplayName": "Bob Smith",
|
|
497
|
+
"Club": {
|
|
498
|
+
"ClubId": 6,
|
|
499
|
+
"Name": "SwordPlay Society"
|
|
500
|
+
},
|
|
501
|
+
"Images": [
|
|
502
|
+
{
|
|
503
|
+
"URL": "https://randomuser.me/api/portraits/men/81.jpg"
|
|
504
|
+
}
|
|
505
|
+
]
|
|
506
|
+
},
|
|
507
|
+
"Pool": {
|
|
508
|
+
"PoolId": 137,
|
|
509
|
+
"Name": "Pool 1",
|
|
510
|
+
"RingName": "Ring 1"
|
|
511
|
+
}
|
|
512
|
+
},
|
|
513
|
+
{
|
|
514
|
+
"Id": 12,
|
|
515
|
+
"TournamentId": 4,
|
|
516
|
+
"EventId": 5,
|
|
517
|
+
"PoolId": null,
|
|
518
|
+
"PersonId": 29,
|
|
519
|
+
"Role": "Unassigned",
|
|
520
|
+
"Person": {
|
|
521
|
+
"DisplayName": "Smith Smithy",
|
|
522
|
+
"Club": {
|
|
523
|
+
"ClubId": 6,
|
|
524
|
+
"Name": "SwordPlay Society"
|
|
525
|
+
},
|
|
526
|
+
"Images": []
|
|
527
|
+
},
|
|
528
|
+
"Pool": null
|
|
529
|
+
}
|
|
530
|
+
]
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
export default eventPersonGetInitialPoolAssignmentsLivePools;
|