@dcrackel/hematournamentui 1.0.481 → 1.0.482
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 +1332 -1332
- package/dist/HemaTournamentUI-lib.umd.js +1 -1
- package/package.json +1 -1
- package/src/mocks/eventpersonGetEventById.js +137 -121
- package/src/stories/Organisms/Headers/AttendanceSummary/AttendanceSummary.vue +1 -2
- package/src/stories/Templates/EventManagement/EventAttendance/EventAttendance.vue +0 -1
- package/src/stories/Templates/TournamentManagement/ListEvents/ListEvents.vue +3 -3
package/package.json
CHANGED
|
@@ -1,237 +1,253 @@
|
|
|
1
1
|
const eventPersonGetEventById = {
|
|
2
2
|
"event": {
|
|
3
|
-
"EventName": "
|
|
4
|
-
"WeaponId":
|
|
5
|
-
"Status": "
|
|
3
|
+
"EventName": "Open Saber",
|
|
4
|
+
"WeaponId": 4,
|
|
5
|
+
"Status": "planning",
|
|
6
6
|
"Weapon": {
|
|
7
|
-
"HRWeaponId": "
|
|
7
|
+
"HRWeaponId": "3"
|
|
8
8
|
}
|
|
9
9
|
},
|
|
10
10
|
"persons": [
|
|
11
11
|
{
|
|
12
|
-
"Id":
|
|
13
|
-
"EventId":
|
|
14
|
-
"PoolId":
|
|
15
|
-
"PersonId":
|
|
12
|
+
"Id": 1434,
|
|
13
|
+
"EventId": 64,
|
|
14
|
+
"PoolId": null,
|
|
15
|
+
"PersonId": 35,
|
|
16
16
|
"Seed": 1,
|
|
17
17
|
"PoolPosition": 1,
|
|
18
|
-
"DEPosition":
|
|
19
|
-
"Status": "
|
|
18
|
+
"DEPosition": null,
|
|
19
|
+
"Status": "Absent",
|
|
20
20
|
"Person": {
|
|
21
|
-
"PersonId":
|
|
22
|
-
"DisplayName": "
|
|
21
|
+
"PersonId": 35,
|
|
22
|
+
"DisplayName": "Branden Zipplinger",
|
|
23
23
|
"ShowData": true,
|
|
24
24
|
"Images": [],
|
|
25
25
|
"Club": {
|
|
26
|
-
"ClubId":
|
|
27
|
-
"Name": "
|
|
28
|
-
"ShortName": "
|
|
29
|
-
"Color1": "
|
|
30
|
-
"Color2": "
|
|
26
|
+
"ClubId": 10,
|
|
27
|
+
"Name": "Columbus United Fencing Club",
|
|
28
|
+
"ShortName": "CUFC",
|
|
29
|
+
"Color1": "navy",
|
|
30
|
+
"Color2": "rose"
|
|
31
31
|
},
|
|
32
32
|
"HEMARatings": [
|
|
33
33
|
{
|
|
34
|
-
"Rating":
|
|
34
|
+
"Rating": 1646.3
|
|
35
35
|
}
|
|
36
36
|
],
|
|
37
37
|
"M2Ratings": []
|
|
38
38
|
}
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
|
-
"Id":
|
|
42
|
-
"EventId":
|
|
43
|
-
"PoolId":
|
|
44
|
-
"PersonId":
|
|
41
|
+
"Id": 1449,
|
|
42
|
+
"EventId": 64,
|
|
43
|
+
"PoolId": null,
|
|
44
|
+
"PersonId": 190,
|
|
45
45
|
"Seed": 2,
|
|
46
46
|
"PoolPosition": 2,
|
|
47
|
-
"DEPosition":
|
|
48
|
-
"Status": "
|
|
47
|
+
"DEPosition": null,
|
|
48
|
+
"Status": "Absent",
|
|
49
49
|
"Person": {
|
|
50
|
-
"PersonId":
|
|
51
|
-
"DisplayName": "
|
|
50
|
+
"PersonId": 190,
|
|
51
|
+
"DisplayName": "Alexander Brindley",
|
|
52
52
|
"ShowData": true,
|
|
53
53
|
"Images": [],
|
|
54
54
|
"Club": {
|
|
55
|
-
"ClubId":
|
|
56
|
-
"Name": "
|
|
57
|
-
"ShortName": "
|
|
58
|
-
"Color1": "
|
|
59
|
-
"Color2": "
|
|
55
|
+
"ClubId": 120,
|
|
56
|
+
"Name": "Nashville School of Historical Fencing",
|
|
57
|
+
"ShortName": "NH",
|
|
58
|
+
"Color1": "Red",
|
|
59
|
+
"Color2": "Gold"
|
|
60
60
|
},
|
|
61
61
|
"HEMARatings": [
|
|
62
62
|
{
|
|
63
|
-
"Rating":
|
|
63
|
+
"Rating": 1574
|
|
64
64
|
}
|
|
65
65
|
],
|
|
66
66
|
"M2Ratings": []
|
|
67
67
|
}
|
|
68
68
|
},
|
|
69
69
|
{
|
|
70
|
-
"Id":
|
|
71
|
-
"EventId":
|
|
72
|
-
"PoolId":
|
|
73
|
-
"PersonId":
|
|
70
|
+
"Id": 1420,
|
|
71
|
+
"EventId": 64,
|
|
72
|
+
"PoolId": null,
|
|
73
|
+
"PersonId": 44,
|
|
74
74
|
"Seed": 3,
|
|
75
75
|
"PoolPosition": 3,
|
|
76
|
-
"DEPosition":
|
|
77
|
-
"Status": "
|
|
76
|
+
"DEPosition": null,
|
|
77
|
+
"Status": "Absent",
|
|
78
78
|
"Person": {
|
|
79
|
-
"PersonId":
|
|
80
|
-
"DisplayName": "
|
|
79
|
+
"PersonId": 44,
|
|
80
|
+
"DisplayName": "Ethan Adkins",
|
|
81
81
|
"ShowData": true,
|
|
82
82
|
"Images": [],
|
|
83
83
|
"Club": {
|
|
84
|
-
"ClubId":
|
|
85
|
-
"Name": "
|
|
86
|
-
"ShortName": "
|
|
87
|
-
"Color1": "
|
|
88
|
-
"Color2": "
|
|
84
|
+
"ClubId": 23,
|
|
85
|
+
"Name": "Queen City Sword Guild",
|
|
86
|
+
"ShortName": "QCSG",
|
|
87
|
+
"Color1": "blue",
|
|
88
|
+
"Color2": "red"
|
|
89
89
|
},
|
|
90
90
|
"HEMARatings": [
|
|
91
91
|
{
|
|
92
|
-
"Rating":
|
|
92
|
+
"Rating": 1426.7
|
|
93
93
|
}
|
|
94
94
|
],
|
|
95
95
|
"M2Ratings": []
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
{
|
|
99
|
-
"Id":
|
|
100
|
-
"EventId":
|
|
101
|
-
"PoolId":
|
|
102
|
-
"PersonId":
|
|
99
|
+
"Id": 1442,
|
|
100
|
+
"EventId": 64,
|
|
101
|
+
"PoolId": null,
|
|
102
|
+
"PersonId": 34,
|
|
103
103
|
"Seed": 4,
|
|
104
104
|
"PoolPosition": 4,
|
|
105
|
-
"DEPosition":
|
|
106
|
-
"Status": "
|
|
105
|
+
"DEPosition": null,
|
|
106
|
+
"Status": "Absent",
|
|
107
107
|
"Person": {
|
|
108
|
-
"PersonId":
|
|
109
|
-
"DisplayName": "
|
|
108
|
+
"PersonId": 34,
|
|
109
|
+
"DisplayName": "Alex Beaudet",
|
|
110
110
|
"ShowData": true,
|
|
111
111
|
"Images": [],
|
|
112
112
|
"Club": {
|
|
113
|
-
"ClubId":
|
|
114
|
-
"Name": "
|
|
115
|
-
"ShortName": "
|
|
113
|
+
"ClubId": 13,
|
|
114
|
+
"Name": "Two Ravens Fencing School",
|
|
115
|
+
"ShortName": "TRFS",
|
|
116
116
|
"Color1": "red",
|
|
117
117
|
"Color2": "blue"
|
|
118
118
|
},
|
|
119
119
|
"HEMARatings": [
|
|
120
120
|
{
|
|
121
|
-
"Rating":
|
|
121
|
+
"Rating": 1242.1
|
|
122
122
|
}
|
|
123
123
|
],
|
|
124
124
|
"M2Ratings": []
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
127
|
{
|
|
128
|
-
"Id":
|
|
129
|
-
"EventId":
|
|
130
|
-
"PoolId":
|
|
131
|
-
"PersonId":
|
|
128
|
+
"Id": 1034,
|
|
129
|
+
"EventId": 64,
|
|
130
|
+
"PoolId": null,
|
|
131
|
+
"PersonId": 198,
|
|
132
132
|
"Seed": 5,
|
|
133
133
|
"PoolPosition": 5,
|
|
134
|
-
"DEPosition":
|
|
135
|
-
"Status": "
|
|
134
|
+
"DEPosition": null,
|
|
135
|
+
"Status": "Absent",
|
|
136
136
|
"Person": {
|
|
137
|
-
"PersonId":
|
|
138
|
-
"DisplayName": "
|
|
137
|
+
"PersonId": 198,
|
|
138
|
+
"DisplayName": "Chris Holloman",
|
|
139
139
|
"ShowData": true,
|
|
140
140
|
"Images": [],
|
|
141
141
|
"Club": {
|
|
142
|
-
"ClubId":
|
|
143
|
-
"Name": "
|
|
144
|
-
"ShortName": "
|
|
145
|
-
"Color1": "
|
|
146
|
-
"Color2": "
|
|
142
|
+
"ClubId": 120,
|
|
143
|
+
"Name": "Nashville School of Historical Fencing",
|
|
144
|
+
"ShortName": "NH",
|
|
145
|
+
"Color1": "Red",
|
|
146
|
+
"Color2": "Gold"
|
|
147
147
|
},
|
|
148
148
|
"HEMARatings": [
|
|
149
149
|
{
|
|
150
|
-
"Rating":
|
|
150
|
+
"Rating": 1105.3
|
|
151
151
|
}
|
|
152
152
|
],
|
|
153
153
|
"M2Ratings": []
|
|
154
154
|
}
|
|
155
155
|
},
|
|
156
156
|
{
|
|
157
|
-
"Id":
|
|
158
|
-
"EventId":
|
|
159
|
-
"PoolId":
|
|
160
|
-
"PersonId":
|
|
157
|
+
"Id": 1433,
|
|
158
|
+
"EventId": 64,
|
|
159
|
+
"PoolId": null,
|
|
160
|
+
"PersonId": 248,
|
|
161
161
|
"Seed": 6,
|
|
162
162
|
"PoolPosition": 6,
|
|
163
|
-
"DEPosition":
|
|
164
|
-
"Status": "
|
|
163
|
+
"DEPosition": null,
|
|
164
|
+
"Status": "Absent",
|
|
165
165
|
"Person": {
|
|
166
|
-
"PersonId":
|
|
167
|
-
"DisplayName": "
|
|
166
|
+
"PersonId": 248,
|
|
167
|
+
"DisplayName": "Richard Shepro",
|
|
168
168
|
"ShowData": true,
|
|
169
169
|
"Images": [],
|
|
170
170
|
"Club": {
|
|
171
|
-
"ClubId":
|
|
172
|
-
"Name": "
|
|
173
|
-
"ShortName": "
|
|
174
|
-
"Color1": "
|
|
175
|
-
"Color2": "
|
|
171
|
+
"ClubId": 83,
|
|
172
|
+
"Name": "Metropolitan Historical Fencing Academy",
|
|
173
|
+
"ShortName": "MHFA",
|
|
174
|
+
"Color1": "Red",
|
|
175
|
+
"Color2": "Gold"
|
|
176
176
|
},
|
|
177
177
|
"HEMARatings": [],
|
|
178
178
|
"M2Ratings": []
|
|
179
179
|
}
|
|
180
180
|
},
|
|
181
181
|
{
|
|
182
|
-
"Id":
|
|
183
|
-
"EventId":
|
|
184
|
-
"PoolId":
|
|
185
|
-
"PersonId":
|
|
182
|
+
"Id": 1439,
|
|
183
|
+
"EventId": 64,
|
|
184
|
+
"PoolId": null,
|
|
185
|
+
"PersonId": 105,
|
|
186
186
|
"Seed": 7,
|
|
187
187
|
"PoolPosition": 7,
|
|
188
|
-
"DEPosition":
|
|
189
|
-
"Status": "
|
|
188
|
+
"DEPosition": null,
|
|
189
|
+
"Status": "Absent",
|
|
190
190
|
"Person": {
|
|
191
|
-
"PersonId":
|
|
192
|
-
"DisplayName": "
|
|
191
|
+
"PersonId": 105,
|
|
192
|
+
"DisplayName": "Lacey Eck",
|
|
193
193
|
"ShowData": true,
|
|
194
194
|
"Images": [],
|
|
195
195
|
"Club": {
|
|
196
|
-
"ClubId":
|
|
197
|
-
"Name": "
|
|
198
|
-
"ShortName": "
|
|
199
|
-
"Color1": "
|
|
200
|
-
"Color2": "
|
|
196
|
+
"ClubId": 41,
|
|
197
|
+
"Name": "Two Ravens Fencing",
|
|
198
|
+
"ShortName": "TRFS",
|
|
199
|
+
"Color1": "red",
|
|
200
|
+
"Color2": "black"
|
|
201
201
|
},
|
|
202
202
|
"HEMARatings": [],
|
|
203
203
|
"M2Ratings": []
|
|
204
204
|
}
|
|
205
205
|
},
|
|
206
206
|
{
|
|
207
|
-
"Id":
|
|
208
|
-
"EventId":
|
|
209
|
-
"PoolId":
|
|
210
|
-
"PersonId":
|
|
207
|
+
"Id": 1447,
|
|
208
|
+
"EventId": 64,
|
|
209
|
+
"PoolId": null,
|
|
210
|
+
"PersonId": 227,
|
|
211
211
|
"Seed": 8,
|
|
212
212
|
"PoolPosition": 8,
|
|
213
|
-
"DEPosition":
|
|
214
|
-
"Status": "
|
|
213
|
+
"DEPosition": null,
|
|
214
|
+
"Status": "Absent",
|
|
215
215
|
"Person": {
|
|
216
|
-
"PersonId":
|
|
217
|
-
"DisplayName": "
|
|
216
|
+
"PersonId": 227,
|
|
217
|
+
"DisplayName": "Alex Kellogg",
|
|
218
218
|
"ShowData": true,
|
|
219
|
-
"Images": [
|
|
220
|
-
|
|
221
|
-
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
|
|
225
|
-
|
|
226
|
-
|
|
227
|
-
|
|
228
|
-
]
|
|
219
|
+
"Images": [],
|
|
220
|
+
"Club": {
|
|
221
|
+
"ClubId": 41,
|
|
222
|
+
"Name": "Two Ravens Fencing",
|
|
223
|
+
"ShortName": "TRFS",
|
|
224
|
+
"Color1": "red",
|
|
225
|
+
"Color2": "black"
|
|
226
|
+
},
|
|
227
|
+
"HEMARatings": [],
|
|
228
|
+
"M2Ratings": []
|
|
229
|
+
}
|
|
230
|
+
},
|
|
231
|
+
{
|
|
232
|
+
"Id": 1472,
|
|
233
|
+
"EventId": 64,
|
|
234
|
+
"PoolId": null,
|
|
235
|
+
"PersonId": 442,
|
|
236
|
+
"Seed": 9,
|
|
237
|
+
"PoolPosition": 9,
|
|
238
|
+
"DEPosition": null,
|
|
239
|
+
"Status": "Absent",
|
|
240
|
+
"Person": {
|
|
241
|
+
"PersonId": 442,
|
|
242
|
+
"DisplayName": "Anthony Deperro",
|
|
243
|
+
"ShowData": true,
|
|
244
|
+
"Images": [],
|
|
229
245
|
"Club": {
|
|
230
|
-
"ClubId":
|
|
231
|
-
"Name": "
|
|
232
|
-
"ShortName": "
|
|
233
|
-
"Color1": "
|
|
234
|
-
"Color2": "
|
|
246
|
+
"ClubId": 13,
|
|
247
|
+
"Name": "Two Ravens Fencing School",
|
|
248
|
+
"ShortName": "TRFS",
|
|
249
|
+
"Color1": "red",
|
|
250
|
+
"Color2": "blue"
|
|
235
251
|
},
|
|
236
252
|
"HEMARatings": [],
|
|
237
253
|
"M2Ratings": []
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<template>
|
|
2
|
-
<div class="flex flex-col md:flex-row md:bg-poolSetup py-1 md:px-4 md:rounded-xl justify-between
|
|
2
|
+
<div class="flex flex-col md:flex-row md:bg-poolSetup py-1 px-2 md:px-4 md:rounded-xl justify-between md:shadow md:border border-dropdownSelect">
|
|
3
3
|
<section class="flex flex-col pt-2">
|
|
4
4
|
<BaseText :text="event.EventName" size="" color="quaternary" weight="bold" class="text-sm md:text-lg" />
|
|
5
5
|
<BaseText :text="event.RuleSummary" size="" color="quinary" weight="normal" class="text-xs md:text-md" />
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
<EventStatusBox :status-count="present" status-label="PRESENT" box-color="bg-eventBoxGreen" />
|
|
15
15
|
</div>
|
|
16
16
|
</section>
|
|
17
|
-
|
|
18
17
|
</div>
|
|
19
18
|
</template>
|
|
20
19
|
|
|
@@ -2,7 +2,6 @@
|
|
|
2
2
|
<section>
|
|
3
3
|
<EditEventsTopMenu :currentTab="'Checkin'" :tabs="tabs" @tabMenuClick="handleTabMenuClick"/>
|
|
4
4
|
<AttendanceSummary :event="event" :absent="absent" :present="present"/>
|
|
5
|
-
|
|
6
5
|
<div class="w-full flex flex-row justify-center mt-1 md:mt-3">
|
|
7
6
|
<section class="w-full">
|
|
8
7
|
<div class="w-full flex flex-col justify-center items-center" style="text-align: center">
|
|
@@ -55,9 +55,9 @@ export default {
|
|
|
55
55
|
emptyDesertIcon,
|
|
56
56
|
currentTab: 'Events',
|
|
57
57
|
tabs: [
|
|
58
|
-
{id: 'Basic', label: 'Basic', color: 'primaryHighlight'},
|
|
59
|
-
{id: 'Details', label: 'Details', color: 'primaryHighlight'},
|
|
60
|
-
{id: 'Events', label: 'Events', color: 'primaryHighlight'},
|
|
58
|
+
{id: 'Basic', label: 'Basic', color: 'primaryHighlight', icon: 'fa-edit'},
|
|
59
|
+
{id: 'Details', label: 'Details', color: 'primaryHighlight', icon: 'fa-tasks'},
|
|
60
|
+
{id: 'Events', label: 'Events', color: 'primaryHighlight', icon: 'fa-swords'},
|
|
61
61
|
]
|
|
62
62
|
};
|
|
63
63
|
},
|