@dcrackel/hematournamentui 1.0.706 → 1.0.707
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/.prettierignore +7 -1
- package/.storybook/main.js +5 -12
- package/.storybook/preview-head.html +10 -3
- package/.storybook/preview.js +5 -13
- package/AGENTS.md +31 -1
- package/README.md +29 -22
- package/dist/HemaTournamentUI-lib.es.js +7189 -7467
- package/dist/HemaTournamentUI-lib.umd.js +27 -27
- package/dist/hematournamentui-tailwind.css +0 -24
- package/dist/hematournamentui.css +1 -1
- package/eslint.config.js +49 -23
- package/package.json +6 -2
- package/postcss.config.js +3 -3
- package/prettier.config.js +16 -10
- package/src/config/boutScreenConfigurations.js +52 -50
- package/src/main.js +1 -1
- package/src/mocks/EventQuestionsMock.js +43 -55
- package/src/mocks/assignments.js +180 -181
- package/src/mocks/clubGetAllMock.js +8143 -8143
- package/src/mocks/eventMock.js +205 -205
- package/src/mocks/eventPersonGetInitalPoolAssignmentsLivePools.js +541 -542
- package/src/mocks/eventPersonGetInitalPoolAssignmentsPreparing.js +522 -523
- package/src/mocks/eventPersonGetInitialPoolAssignments.js +386 -387
- package/src/mocks/eventPersonGetInitialPoolAssignments2.js +2267 -2268
- package/src/mocks/eventPersonGetInitialStaff.js +94 -95
- package/src/mocks/eventPersonGetPoolAssignmentEvent.js +161 -162
- package/src/mocks/eventRules.js +87 -86
- package/src/mocks/eventpersonGetEventById.js +1737 -1737
- package/src/mocks/getAllClubs.js +8143 -8143
- package/src/mocks/getAllStaffByTournamentId.js +74 -75
- package/src/mocks/getAllWeapons.js +81 -82
- package/src/mocks/getAttendance.js +43 -44
- package/src/mocks/getClub.js +43 -44
- package/src/mocks/getClubDisplayByClubId.js +104 -105
- package/src/mocks/getDEBouts-128Fencers.js +3247 -3248
- package/src/mocks/getDEBouts-42Fencers.js +3736 -3737
- package/src/mocks/getDEBouts-67Fencers.js +6684 -6690
- package/src/mocks/getDEBouts-DoubleElim.js +4198 -4199
- package/src/mocks/getDEWithBouts.js +628 -629
- package/src/mocks/getDeBouts-12fencers.js +1255 -1256
- package/src/mocks/getDeBouts-15fencers.js +925 -927
- package/src/mocks/getDeBouts-22fencers.js +1683 -1685
- package/src/mocks/getDeBouts-6fencers.js +818 -818
- package/src/mocks/getEventByTournamentId.js +47 -48
- package/src/mocks/getFinalEventResult.js +304 -305
- package/src/mocks/getPenaltiesByEvent.js +655 -656
- package/src/mocks/getPoolResults.js +1533 -1534
- package/src/mocks/getPoolsWithBouts.js +662 -663
- package/src/mocks/getPoolsWithBouts6PoolId139.js +885 -886
- package/src/mocks/getPoolsWithBoutsByPoolId.js +841 -841
- package/src/mocks/getPoolsWithBoutsClubColors.js +4 -4
- package/src/mocks/getPoolsWithBoutsComplete.js +919 -921
- package/src/mocks/locationMock.js +3213 -3214
- package/src/mocks/mockRoutes.js +3 -3
- package/src/mocks/personGetAllMock.js +2536 -2537
- package/src/mocks/personsMock.js +17569 -17570
- package/src/mocks/singleEventMock.js +249 -250
- package/src/mocks/tournamentMock.js +1988 -1927
- package/src/stories/Atoms/CheckBox/BaseCheckbox.stories.js +25 -23
- package/src/stories/Atoms/CheckBox/BaseCheckbox.vue +30 -24
- package/src/stories/Atoms/Icon/BaseIcon.stories.js +63 -64
- package/src/stories/Atoms/Icon/BaseIcon.test.js +67 -69
- package/src/stories/Atoms/Icon/BaseIcon.vue +2 -3
- package/src/stories/Atoms/Input/BaseInput.stories.js +18 -18
- package/src/stories/Atoms/Input/BaseInput.test.js +65 -67
- package/src/stories/Atoms/Input/BaseInput.vue +36 -31
- package/src/stories/Atoms/RadioGroup/BaseRadioGroup.stories.js +21 -21
- package/src/stories/Atoms/RadioGroup/BaseRadioGroup.test.js +31 -31
- package/src/stories/Atoms/RadioGroup/BaseRadioGroup.vue +23 -18
- package/src/stories/Atoms/Tag/BaseTag.stories.js +21 -21
- package/src/stories/Atoms/Tag/BaseTag.test.js +26 -30
- package/src/stories/Atoms/Tag/BaseTag.vue +18 -19
- package/src/stories/Atoms/Text/BaseText.stories.js +54 -62
- package/src/stories/Atoms/Text/BaseText.test.js +152 -154
- package/src/stories/Atoms/Text/BaseText.vue +103 -81
- package/src/stories/Configure.mdx +5 -3
- package/src/stories/Molecules/Boxes/BoutBoxes/HandshotCounterBox/HandshotCounterBox.stories.js +24 -24
- package/src/stories/Molecules/Boxes/BoutBoxes/HandshotCounterBox/HandshotCounterBox.vue +33 -15
- package/src/stories/Molecules/Boxes/BoutBoxes/PassesBox/PassesBox.stories.js +46 -48
- package/src/stories/Molecules/Boxes/BoutBoxes/PassesBox/PassesBox.vue +38 -25
- package/src/stories/Molecules/Boxes/BoutBoxes/PenaltyConfirmationBox/PenaltyConfirmationBox.stories.js +4 -4
- package/src/stories/Molecules/Boxes/BoutBoxes/PenaltyConfirmationBox/PenaltyConfirmationBox.vue +9 -4
- package/src/stories/Molecules/Boxes/BoutBoxes/ScoreBox/ScoreBox.stories.js +90 -90
- package/src/stories/Molecules/Boxes/BoutBoxes/ScoreBox/ScoreBox.vue +51 -32
- package/src/stories/Molecules/Boxes/BoutBoxes/TimerBox/TimerBox.stories.js +25 -25
- package/src/stories/Molecules/Boxes/BoutBoxes/TimerBox/TimerBox.vue +47 -12
- package/src/stories/Molecules/Boxes/CounterBox/CounterBox.stories.js +19 -19
- package/src/stories/Molecules/Boxes/CounterBox/CounterBox.vue +25 -19
- package/src/stories/Molecules/Boxes/EventStatusBox/EventStatusBox.stories.js +25 -28
- package/src/stories/Molecules/Boxes/EventStatusBox/EventStatusBox.vue +7 -7
- package/src/stories/Molecules/Breadcrumb/Admin/Breadcrumb.stories.js +28 -29
- package/src/stories/Molecules/Breadcrumb/Admin/Breadcrumb.test.js +58 -58
- package/src/stories/Molecules/Breadcrumb/Admin/Breadcrumb.vue +15 -15
- package/src/stories/Molecules/Buttons/BaseButton/BaseButton.stories.js +86 -86
- package/src/stories/Molecules/Buttons/BaseButton/BaseButton.test.js +101 -103
- package/src/stories/Molecules/Buttons/BaseButton/BaseButton.vue +87 -24
- package/src/stories/Molecules/Buttons/ButtonBar/ButtonBar.stories.js +31 -31
- package/src/stories/Molecules/Buttons/ButtonBar/ButtonBar.vue +19 -21
- package/src/stories/Molecules/CombinationInputs/TitledInput/TitledInput.stories.js +57 -57
- package/src/stories/Molecules/CombinationInputs/TitledInput/TitledInput.test.js +64 -64
- package/src/stories/Molecules/CombinationInputs/TitledInput/TitledInput.vue +17 -16
- package/src/stories/Molecules/Filters/FilterAndSortBar/FilterAndSortBar.stories.js +19 -19
- package/src/stories/Molecules/Filters/FilterAndSortBar/FilterAndSortBar.vue +18 -7
- package/src/stories/Molecules/Filters/FilterUpcomingPast/FilterUpcomingPast.stories.js +16 -18
- package/src/stories/Molecules/Filters/FilterUpcomingPast/FilterUpcomingPast.vue +31 -13
- package/src/stories/Molecules/Indicators/ServerConnected/ServerConnected.stories.js +27 -27
- package/src/stories/Molecules/Indicators/ServerConnected/ServerConnected.vue +6 -5
- package/src/stories/Molecules/Inputs/MultiSelect/MultiSelect.stories.js +35 -35
- package/src/stories/Molecules/Inputs/MultiSelect/MultiSelect.vue +13 -8
- package/src/stories/Molecules/Inputs/Toggle/Toggle.stories.js +27 -27
- package/src/stories/Molecules/Inputs/Toggle/Toggle.vue +8 -5
- package/src/stories/Molecules/Menus/TabBar/TabBar.stories.js +18 -18
- package/src/stories/Molecules/Menus/TabBar/TabBar.vue +1 -2
- package/src/stories/Molecules/Modals/AddDisplayModal/AddDisplay.stories.js +36 -27
- package/src/stories/Molecules/Modals/AddDisplayModal/AddDisplayModal.vue +25 -15
- package/src/stories/Molecules/Modals/BaseModal/BaseModal.stories.js +66 -65
- package/src/stories/Molecules/Modals/BaseModal/BaseModal.vue +47 -9
- package/src/stories/Molecules/Modals/ConfirmModal/ConfirmModal.stories.js +23 -23
- package/src/stories/Molecules/Modals/ConfirmModal/ConfirmModal.vue +59 -11
- package/src/stories/Molecules/Modals/DirectorModal/DirectorModal.stories.js +37 -37
- package/src/stories/Molecules/Modals/DirectorModal/DirectorModal.vue +27 -22
- package/src/stories/Molecules/Modals/EditBoutModal/EditBoutModal.stories.js +41 -41
- package/src/stories/Molecules/Modals/EditBoutModal/EditBoutModal.vue +27 -15
- package/src/stories/Molecules/Modals/EventWizardModal/EventWizardModal.stories.js +29 -30
- package/src/stories/Molecules/Modals/EventWizardModal/EventWizardModal.vue +18 -16
- package/src/stories/Molecules/Modals/LoadingModal/LoadingModal.stories.js +21 -21
- package/src/stories/Molecules/Modals/LoadingModal/LoadingModal.vue +7 -7
- package/src/stories/Molecules/Modals/PenaltyModal/PenaltyModal.stories.js +24 -24
- package/src/stories/Molecules/Modals/PenaltyModal/PenaltyModal.vue +30 -25
- package/src/stories/Molecules/Reorder/ReorderableShell.stories.js +81 -77
- package/src/stories/Molecules/Reorder/ReorderableShell.vue +46 -43
- package/src/stories/Molecules/StepIndicator/BaseStepIndicator/StepIndicator.stories.js +40 -40
- package/src/stories/Molecules/StepIndicator/BaseStepIndicator/StepIndicator.vue +23 -25
- package/src/stories/Organisms/Cards/BoutCard/BoutCard.stories.js +34 -29
- package/src/stories/Organisms/Cards/BoutCard/BoutCard.vue +69 -66
- package/src/stories/Organisms/Cards/BoutCard/Variants/BoutCardActive/BoutCardActive.stories.js +24 -22
- package/src/stories/Organisms/Cards/BoutCard/Variants/BoutCardActive/BoutCardActive.vue +53 -41
- package/src/stories/Organisms/Cards/BoutCard/Variants/BoutCardInactive/BoutCardInactive.stories.js +24 -37
- package/src/stories/Organisms/Cards/BoutCard/Variants/BoutCardInactive/BoutCardInactive.vue +88 -103
- package/src/stories/Organisms/Cards/BoutCard/Variants/BoutCardReorder/BoutCardReorder.vue +13 -14
- package/src/stories/Organisms/Cards/BoutCard/Variants/BoutCardWaiting/BoutCardWaiting.stories.js +5 -5
- package/src/stories/Organisms/Cards/BoutCard/Variants/BoutCardWaiting/BoutCardWaiting.vue +22 -21
- package/src/stories/Organisms/Cards/ClubCard/ClubCard.stories.js +14 -17
- package/src/stories/Organisms/Cards/ClubCard/ClubCard.vue +25 -18
- package/src/stories/Organisms/Cards/Director/DirectorCard.stories.js +23 -23
- package/src/stories/Organisms/Cards/Director/DirectorCard.vue +159 -103
- package/src/stories/Organisms/Cards/EditBout/EditBout.stories.js +47 -47
- package/src/stories/Organisms/Cards/EditBout/EditBout.test.js +51 -0
- package/src/stories/Organisms/Cards/EditBout/EditBout.vue +82 -54
- package/src/stories/Organisms/Cards/EventCard/EventCard.stories.js +9 -10
- package/src/stories/Organisms/Cards/EventCard/EventCard.vue +83 -63
- package/src/stories/Organisms/Cards/FencerCard/FencerCard.stories.js +105 -105
- package/src/stories/Organisms/Cards/FencerCard/FencerCard.vue +142 -58
- package/src/stories/Organisms/Cards/FencerFinalResultCard/FencerFinalResultCard.stories.js +14 -14
- package/src/stories/Organisms/Cards/FencerFinalResultCard/FencerFinalResultCard.vue +37 -26
- package/src/stories/Organisms/Cards/FencerPoolResultsCard/FencerPoolResults.stories.js +24 -24
- package/src/stories/Organisms/Cards/FencerPoolResultsCard/FencerPoolResultsCard.vue +95 -28
- package/src/stories/Organisms/Cards/ImportFencerCard/ImportFencerCard.stories.js +59 -60
- package/src/stories/Organisms/Cards/ImportFencerCard/ImportFencerCard.vue +13 -7
- package/src/stories/Organisms/Cards/KioskCard/KioskCard.stories.js +34 -34
- package/src/stories/Organisms/Cards/KioskCard/KioskCard.vue +149 -104
- package/src/stories/Organisms/Cards/PenaltyCard/PenaltyCard.stories.js +19 -20
- package/src/stories/Organisms/Cards/PenaltyCard/PenaltyCard.vue +207 -163
- package/src/stories/Organisms/Cards/PenaltyFencerCard/PenaltyFencerCard.stories.js +17 -17
- package/src/stories/Organisms/Cards/PenaltyFencerCard/PenaltyFencerCard.vue +88 -46
- package/src/stories/Organisms/Cards/PoolBoutMatchCard/PoolBoutMatchCard.stories.js +182 -182
- package/src/stories/Organisms/Cards/PoolBoutMatchCard/PoolBoutMatchCard.vue +21 -12
- package/src/stories/Organisms/Cards/PoolFencerCard/PoolFencerCard.stories.js +25 -28
- package/src/stories/Organisms/Cards/PoolFencerCard/PoolFencerCard.vue +28 -22
- package/src/stories/Organisms/Cards/StaffCard/StaffCard.stories.js +62 -62
- package/src/stories/Organisms/Cards/StaffCard/StaffCard.vue +27 -22
- package/src/stories/Organisms/Cards/TableauBoutCard/SpacingConfig.js +103 -103
- package/src/stories/Organisms/Cards/TableauBoutCard/TableauBoutCard.stories.js +73 -73
- package/src/stories/Organisms/Cards/TableauBoutCard/TableauBoutCard.test.js +44 -0
- package/src/stories/Organisms/Cards/TableauBoutCard/TableauBoutCard.vue +69 -56
- package/src/stories/Organisms/Cards/TableauFencerCard/TableauFencerCard.stories.js +80 -81
- package/src/stories/Organisms/Cards/TableauFencerCard/TableauFencerCard.vue +39 -22
- package/src/stories/Organisms/Cards/TournamentAdminCard/TournamentAdmin.stories.js +20 -20
- package/src/stories/Organisms/Cards/TournamentAdminCard/TournamentAdminCard.vue +62 -33
- package/src/stories/Organisms/Cards/WaitlistFencerCard/WaitlistFencerCard.vue +44 -30
- package/src/stories/Organisms/ComplexInputs/AddressAutocomplete/AddressAutocomplete.stories.js +6 -7
- package/src/stories/Organisms/ComplexInputs/AddressAutocomplete/AddressAutocomplete.vue +7 -8
- package/src/stories/Organisms/ComplexInputs/ClubColorPicker/ClubColorPicker.stories.js +31 -31
- package/src/stories/Organisms/ComplexInputs/ClubColorPicker/ClubColorPicker.vue +30 -35
- package/src/stories/Organisms/ComplexInputs/DatePicker/DatePicker.stories.js +13 -16
- package/src/stories/Organisms/ComplexInputs/DatePicker/DatePicker.vue +68 -70
- package/src/stories/Organisms/ComplexInputs/DropDown/DropDownMenu.stories.js +32 -34
- package/src/stories/Organisms/ComplexInputs/DropDown/DropDownMenu.vue +48 -25
- package/src/stories/Organisms/ComplexInputs/FindLocation/FindLocation.stories.js +21 -21
- package/src/stories/Organisms/ComplexInputs/FindLocation/FindLocation.vue +65 -38
- package/src/stories/Organisms/ComplexInputs/FindOrAddPerson/FindOrAddPerson.stories.js +19 -20
- package/src/stories/Organisms/ComplexInputs/FindOrAddPerson/FindOrAddPerson.vue +46 -21
- package/src/stories/Organisms/ComplexInputs/FindPerson/FindPerson.stories.js +22 -22
- package/src/stories/Organisms/ComplexInputs/FindPerson/FindPerson.vue +68 -23
- package/src/stories/Organisms/ComplexInputs/ImageCropper/ImageCropper.stories.js +13 -13
- package/src/stories/Organisms/ComplexInputs/ImageCropper/ImageCropper.vue +25 -24
- package/src/stories/Organisms/ComplexInputs/TextBoxEditor/TextBoxEditor.stories.js +6 -10
- package/src/stories/Organisms/ComplexInputs/TextBoxEditor/TextBoxEditor.vue +112 -48
- package/src/stories/Organisms/Containers/BoutsSection/BoutsSection.stories.js +43 -44
- package/src/stories/Organisms/Containers/BoutsSection/BoutsSection.vue +30 -23
- package/src/stories/Organisms/Containers/FinalResults/FinalResultsTable.stories.js +20 -20
- package/src/stories/Organisms/Containers/FinalResults/FinalResultsTable.vue +12 -12
- package/src/stories/Organisms/Containers/KioskContainer/KioskContainer.stories.js +24 -25
- package/src/stories/Organisms/Containers/KioskContainer/KioskContainer.vue +112 -87
- package/src/stories/Organisms/Containers/Pool/Pool.stories.js +54 -54
- package/src/stories/Organisms/Containers/Pool/Pool.vue +64 -41
- package/src/stories/Organisms/Containers/PoolGrid/PoolGrid.stories.js +17 -19
- package/src/stories/Organisms/Containers/PoolGrid/PoolGrid.vue +189 -135
- package/src/stories/Organisms/Containers/PoolResults/PoolResultsTable.stories.js +53 -54
- package/src/stories/Organisms/Containers/PoolResults/PoolResultsTable.vue +107 -73
- package/src/stories/Organisms/Containers/Tableau/Tableau.stories.js +23 -24
- package/src/stories/Organisms/Containers/Tableau/Tableau.test.js +49 -10
- package/src/stories/Organisms/Containers/Tableau/Tableau.vue +96 -173
- package/src/stories/Organisms/Containers/TableauColumn/TabeauColumn.stories.js +26 -27
- package/src/stories/Organisms/Containers/TableauColumn/TableauColumn.vue +20 -17
- package/src/stories/Organisms/Containers/TableauLines/SpacingConfig.js +153 -103
- package/src/stories/Organisms/Containers/TableauLines/TableauLines.stories.js +13 -15
- package/src/stories/Organisms/Containers/TableauLines/TableauLines.vue +7 -8
- package/src/stories/Organisms/Form/AddDisplay/AddDisplay.stories.js +26 -26
- package/src/stories/Organisms/Form/AddDisplay/AddDisplay.vue +130 -118
- package/src/stories/Organisms/Form/AddNewPerson/AddNewPerson.stories.js +14 -15
- package/src/stories/Organisms/Form/AddNewPerson/AddNewPerson.vue +94 -88
- package/src/stories/Organisms/Grids/GridContainer.stories.js +101 -101
- package/src/stories/Organisms/Grids/GridContainer.vue +160 -136
- package/src/stories/Organisms/Headers/AttendanceSummary/AttendanceSummary.stories.js +47 -47
- package/src/stories/Organisms/Headers/AttendanceSummary/AttendanceSummary.vue +65 -54
- package/src/stories/Organisms/Headers/EventFinalResultsHeader/EventFinalResultsHeader.stories.js +27 -27
- package/src/stories/Organisms/Headers/EventFinalResultsHeader/EventFinalResultsHeader.vue +38 -22
- package/src/stories/Organisms/Headers/PenaltySummary/PenaltySummary.stories.js +80 -80
- package/src/stories/Organisms/Headers/PenaltySummary/PenaltySummary.vue +14 -6
- package/src/stories/Organisms/Headers/PoolResultsHeader/PoolResultsHeader.stories.js +34 -34
- package/src/stories/Organisms/Headers/PoolResultsHeader/PoolResultsHeader.vue +36 -36
- package/src/stories/Organisms/Headers/PoolSummary/PoolSummary.stories.js +21 -21
- package/src/stories/Organisms/Headers/PoolSummary/PoolSummary.vue +56 -29
- package/src/stories/Organisms/Headers/ToggleHeader/ToggleHeader.stories.js +38 -38
- package/src/stories/Organisms/Headers/ToggleHeader/ToggleHeader.vue +19 -20
- package/src/stories/Organisms/RankCalculator/ByLetter/RankCalculator.stories.js +12 -13
- package/src/stories/Organisms/RankCalculator/ByLetter/RankCalculator.vue +47 -41
- package/src/stories/Organisms/RankCalculator/ByPoints/RankCalculatorByPoints.stories.js +12 -13
- package/src/stories/Organisms/RankCalculator/ByPoints/RankCalculatorByPoints.vue +66 -37
- package/src/stories/Organisms/Skeletons/ClubManagement/ClubManagement.stories.js +6 -10
- package/src/stories/Organisms/Skeletons/ClubManagement/ClubMangementSkeleton.vue +2 -2
- package/src/stories/Organisms/Skeletons/EventCard/EventCardSkeleton.stories.js +6 -10
- package/src/stories/Organisms/Skeletons/EventCard/EventCardSkeleton.vue +2 -3
- package/src/stories/Organisms/Skeletons/FencerCard/FencerCardSkeleton.stories.js +6 -10
- package/src/stories/Organisms/Skeletons/FencerCard/FencerCardSkeleton.vue +1 -1
- package/src/stories/Organisms/Skeletons/PersonManagement/PersonManagementSkeleton.stories.js +6 -9
- package/src/stories/Organisms/Skeletons/PersonManagement/PersonManagementSkeleton.vue +2 -2
- package/src/stories/Organisms/Skeletons/PoolSkeleton/PoolSkeleton.stories.js +6 -10
- package/src/stories/Organisms/Skeletons/PoolSkeleton/PoolSkeleton.vue +10 -4
- package/src/stories/Organisms/Skeletons/TournamentCard/TournamentCardSkeleton.stories.js +6 -10
- package/src/stories/Organisms/Skeletons/TournamentCard/TournamentCardSkeleton.vue +2 -2
- package/src/stories/Organisms/Wizards/EditEventWizard/BasicEventInfo/BasicEventInfo.stories.js +34 -34
- package/src/stories/Organisms/Wizards/EditEventWizard/BasicEventInfo/BasicEventInfo.vue +106 -56
- package/src/stories/Organisms/Wizards/EditEventWizard/DirectElimination/DirectElimination.stories.js +95 -95
- package/src/stories/Organisms/Wizards/EditEventWizard/DirectElimination/DirectElimination.vue +129 -69
- package/src/stories/Organisms/Wizards/EditEventWizard/DirectEliminationPromotion/DirectEliminationPromotion.stories.js +87 -88
- package/src/stories/Organisms/Wizards/EditEventWizard/DirectEliminationPromotion/DirectEliminationPromotion.vue +105 -60
- package/src/stories/Organisms/Wizards/EditEventWizard/EditEventWizard.stories.js +82 -82
- package/src/stories/Organisms/Wizards/EditEventWizard/EditEventWizard.vue +150 -177
- package/src/stories/Organisms/Wizards/EditEventWizard/EventCustomization/EventCustomization.stories.js +28 -28
- package/src/stories/Organisms/Wizards/EditEventWizard/EventCustomization/EventCustomization.vue +96 -36
- package/src/stories/Organisms/Wizards/EditEventWizard/PoolConfiguration/PoolConfiguration.stories.js +99 -99
- package/src/stories/Organisms/Wizards/EditEventWizard/PoolConfiguration/PoolConfiguration.vue +115 -67
- package/src/stories/Templates/Assignment/Assignment.stories.js +22 -23
- package/src/stories/Templates/Assignment/Assignment.vue +210 -161
- package/src/stories/Templates/ClubManagement/ClubBasic/ClubBasic.stories.js +90 -90
- package/src/stories/Templates/ClubManagement/ClubBasic/ClubBasic.vue +68 -55
- package/src/stories/Templates/ClubManagement/ClubManagement.stories.js +87 -87
- package/src/stories/Templates/ClubManagement/ClubManagement.vue +167 -147
- package/src/stories/Templates/EventManagement/Bracket/Bracket.stories.js +82 -103
- package/src/stories/Templates/EventManagement/Bracket/Bracket.test.js +88 -43
- package/src/stories/Templates/EventManagement/Bracket/Bracket.vue +167 -200
- package/src/stories/Templates/EventManagement/EditEventInfo/EditEventInfo.stories.js +49 -50
- package/src/stories/Templates/EventManagement/EditEventInfo/EditEventInfo.vue +21 -21
- package/src/stories/Templates/EventManagement/EventAttendance/EventAttendance.stories.js +105 -103
- package/src/stories/Templates/EventManagement/EventAttendance/EventAttendance.vue +289 -226
- package/src/stories/Templates/EventManagement/EventFinalResults/EventFinalResults.stories.js +30 -30
- package/src/stories/Templates/EventManagement/EventFinalResults/EventFinalResults.vue +27 -22
- package/src/stories/Templates/EventManagement/KioskDisplay/KioskDisplay.stories.js +44 -45
- package/src/stories/Templates/EventManagement/KioskDisplay/KioskDisplay.vue +52 -43
- package/src/stories/Templates/EventManagement/Penalties/PenaltyReport.stories.js +28 -29
- package/src/stories/Templates/EventManagement/Penalties/PenaltyReport.vue +54 -39
- package/src/stories/Templates/EventManagement/PoolLive/PoolLive.stories.js +80 -111
- package/src/stories/Templates/EventManagement/PoolLive/PoolLive.test.js +121 -0
- package/src/stories/Templates/EventManagement/PoolLive/PoolLive.vue +290 -255
- package/src/stories/Templates/EventManagement/PoolManagement/PoolManagement.stories.js +109 -107
- package/src/stories/Templates/EventManagement/PoolManagement/PoolManagement.vue +144 -87
- package/src/stories/Templates/EventManagement/PoolResults/PoolResults.stories.js +56 -57
- package/src/stories/Templates/EventManagement/PoolResults/PoolResults.vue +132 -123
- package/src/stories/Templates/EventManagement/StaffList/StaffList.stories.js +56 -57
- package/src/stories/Templates/EventManagement/StaffList/StaffList.vue +84 -47
- package/src/stories/Templates/Menus/Admin/AdminLeftMenu.stories.js +29 -29
- package/src/stories/Templates/Menus/Admin/AdminLeftMenu.vue +71 -67
- package/src/stories/Templates/Menus/EditEventsTopMenu/EditEventsTopMenu.stories.js +39 -40
- package/src/stories/Templates/Menus/EditEventsTopMenu/EditEventsTopMenu.vue +79 -71
- package/src/stories/Templates/PersonManagement/Admin/Administration/Administration.stories.js +47 -47
- package/src/stories/Templates/PersonManagement/Admin/Administration/Administration.vue +39 -42
- package/src/stories/Templates/PersonManagement/Admin/FencerAdmin/FencerAdmin.stories.js +54 -54
- package/src/stories/Templates/PersonManagement/Admin/FencerAdmin/FencerAdmin.vue +27 -31
- package/src/stories/Templates/PersonManagement/Admin/MergeAccounts/MergeAccounts.stories.js +69 -69
- package/src/stories/Templates/PersonManagement/Admin/MergeAccounts/MergeAccounts.vue +78 -89
- package/src/stories/Templates/PersonManagement/Attendance/Attendance.stories.js +22 -22
- package/src/stories/Templates/PersonManagement/Attendance/Attendance.vue +61 -33
- package/src/stories/Templates/PersonManagement/Basic/BasicEdit.stories.js +29 -29
- package/src/stories/Templates/PersonManagement/Basic/BasicEdit.vue +80 -53
- package/src/stories/Templates/PersonManagement/PersonManagement.stories.js +84 -86
- package/src/stories/Templates/PersonManagement/PersonManagement.vue +107 -82
- package/src/stories/Templates/TournamentManagement/ListEvents/ListEvents.stories.js +31 -31
- package/src/stories/Templates/TournamentManagement/ListEvents/ListEvents.vue +70 -51
- package/src/stories/Templates/TournamentManagement/TournamentManagement.stories.js +79 -79
- package/src/stories/Templates/TournamentManagement/TournamentManagement.vue +275 -230
- package/src/stories/Templates/TournamentManagement/TournamentPageOne/TournamentPageOne.stories.js +113 -113
- package/src/stories/Templates/TournamentManagement/TournamentPageOne/TournamentPageOne.vue +175 -146
- package/src/stories/Templates/TournamentManagement/TournamentPageTwo/TournamentPageTwo.stories.js +77 -77
- package/src/stories/Templates/TournamentManagement/TournamentPageTwo/TournamentPageTwo.vue +208 -185
- package/src/stories/Util/Validations/AddNewPersonModalValidation.js +23 -19
- package/src/stories/Util/Validations/ClubManagementValidations.js +17 -21
- package/src/stories/Util/Validations/PersonManagementValidations.js +26 -22
- package/src/stories/Util/Validations/TournamentFieldsValidations.js +20 -18
- package/src/stories/Util/seeding.js +131 -131
- package/src/stories/Util/tabs.js +75 -75
- package/tailwind/tailwind.css +5 -7
- package/tailwind.config.js +12 -15
- package/vite.config.js +3 -3
- package/src/mocks/getDirectors.js +0 -18
- package/src/stories/Molecules/Modals/AssignDirectorModal/AssignDirectorModal.stories.js +0 -45
- package/src/stories/Molecules/Modals/AssignDirectorModal/AssignDirectorModal.vue +0 -111
- package/src/stories/Organisms/Cards/DirectorAssignmentCard/DirectorAssignmentCard.stories.js +0 -45
- package/src/stories/Organisms/Cards/DirectorAssignmentCard/DirectorAssignmentCard.vue +0 -83
|
@@ -1,918 +1,917 @@
|
|
|
1
|
-
const getPoolsWithBouts6PoolId139 =
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
"pools": [
|
|
1
|
+
const getPoolsWithBouts6PoolId139 = {
|
|
2
|
+
message: 'Pools retrieved',
|
|
3
|
+
pools: [
|
|
5
4
|
{
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
},
|
|
49
|
-
"EventPersons": [
|
|
50
|
-
{
|
|
51
|
-
"DEPosition": null
|
|
52
|
-
}
|
|
53
|
-
]
|
|
54
|
-
},
|
|
55
|
-
"Person2": {
|
|
56
|
-
"PersonId": 10,
|
|
57
|
-
"DisplayName": "Melissa Jones",
|
|
58
|
-
"ClubId": 4,
|
|
59
|
-
"Images": [
|
|
60
|
-
{
|
|
61
|
-
"ImageId": 21,
|
|
62
|
-
"URL": "https://randomuser.me/api/portraits/women/9.jpg"
|
|
63
|
-
}
|
|
64
|
-
],
|
|
65
|
-
"Club": {
|
|
66
|
-
"Name": "Guardians of the Guard"
|
|
67
|
-
},
|
|
68
|
-
"EventPersons": [
|
|
69
|
-
{
|
|
70
|
-
"DEPosition": null
|
|
71
|
-
}
|
|
72
|
-
]
|
|
73
|
-
}
|
|
5
|
+
PoolId: 139,
|
|
6
|
+
Name: 'Pool 1',
|
|
7
|
+
RingName: 'Ring 1',
|
|
8
|
+
Flight: 1,
|
|
9
|
+
PoolType: 'pool',
|
|
10
|
+
EventId: 6,
|
|
11
|
+
Status: 'live',
|
|
12
|
+
Updated: '2024-07-16T15:46:30.000Z',
|
|
13
|
+
Bouts: [
|
|
14
|
+
{
|
|
15
|
+
TimerStatus: 'stopped',
|
|
16
|
+
BoutId: 1944,
|
|
17
|
+
PoolId: 139,
|
|
18
|
+
EventId: 6,
|
|
19
|
+
Person1Id: 1,
|
|
20
|
+
Person2Id: 10,
|
|
21
|
+
Status: 'Scheduled',
|
|
22
|
+
Score1: 0,
|
|
23
|
+
Score2: 0,
|
|
24
|
+
Started: '2024-07-16T15:50:26.000Z',
|
|
25
|
+
Ended: null,
|
|
26
|
+
TimeLeft: 90,
|
|
27
|
+
RoundLabel: null,
|
|
28
|
+
DEBoutId: null,
|
|
29
|
+
DENextBoutId: null,
|
|
30
|
+
RefereeId: null,
|
|
31
|
+
createdAt: '2024-07-16T15:49:16.000Z',
|
|
32
|
+
updatedAt: '2024-07-16T16:07:35.000Z',
|
|
33
|
+
Person1: {
|
|
34
|
+
PersonId: 1,
|
|
35
|
+
DisplayName: 'Dave Smith',
|
|
36
|
+
ClubId: 4,
|
|
37
|
+
Images: [
|
|
38
|
+
{
|
|
39
|
+
ImageId: 7,
|
|
40
|
+
URL: 'https://randomuser.me/api/portraits/men/22.jpg'
|
|
41
|
+
}
|
|
42
|
+
],
|
|
43
|
+
Club: {
|
|
44
|
+
Name: 'Guardians of the Guard',
|
|
45
|
+
Color1: 'purple',
|
|
46
|
+
Color2: 'orange'
|
|
74
47
|
},
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
93
|
-
"updatedAt": "2024-07-16T15:49:16.000Z",
|
|
94
|
-
"Person1": {
|
|
95
|
-
"PersonId": 22,
|
|
96
|
-
"DisplayName": "Bob Smith",
|
|
97
|
-
"ClubId": 6,
|
|
98
|
-
"Images": [
|
|
99
|
-
{
|
|
100
|
-
"ImageId": 12,
|
|
101
|
-
"URL": "https://randomuser.me/api/portraits/men/81.jpg"
|
|
102
|
-
}
|
|
103
|
-
],
|
|
104
|
-
"Club": {
|
|
105
|
-
"Name": "SwordPlay Society",
|
|
106
|
-
"Color1": "red",
|
|
107
|
-
"Color2": "blue"
|
|
108
|
-
},
|
|
109
|
-
"EventPersons": [
|
|
110
|
-
{
|
|
111
|
-
"DEPosition": null
|
|
112
|
-
}
|
|
113
|
-
]
|
|
114
|
-
},
|
|
115
|
-
"Person2": {
|
|
116
|
-
"PersonId": 8,
|
|
117
|
-
"DisplayName": "Julie Riddle",
|
|
118
|
-
"ClubId": 2,
|
|
119
|
-
"Images": [
|
|
120
|
-
{
|
|
121
|
-
"ImageId": 23,
|
|
122
|
-
"URL": "https://randomuser.me/api/portraits/women/41.jpg"
|
|
123
|
-
}
|
|
124
|
-
],
|
|
125
|
-
"Club": {
|
|
126
|
-
"Name": "Historical Fencing Of Anywhere"
|
|
127
|
-
},
|
|
128
|
-
"EventPersons": [
|
|
129
|
-
{
|
|
130
|
-
"DEPosition": null
|
|
131
|
-
}
|
|
132
|
-
]
|
|
133
|
-
}
|
|
48
|
+
EventPersons: [
|
|
49
|
+
{
|
|
50
|
+
DEPosition: null
|
|
51
|
+
}
|
|
52
|
+
]
|
|
53
|
+
},
|
|
54
|
+
Person2: {
|
|
55
|
+
PersonId: 10,
|
|
56
|
+
DisplayName: 'Melissa Jones',
|
|
57
|
+
ClubId: 4,
|
|
58
|
+
Images: [
|
|
59
|
+
{
|
|
60
|
+
ImageId: 21,
|
|
61
|
+
URL: 'https://randomuser.me/api/portraits/women/9.jpg'
|
|
62
|
+
}
|
|
63
|
+
],
|
|
64
|
+
Club: {
|
|
65
|
+
Name: 'Guardians of the Guard'
|
|
134
66
|
},
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
175
|
-
"Club": {
|
|
176
|
-
"Name": "Acme Fencing Club"
|
|
177
|
-
},
|
|
178
|
-
"EventPersons": [
|
|
179
|
-
{
|
|
180
|
-
"DEPosition": null
|
|
181
|
-
}
|
|
182
|
-
]
|
|
183
|
-
}
|
|
67
|
+
EventPersons: [
|
|
68
|
+
{
|
|
69
|
+
DEPosition: null
|
|
70
|
+
}
|
|
71
|
+
]
|
|
72
|
+
}
|
|
73
|
+
},
|
|
74
|
+
{
|
|
75
|
+
TimerStatus: 'stopped',
|
|
76
|
+
BoutId: 1945,
|
|
77
|
+
PoolId: 139,
|
|
78
|
+
EventId: 6,
|
|
79
|
+
Person1Id: 22,
|
|
80
|
+
Person2Id: 8,
|
|
81
|
+
Status: 'Scheduled',
|
|
82
|
+
Score1: 0,
|
|
83
|
+
Score2: 0,
|
|
84
|
+
Started: null,
|
|
85
|
+
Ended: null,
|
|
86
|
+
TimeLeft: 0,
|
|
87
|
+
RoundLabel: null,
|
|
88
|
+
DEBoutId: null,
|
|
89
|
+
DENextBoutId: null,
|
|
90
|
+
RefereeId: null,
|
|
91
|
+
createdAt: '2024-07-16T15:49:16.000Z',
|
|
92
|
+
updatedAt: '2024-07-16T15:49:16.000Z',
|
|
93
|
+
Person1: {
|
|
94
|
+
PersonId: 22,
|
|
95
|
+
DisplayName: 'Bob Smith',
|
|
96
|
+
ClubId: 6,
|
|
97
|
+
Images: [
|
|
98
|
+
{
|
|
99
|
+
ImageId: 12,
|
|
100
|
+
URL: 'https://randomuser.me/api/portraits/men/81.jpg'
|
|
101
|
+
}
|
|
102
|
+
],
|
|
103
|
+
Club: {
|
|
104
|
+
Name: 'SwordPlay Society',
|
|
105
|
+
Color1: 'red',
|
|
106
|
+
Color2: 'blue'
|
|
184
107
|
},
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
|
|
188
|
-
|
|
189
|
-
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
|
|
193
|
-
|
|
194
|
-
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
"updatedAt": "2024-07-16T15:49:16.000Z",
|
|
204
|
-
"Person1": {
|
|
205
|
-
"PersonId": 8,
|
|
206
|
-
"DisplayName": "Julie Riddle",
|
|
207
|
-
"ClubId": 2,
|
|
208
|
-
"Images": [
|
|
209
|
-
{
|
|
210
|
-
"ImageId": 23,
|
|
211
|
-
"URL": "https://randomuser.me/api/portraits/women/41.jpg"
|
|
212
|
-
}
|
|
213
|
-
],
|
|
214
|
-
"Club": {
|
|
215
|
-
"Name": "Historical Fencing Of Anywhere",
|
|
216
|
-
"Color1": "red",
|
|
217
|
-
"Color2": "blue"
|
|
218
|
-
},
|
|
219
|
-
"EventPersons": [
|
|
220
|
-
{
|
|
221
|
-
"DEPosition": null
|
|
222
|
-
}
|
|
223
|
-
]
|
|
224
|
-
},
|
|
225
|
-
"Person2": {
|
|
226
|
-
"PersonId": 1,
|
|
227
|
-
"DisplayName": "Dave Smith",
|
|
228
|
-
"ClubId": 4,
|
|
229
|
-
"Images": [
|
|
230
|
-
{
|
|
231
|
-
"ImageId": 7,
|
|
232
|
-
"URL": "https://randomuser.me/api/portraits/men/22.jpg"
|
|
233
|
-
}
|
|
234
|
-
],
|
|
235
|
-
"Club": {
|
|
236
|
-
"Name": "Guardians of the Guard"
|
|
237
|
-
},
|
|
238
|
-
"EventPersons": [
|
|
239
|
-
{
|
|
240
|
-
"DEPosition": null
|
|
241
|
-
}
|
|
242
|
-
]
|
|
243
|
-
}
|
|
108
|
+
EventPersons: [
|
|
109
|
+
{
|
|
110
|
+
DEPosition: null
|
|
111
|
+
}
|
|
112
|
+
]
|
|
113
|
+
},
|
|
114
|
+
Person2: {
|
|
115
|
+
PersonId: 8,
|
|
116
|
+
DisplayName: 'Julie Riddle',
|
|
117
|
+
ClubId: 2,
|
|
118
|
+
Images: [
|
|
119
|
+
{
|
|
120
|
+
ImageId: 23,
|
|
121
|
+
URL: 'https://randomuser.me/api/portraits/women/41.jpg'
|
|
122
|
+
}
|
|
123
|
+
],
|
|
124
|
+
Club: {
|
|
125
|
+
Name: 'Historical Fencing Of Anywhere'
|
|
244
126
|
},
|
|
245
|
-
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
|
|
263
|
-
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
|
|
271
|
-
|
|
272
|
-
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
|
|
280
|
-
{
|
|
281
|
-
"DEPosition": null
|
|
282
|
-
}
|
|
283
|
-
]
|
|
284
|
-
},
|
|
285
|
-
"Person2": {
|
|
286
|
-
"PersonId": 3,
|
|
287
|
-
"DisplayName": "Dave Larabee",
|
|
288
|
-
"ClubId": 3,
|
|
289
|
-
"Images": [],
|
|
290
|
-
"Club": {
|
|
291
|
-
"Name": "Sword & Blade of Callie"
|
|
292
|
-
},
|
|
293
|
-
"EventPersons": [
|
|
294
|
-
{
|
|
295
|
-
"DEPosition": null
|
|
296
|
-
}
|
|
297
|
-
]
|
|
298
|
-
}
|
|
127
|
+
EventPersons: [
|
|
128
|
+
{
|
|
129
|
+
DEPosition: null
|
|
130
|
+
}
|
|
131
|
+
]
|
|
132
|
+
}
|
|
133
|
+
},
|
|
134
|
+
{
|
|
135
|
+
TimerStatus: 'stopped',
|
|
136
|
+
BoutId: 1946,
|
|
137
|
+
PoolId: 139,
|
|
138
|
+
EventId: 6,
|
|
139
|
+
Person1Id: 3,
|
|
140
|
+
Person2Id: 16,
|
|
141
|
+
Status: 'Scheduled',
|
|
142
|
+
Score1: 0,
|
|
143
|
+
Score2: 0,
|
|
144
|
+
Started: null,
|
|
145
|
+
Ended: null,
|
|
146
|
+
TimeLeft: 0,
|
|
147
|
+
RoundLabel: null,
|
|
148
|
+
DEBoutId: null,
|
|
149
|
+
DENextBoutId: null,
|
|
150
|
+
RefereeId: null,
|
|
151
|
+
createdAt: '2024-07-16T15:49:16.000Z',
|
|
152
|
+
updatedAt: '2024-07-16T15:49:16.000Z',
|
|
153
|
+
Person1: {
|
|
154
|
+
PersonId: 3,
|
|
155
|
+
DisplayName: 'Dave Larabee',
|
|
156
|
+
ClubId: 3,
|
|
157
|
+
Images: [],
|
|
158
|
+
Club: {
|
|
159
|
+
Name: 'Sword & Blade of Callie',
|
|
160
|
+
Color1: 'red',
|
|
161
|
+
Color2: 'gold'
|
|
299
162
|
},
|
|
300
|
-
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
|
|
308
|
-
|
|
309
|
-
|
|
310
|
-
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
"RoundLabel": null,
|
|
314
|
-
"DEBoutId": null,
|
|
315
|
-
"DENextBoutId": null,
|
|
316
|
-
"RefereeId": null,
|
|
317
|
-
"createdAt": "2024-07-16T15:49:16.000Z",
|
|
318
|
-
"updatedAt": "2024-07-16T15:49:16.000Z",
|
|
319
|
-
"Person1": {
|
|
320
|
-
"PersonId": 16,
|
|
321
|
-
"DisplayName": "Christian Jacob Peralta",
|
|
322
|
-
"ClubId": 1,
|
|
323
|
-
"Images": [],
|
|
324
|
-
"Club": {
|
|
325
|
-
"Name": "Acme Fencing Club",
|
|
326
|
-
"Color1": "rose",
|
|
327
|
-
"Color2": "navy"
|
|
328
|
-
},
|
|
329
|
-
"EventPersons": [
|
|
330
|
-
{
|
|
331
|
-
"DEPosition": null
|
|
332
|
-
}
|
|
333
|
-
]
|
|
334
|
-
},
|
|
335
|
-
"Person2": {
|
|
336
|
-
"PersonId": 22,
|
|
337
|
-
"DisplayName": "Bob Smith",
|
|
338
|
-
"ClubId": 6,
|
|
339
|
-
"Images": [
|
|
340
|
-
{
|
|
341
|
-
"ImageId": 12,
|
|
342
|
-
"URL": "https://randomuser.me/api/portraits/men/81.jpg"
|
|
343
|
-
}
|
|
344
|
-
],
|
|
345
|
-
"Club": {
|
|
346
|
-
"Name": "SwordPlay Society"
|
|
347
|
-
},
|
|
348
|
-
"EventPersons": [
|
|
349
|
-
{
|
|
350
|
-
"DEPosition": null
|
|
351
|
-
}
|
|
352
|
-
]
|
|
353
|
-
}
|
|
163
|
+
EventPersons: [
|
|
164
|
+
{
|
|
165
|
+
DEPosition: null
|
|
166
|
+
}
|
|
167
|
+
]
|
|
168
|
+
},
|
|
169
|
+
Person2: {
|
|
170
|
+
PersonId: 16,
|
|
171
|
+
DisplayName: 'Christian Jacob Peralta',
|
|
172
|
+
ClubId: 1,
|
|
173
|
+
Images: [],
|
|
174
|
+
Club: {
|
|
175
|
+
Name: 'Acme Fencing Club'
|
|
354
176
|
},
|
|
355
|
-
|
|
356
|
-
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
|
|
360
|
-
|
|
361
|
-
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
|
|
365
|
-
|
|
366
|
-
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
|
|
379
|
-
|
|
380
|
-
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
|
|
384
|
-
|
|
385
|
-
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
|
|
389
|
-
|
|
390
|
-
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
|
|
395
|
-
"Person2": {
|
|
396
|
-
"PersonId": 3,
|
|
397
|
-
"DisplayName": "Dave Larabee",
|
|
398
|
-
"ClubId": 3,
|
|
399
|
-
"Images": [],
|
|
400
|
-
"Club": {
|
|
401
|
-
"Name": "Sword & Blade of Callie"
|
|
402
|
-
},
|
|
403
|
-
"EventPersons": [
|
|
404
|
-
{
|
|
405
|
-
"DEPosition": null
|
|
406
|
-
}
|
|
407
|
-
]
|
|
408
|
-
}
|
|
177
|
+
EventPersons: [
|
|
178
|
+
{
|
|
179
|
+
DEPosition: null
|
|
180
|
+
}
|
|
181
|
+
]
|
|
182
|
+
}
|
|
183
|
+
},
|
|
184
|
+
{
|
|
185
|
+
TimerStatus: 'stopped',
|
|
186
|
+
BoutId: 1947,
|
|
187
|
+
PoolId: 139,
|
|
188
|
+
EventId: 6,
|
|
189
|
+
Person1Id: 8,
|
|
190
|
+
Person2Id: 1,
|
|
191
|
+
Status: 'Scheduled',
|
|
192
|
+
Score1: 0,
|
|
193
|
+
Score2: 0,
|
|
194
|
+
Started: null,
|
|
195
|
+
Ended: null,
|
|
196
|
+
TimeLeft: 0,
|
|
197
|
+
RoundLabel: null,
|
|
198
|
+
DEBoutId: null,
|
|
199
|
+
DENextBoutId: null,
|
|
200
|
+
RefereeId: null,
|
|
201
|
+
createdAt: '2024-07-16T15:49:16.000Z',
|
|
202
|
+
updatedAt: '2024-07-16T15:49:16.000Z',
|
|
203
|
+
Person1: {
|
|
204
|
+
PersonId: 8,
|
|
205
|
+
DisplayName: 'Julie Riddle',
|
|
206
|
+
ClubId: 2,
|
|
207
|
+
Images: [
|
|
208
|
+
{
|
|
209
|
+
ImageId: 23,
|
|
210
|
+
URL: 'https://randomuser.me/api/portraits/women/41.jpg'
|
|
211
|
+
}
|
|
212
|
+
],
|
|
213
|
+
Club: {
|
|
214
|
+
Name: 'Historical Fencing Of Anywhere',
|
|
215
|
+
Color1: 'red',
|
|
216
|
+
Color2: 'blue'
|
|
409
217
|
},
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
|
|
414
|
-
|
|
415
|
-
|
|
416
|
-
|
|
417
|
-
|
|
418
|
-
|
|
419
|
-
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
|
|
423
|
-
|
|
424
|
-
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
|
|
428
|
-
"updatedAt": "2024-07-16T15:49:16.000Z",
|
|
429
|
-
"Person1": {
|
|
430
|
-
"PersonId": 8,
|
|
431
|
-
"DisplayName": "Julie Riddle",
|
|
432
|
-
"ClubId": 2,
|
|
433
|
-
"Images": [
|
|
434
|
-
{
|
|
435
|
-
"ImageId": 23,
|
|
436
|
-
"URL": "https://randomuser.me/api/portraits/women/41.jpg"
|
|
437
|
-
}
|
|
438
|
-
],
|
|
439
|
-
"Club": {
|
|
440
|
-
"Name": "Historical Fencing Of Anywhere",
|
|
441
|
-
"Color1": "red",
|
|
442
|
-
"Color2": "blue"
|
|
443
|
-
},
|
|
444
|
-
"EventPersons": [
|
|
445
|
-
{
|
|
446
|
-
"DEPosition": null
|
|
447
|
-
}
|
|
448
|
-
]
|
|
449
|
-
},
|
|
450
|
-
"Person2": {
|
|
451
|
-
"PersonId": 16,
|
|
452
|
-
"DisplayName": "Christian Jacob Peralta",
|
|
453
|
-
"ClubId": 1,
|
|
454
|
-
"Images": [],
|
|
455
|
-
"Club": {
|
|
456
|
-
"Name": "Acme Fencing Club"
|
|
457
|
-
},
|
|
458
|
-
"EventPersons": [
|
|
459
|
-
{
|
|
460
|
-
"DEPosition": null
|
|
461
|
-
}
|
|
462
|
-
]
|
|
463
|
-
}
|
|
218
|
+
EventPersons: [
|
|
219
|
+
{
|
|
220
|
+
DEPosition: null
|
|
221
|
+
}
|
|
222
|
+
]
|
|
223
|
+
},
|
|
224
|
+
Person2: {
|
|
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'
|
|
464
236
|
},
|
|
465
|
-
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
|
|
469
|
-
|
|
470
|
-
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
|
|
478
|
-
|
|
479
|
-
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
|
|
491
|
-
|
|
492
|
-
|
|
493
|
-
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
|
|
497
|
-
|
|
498
|
-
|
|
499
|
-
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
|
|
505
|
-
"Person2": {
|
|
506
|
-
"PersonId": 10,
|
|
507
|
-
"DisplayName": "Melissa Jones",
|
|
508
|
-
"ClubId": 4,
|
|
509
|
-
"Images": [
|
|
510
|
-
{
|
|
511
|
-
"ImageId": 21,
|
|
512
|
-
"URL": "https://randomuser.me/api/portraits/women/9.jpg"
|
|
513
|
-
}
|
|
514
|
-
],
|
|
515
|
-
"Club": {
|
|
516
|
-
"Name": "Guardians of the Guard"
|
|
517
|
-
},
|
|
518
|
-
"EventPersons": [
|
|
519
|
-
{
|
|
520
|
-
"DEPosition": null
|
|
521
|
-
}
|
|
522
|
-
]
|
|
523
|
-
}
|
|
237
|
+
EventPersons: [
|
|
238
|
+
{
|
|
239
|
+
DEPosition: null
|
|
240
|
+
}
|
|
241
|
+
]
|
|
242
|
+
}
|
|
243
|
+
},
|
|
244
|
+
{
|
|
245
|
+
TimerStatus: 'stopped',
|
|
246
|
+
BoutId: 1948,
|
|
247
|
+
PoolId: 139,
|
|
248
|
+
EventId: 6,
|
|
249
|
+
Person1Id: 10,
|
|
250
|
+
Person2Id: 3,
|
|
251
|
+
Status: 'Scheduled',
|
|
252
|
+
Score1: 0,
|
|
253
|
+
Score2: 0,
|
|
254
|
+
Started: null,
|
|
255
|
+
Ended: null,
|
|
256
|
+
TimeLeft: 0,
|
|
257
|
+
RoundLabel: null,
|
|
258
|
+
DEBoutId: null,
|
|
259
|
+
DENextBoutId: null,
|
|
260
|
+
RefereeId: null,
|
|
261
|
+
createdAt: '2024-07-16T15:49:16.000Z',
|
|
262
|
+
updatedAt: '2024-07-16T15:49:16.000Z',
|
|
263
|
+
Person1: {
|
|
264
|
+
PersonId: 10,
|
|
265
|
+
DisplayName: 'Melissa Jones',
|
|
266
|
+
ClubId: 4,
|
|
267
|
+
Images: [
|
|
268
|
+
{
|
|
269
|
+
ImageId: 21,
|
|
270
|
+
URL: 'https://randomuser.me/api/portraits/women/9.jpg'
|
|
271
|
+
}
|
|
272
|
+
],
|
|
273
|
+
Club: {
|
|
274
|
+
Name: 'Guardians of the Guard',
|
|
275
|
+
Color1: 'purple',
|
|
276
|
+
Color2: 'orange'
|
|
524
277
|
},
|
|
525
|
-
|
|
526
|
-
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
"RoundLabel": null,
|
|
539
|
-
"DEBoutId": null,
|
|
540
|
-
"DENextBoutId": null,
|
|
541
|
-
"RefereeId": null,
|
|
542
|
-
"createdAt": "2024-07-16T15:49:16.000Z",
|
|
543
|
-
"updatedAt": "2024-07-16T15:49:16.000Z",
|
|
544
|
-
"Person1": {
|
|
545
|
-
"PersonId": 16,
|
|
546
|
-
"DisplayName": "Christian Jacob Peralta",
|
|
547
|
-
"ClubId": 1,
|
|
548
|
-
"Images": [],
|
|
549
|
-
"Club": {
|
|
550
|
-
"Name": "Acme Fencing Club",
|
|
551
|
-
"Color1": "rose",
|
|
552
|
-
"Color2": "navy"
|
|
553
|
-
},
|
|
554
|
-
"EventPersons": [
|
|
555
|
-
{
|
|
556
|
-
"DEPosition": null
|
|
557
|
-
}
|
|
558
|
-
]
|
|
559
|
-
},
|
|
560
|
-
"Person2": {
|
|
561
|
-
"PersonId": 1,
|
|
562
|
-
"DisplayName": "Dave Smith",
|
|
563
|
-
"ClubId": 4,
|
|
564
|
-
"Images": [
|
|
565
|
-
{
|
|
566
|
-
"ImageId": 7,
|
|
567
|
-
"URL": "https://randomuser.me/api/portraits/men/22.jpg"
|
|
568
|
-
}
|
|
569
|
-
],
|
|
570
|
-
"Club": {
|
|
571
|
-
"Name": "Guardians of the Guard"
|
|
572
|
-
},
|
|
573
|
-
"EventPersons": [
|
|
574
|
-
{
|
|
575
|
-
"DEPosition": null
|
|
576
|
-
}
|
|
577
|
-
]
|
|
578
|
-
}
|
|
278
|
+
EventPersons: [
|
|
279
|
+
{
|
|
280
|
+
DEPosition: null
|
|
281
|
+
}
|
|
282
|
+
]
|
|
283
|
+
},
|
|
284
|
+
Person2: {
|
|
285
|
+
PersonId: 3,
|
|
286
|
+
DisplayName: 'Dave Larabee',
|
|
287
|
+
ClubId: 3,
|
|
288
|
+
Images: [],
|
|
289
|
+
Club: {
|
|
290
|
+
Name: 'Sword & Blade of Callie'
|
|
579
291
|
},
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
"Person2": {
|
|
616
|
-
"PersonId": 22,
|
|
617
|
-
"DisplayName": "Bob Smith",
|
|
618
|
-
"ClubId": 6,
|
|
619
|
-
"Images": [
|
|
620
|
-
{
|
|
621
|
-
"ImageId": 12,
|
|
622
|
-
"URL": "https://randomuser.me/api/portraits/men/81.jpg"
|
|
623
|
-
}
|
|
624
|
-
],
|
|
625
|
-
"Club": {
|
|
626
|
-
"Name": "SwordPlay Society"
|
|
627
|
-
},
|
|
628
|
-
"EventPersons": [
|
|
629
|
-
{
|
|
630
|
-
"DEPosition": null
|
|
631
|
-
}
|
|
632
|
-
]
|
|
633
|
-
}
|
|
292
|
+
EventPersons: [
|
|
293
|
+
{
|
|
294
|
+
DEPosition: null
|
|
295
|
+
}
|
|
296
|
+
]
|
|
297
|
+
}
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
TimerStatus: 'stopped',
|
|
301
|
+
BoutId: 1949,
|
|
302
|
+
PoolId: 139,
|
|
303
|
+
EventId: 6,
|
|
304
|
+
Person1Id: 16,
|
|
305
|
+
Person2Id: 22,
|
|
306
|
+
Status: 'Scheduled',
|
|
307
|
+
Score1: 0,
|
|
308
|
+
Score2: 0,
|
|
309
|
+
Started: null,
|
|
310
|
+
Ended: null,
|
|
311
|
+
TimeLeft: 0,
|
|
312
|
+
RoundLabel: null,
|
|
313
|
+
DEBoutId: null,
|
|
314
|
+
DENextBoutId: null,
|
|
315
|
+
RefereeId: null,
|
|
316
|
+
createdAt: '2024-07-16T15:49:16.000Z',
|
|
317
|
+
updatedAt: '2024-07-16T15:49:16.000Z',
|
|
318
|
+
Person1: {
|
|
319
|
+
PersonId: 16,
|
|
320
|
+
DisplayName: 'Christian Jacob Peralta',
|
|
321
|
+
ClubId: 1,
|
|
322
|
+
Images: [],
|
|
323
|
+
Club: {
|
|
324
|
+
Name: 'Acme Fencing Club',
|
|
325
|
+
Color1: 'rose',
|
|
326
|
+
Color2: 'navy'
|
|
634
327
|
},
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
|
|
638
|
-
|
|
639
|
-
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
|
|
647
|
-
|
|
648
|
-
|
|
649
|
-
|
|
650
|
-
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
"updatedAt": "2024-07-16T15:49:16.000Z",
|
|
654
|
-
"Person1": {
|
|
655
|
-
"PersonId": 10,
|
|
656
|
-
"DisplayName": "Melissa Jones",
|
|
657
|
-
"ClubId": 4,
|
|
658
|
-
"Images": [
|
|
659
|
-
{
|
|
660
|
-
"ImageId": 21,
|
|
661
|
-
"URL": "https://randomuser.me/api/portraits/women/9.jpg"
|
|
662
|
-
}
|
|
663
|
-
],
|
|
664
|
-
"Club": {
|
|
665
|
-
"Name": "Guardians of the Guard",
|
|
666
|
-
"Color1": "purple",
|
|
667
|
-
"Color2": "orange"
|
|
668
|
-
},
|
|
669
|
-
"EventPersons": [
|
|
670
|
-
{
|
|
671
|
-
"DEPosition": null
|
|
672
|
-
}
|
|
673
|
-
]
|
|
674
|
-
},
|
|
675
|
-
"Person2": {
|
|
676
|
-
"PersonId": 8,
|
|
677
|
-
"DisplayName": "Julie Riddle",
|
|
678
|
-
"ClubId": 2,
|
|
679
|
-
"Images": [
|
|
680
|
-
{
|
|
681
|
-
"ImageId": 23,
|
|
682
|
-
"URL": "https://randomuser.me/api/portraits/women/41.jpg"
|
|
683
|
-
}
|
|
684
|
-
],
|
|
685
|
-
"Club": {
|
|
686
|
-
"Name": "Historical Fencing Of Anywhere"
|
|
687
|
-
},
|
|
688
|
-
"EventPersons": [
|
|
689
|
-
{
|
|
690
|
-
"DEPosition": null
|
|
691
|
-
}
|
|
692
|
-
]
|
|
693
|
-
}
|
|
328
|
+
EventPersons: [
|
|
329
|
+
{
|
|
330
|
+
DEPosition: null
|
|
331
|
+
}
|
|
332
|
+
]
|
|
333
|
+
},
|
|
334
|
+
Person2: {
|
|
335
|
+
PersonId: 22,
|
|
336
|
+
DisplayName: 'Bob Smith',
|
|
337
|
+
ClubId: 6,
|
|
338
|
+
Images: [
|
|
339
|
+
{
|
|
340
|
+
ImageId: 12,
|
|
341
|
+
URL: 'https://randomuser.me/api/portraits/men/81.jpg'
|
|
342
|
+
}
|
|
343
|
+
],
|
|
344
|
+
Club: {
|
|
345
|
+
Name: 'SwordPlay Society'
|
|
694
346
|
},
|
|
695
|
-
|
|
696
|
-
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
|
|
700
|
-
|
|
701
|
-
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
|
|
705
|
-
|
|
706
|
-
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
716
|
-
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
|
|
733
|
-
|
|
734
|
-
|
|
735
|
-
"Person2": {
|
|
736
|
-
"PersonId": 22,
|
|
737
|
-
"DisplayName": "Bob Smith",
|
|
738
|
-
"ClubId": 6,
|
|
739
|
-
"Images": [
|
|
740
|
-
{
|
|
741
|
-
"ImageId": 12,
|
|
742
|
-
"URL": "https://randomuser.me/api/portraits/men/81.jpg"
|
|
743
|
-
}
|
|
744
|
-
],
|
|
745
|
-
"Club": {
|
|
746
|
-
"Name": "SwordPlay Society"
|
|
747
|
-
},
|
|
748
|
-
"EventPersons": [
|
|
749
|
-
{
|
|
750
|
-
"DEPosition": null
|
|
751
|
-
}
|
|
752
|
-
]
|
|
753
|
-
}
|
|
347
|
+
EventPersons: [
|
|
348
|
+
{
|
|
349
|
+
DEPosition: null
|
|
350
|
+
}
|
|
351
|
+
]
|
|
352
|
+
}
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
TimerStatus: 'stopped',
|
|
356
|
+
BoutId: 1950,
|
|
357
|
+
PoolId: 139,
|
|
358
|
+
EventId: 6,
|
|
359
|
+
Person1Id: 1,
|
|
360
|
+
Person2Id: 3,
|
|
361
|
+
Status: 'Scheduled',
|
|
362
|
+
Score1: 0,
|
|
363
|
+
Score2: 0,
|
|
364
|
+
Started: null,
|
|
365
|
+
Ended: null,
|
|
366
|
+
TimeLeft: 0,
|
|
367
|
+
RoundLabel: null,
|
|
368
|
+
DEBoutId: null,
|
|
369
|
+
DENextBoutId: null,
|
|
370
|
+
RefereeId: null,
|
|
371
|
+
createdAt: '2024-07-16T15:49:16.000Z',
|
|
372
|
+
updatedAt: '2024-07-16T15:49:16.000Z',
|
|
373
|
+
Person1: {
|
|
374
|
+
PersonId: 1,
|
|
375
|
+
DisplayName: 'Dave Smith',
|
|
376
|
+
ClubId: 4,
|
|
377
|
+
Images: [
|
|
378
|
+
{
|
|
379
|
+
ImageId: 7,
|
|
380
|
+
URL: 'https://randomuser.me/api/portraits/men/22.jpg'
|
|
381
|
+
}
|
|
382
|
+
],
|
|
383
|
+
Club: {
|
|
384
|
+
Name: 'Guardians of the Guard',
|
|
385
|
+
Color1: 'purple',
|
|
386
|
+
Color2: 'orange'
|
|
754
387
|
},
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
|
|
762
|
-
|
|
763
|
-
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
|
|
768
|
-
"RoundLabel": null,
|
|
769
|
-
"DEBoutId": null,
|
|
770
|
-
"DENextBoutId": null,
|
|
771
|
-
"RefereeId": null,
|
|
772
|
-
"createdAt": "2024-07-16T15:49:16.000Z",
|
|
773
|
-
"updatedAt": "2024-07-16T15:49:16.000Z",
|
|
774
|
-
"Person1": {
|
|
775
|
-
"PersonId": 16,
|
|
776
|
-
"DisplayName": "Christian Jacob Peralta",
|
|
777
|
-
"ClubId": 1,
|
|
778
|
-
"Images": [],
|
|
779
|
-
"Club": {
|
|
780
|
-
"Name": "Acme Fencing Club",
|
|
781
|
-
"Color1": "rose",
|
|
782
|
-
"Color2": "navy"
|
|
783
|
-
},
|
|
784
|
-
"EventPersons": [
|
|
785
|
-
{
|
|
786
|
-
"DEPosition": null
|
|
787
|
-
}
|
|
788
|
-
]
|
|
789
|
-
},
|
|
790
|
-
"Person2": {
|
|
791
|
-
"PersonId": 10,
|
|
792
|
-
"DisplayName": "Melissa Jones",
|
|
793
|
-
"ClubId": 4,
|
|
794
|
-
"Images": [
|
|
795
|
-
{
|
|
796
|
-
"ImageId": 21,
|
|
797
|
-
"URL": "https://randomuser.me/api/portraits/women/9.jpg"
|
|
798
|
-
}
|
|
799
|
-
],
|
|
800
|
-
"Club": {
|
|
801
|
-
"Name": "Guardians of the Guard"
|
|
802
|
-
},
|
|
803
|
-
"EventPersons": [
|
|
804
|
-
{
|
|
805
|
-
"DEPosition": null
|
|
806
|
-
}
|
|
807
|
-
]
|
|
808
|
-
}
|
|
388
|
+
EventPersons: [
|
|
389
|
+
{
|
|
390
|
+
DEPosition: null
|
|
391
|
+
}
|
|
392
|
+
]
|
|
393
|
+
},
|
|
394
|
+
Person2: {
|
|
395
|
+
PersonId: 3,
|
|
396
|
+
DisplayName: 'Dave Larabee',
|
|
397
|
+
ClubId: 3,
|
|
398
|
+
Images: [],
|
|
399
|
+
Club: {
|
|
400
|
+
Name: 'Sword & Blade of Callie'
|
|
809
401
|
},
|
|
810
|
-
|
|
811
|
-
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
|
|
829
|
-
|
|
830
|
-
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
|
|
838
|
-
|
|
839
|
-
|
|
840
|
-
|
|
841
|
-
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
|
|
855
|
-
|
|
856
|
-
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
|
|
864
|
-
}
|
|
865
|
-
|
|
402
|
+
EventPersons: [
|
|
403
|
+
{
|
|
404
|
+
DEPosition: null
|
|
405
|
+
}
|
|
406
|
+
]
|
|
407
|
+
}
|
|
408
|
+
},
|
|
409
|
+
{
|
|
410
|
+
TimerStatus: 'stopped',
|
|
411
|
+
BoutId: 1951,
|
|
412
|
+
PoolId: 139,
|
|
413
|
+
EventId: 6,
|
|
414
|
+
Person1Id: 8,
|
|
415
|
+
Person2Id: 16,
|
|
416
|
+
Status: 'Scheduled',
|
|
417
|
+
Score1: 0,
|
|
418
|
+
Score2: 0,
|
|
419
|
+
Started: null,
|
|
420
|
+
Ended: null,
|
|
421
|
+
TimeLeft: 0,
|
|
422
|
+
RoundLabel: null,
|
|
423
|
+
DEBoutId: null,
|
|
424
|
+
DENextBoutId: null,
|
|
425
|
+
RefereeId: null,
|
|
426
|
+
createdAt: '2024-07-16T15:49:16.000Z',
|
|
427
|
+
updatedAt: '2024-07-16T15:49:16.000Z',
|
|
428
|
+
Person1: {
|
|
429
|
+
PersonId: 8,
|
|
430
|
+
DisplayName: 'Julie Riddle',
|
|
431
|
+
ClubId: 2,
|
|
432
|
+
Images: [
|
|
433
|
+
{
|
|
434
|
+
ImageId: 23,
|
|
435
|
+
URL: 'https://randomuser.me/api/portraits/women/41.jpg'
|
|
436
|
+
}
|
|
437
|
+
],
|
|
438
|
+
Club: {
|
|
439
|
+
Name: 'Historical Fencing Of Anywhere',
|
|
440
|
+
Color1: 'red',
|
|
441
|
+
Color2: 'blue'
|
|
442
|
+
},
|
|
443
|
+
EventPersons: [
|
|
444
|
+
{
|
|
445
|
+
DEPosition: null
|
|
446
|
+
}
|
|
447
|
+
]
|
|
448
|
+
},
|
|
449
|
+
Person2: {
|
|
450
|
+
PersonId: 16,
|
|
451
|
+
DisplayName: 'Christian Jacob Peralta',
|
|
452
|
+
ClubId: 1,
|
|
453
|
+
Images: [],
|
|
454
|
+
Club: {
|
|
455
|
+
Name: 'Acme Fencing Club'
|
|
456
|
+
},
|
|
457
|
+
EventPersons: [
|
|
458
|
+
{
|
|
459
|
+
DEPosition: null
|
|
460
|
+
}
|
|
461
|
+
]
|
|
462
|
+
}
|
|
463
|
+
},
|
|
464
|
+
{
|
|
465
|
+
TimerStatus: 'stopped',
|
|
466
|
+
BoutId: 1952,
|
|
467
|
+
PoolId: 139,
|
|
468
|
+
EventId: 6,
|
|
469
|
+
Person1Id: 22,
|
|
470
|
+
Person2Id: 10,
|
|
471
|
+
Status: 'Scheduled',
|
|
472
|
+
Score1: 0,
|
|
473
|
+
Score2: 0,
|
|
474
|
+
Started: null,
|
|
475
|
+
Ended: null,
|
|
476
|
+
TimeLeft: 0,
|
|
477
|
+
RoundLabel: null,
|
|
478
|
+
DEBoutId: null,
|
|
479
|
+
DENextBoutId: null,
|
|
480
|
+
RefereeId: null,
|
|
481
|
+
createdAt: '2024-07-16T15:49:16.000Z',
|
|
482
|
+
updatedAt: '2024-07-16T15:49:16.000Z',
|
|
483
|
+
Person1: {
|
|
484
|
+
PersonId: 22,
|
|
485
|
+
DisplayName: 'Bob Smith',
|
|
486
|
+
ClubId: 6,
|
|
487
|
+
Images: [
|
|
488
|
+
{
|
|
489
|
+
ImageId: 12,
|
|
490
|
+
URL: 'https://randomuser.me/api/portraits/men/81.jpg'
|
|
491
|
+
}
|
|
492
|
+
],
|
|
493
|
+
Club: {
|
|
494
|
+
Name: 'SwordPlay Society',
|
|
495
|
+
Color1: 'red',
|
|
496
|
+
Color2: 'blue'
|
|
497
|
+
},
|
|
498
|
+
EventPersons: [
|
|
499
|
+
{
|
|
500
|
+
DEPosition: null
|
|
501
|
+
}
|
|
502
|
+
]
|
|
503
|
+
},
|
|
504
|
+
Person2: {
|
|
505
|
+
PersonId: 10,
|
|
506
|
+
DisplayName: 'Melissa Jones',
|
|
507
|
+
ClubId: 4,
|
|
508
|
+
Images: [
|
|
509
|
+
{
|
|
510
|
+
ImageId: 21,
|
|
511
|
+
URL: 'https://randomuser.me/api/portraits/women/9.jpg'
|
|
512
|
+
}
|
|
513
|
+
],
|
|
514
|
+
Club: {
|
|
515
|
+
Name: 'Guardians of the Guard'
|
|
516
|
+
},
|
|
517
|
+
EventPersons: [
|
|
518
|
+
{
|
|
519
|
+
DEPosition: null
|
|
520
|
+
}
|
|
521
|
+
]
|
|
522
|
+
}
|
|
523
|
+
},
|
|
524
|
+
{
|
|
525
|
+
TimerStatus: 'stopped',
|
|
526
|
+
BoutId: 1953,
|
|
527
|
+
PoolId: 139,
|
|
528
|
+
EventId: 6,
|
|
529
|
+
Person1Id: 16,
|
|
530
|
+
Person2Id: 1,
|
|
531
|
+
Status: 'Scheduled',
|
|
532
|
+
Score1: 0,
|
|
533
|
+
Score2: 0,
|
|
534
|
+
Started: null,
|
|
535
|
+
Ended: null,
|
|
536
|
+
TimeLeft: 0,
|
|
537
|
+
RoundLabel: null,
|
|
538
|
+
DEBoutId: null,
|
|
539
|
+
DENextBoutId: null,
|
|
540
|
+
RefereeId: null,
|
|
541
|
+
createdAt: '2024-07-16T15:49:16.000Z',
|
|
542
|
+
updatedAt: '2024-07-16T15:49:16.000Z',
|
|
543
|
+
Person1: {
|
|
544
|
+
PersonId: 16,
|
|
545
|
+
DisplayName: 'Christian Jacob Peralta',
|
|
546
|
+
ClubId: 1,
|
|
547
|
+
Images: [],
|
|
548
|
+
Club: {
|
|
549
|
+
Name: 'Acme Fencing Club',
|
|
550
|
+
Color1: 'rose',
|
|
551
|
+
Color2: 'navy'
|
|
552
|
+
},
|
|
553
|
+
EventPersons: [
|
|
554
|
+
{
|
|
555
|
+
DEPosition: null
|
|
556
|
+
}
|
|
557
|
+
]
|
|
558
|
+
},
|
|
559
|
+
Person2: {
|
|
560
|
+
PersonId: 1,
|
|
561
|
+
DisplayName: 'Dave Smith',
|
|
562
|
+
ClubId: 4,
|
|
563
|
+
Images: [
|
|
564
|
+
{
|
|
565
|
+
ImageId: 7,
|
|
566
|
+
URL: 'https://randomuser.me/api/portraits/men/22.jpg'
|
|
567
|
+
}
|
|
568
|
+
],
|
|
569
|
+
Club: {
|
|
570
|
+
Name: 'Guardians of the Guard'
|
|
571
|
+
},
|
|
572
|
+
EventPersons: [
|
|
573
|
+
{
|
|
574
|
+
DEPosition: null
|
|
575
|
+
}
|
|
576
|
+
]
|
|
577
|
+
}
|
|
578
|
+
},
|
|
579
|
+
{
|
|
580
|
+
TimerStatus: 'stopped',
|
|
581
|
+
BoutId: 1954,
|
|
582
|
+
PoolId: 139,
|
|
583
|
+
EventId: 6,
|
|
584
|
+
Person1Id: 3,
|
|
585
|
+
Person2Id: 22,
|
|
586
|
+
Status: 'Scheduled',
|
|
587
|
+
Score1: 0,
|
|
588
|
+
Score2: 0,
|
|
589
|
+
Started: null,
|
|
590
|
+
Ended: null,
|
|
591
|
+
TimeLeft: 0,
|
|
592
|
+
RoundLabel: null,
|
|
593
|
+
DEBoutId: null,
|
|
594
|
+
DENextBoutId: null,
|
|
595
|
+
RefereeId: null,
|
|
596
|
+
createdAt: '2024-07-16T15:49:16.000Z',
|
|
597
|
+
updatedAt: '2024-07-16T15:49:16.000Z',
|
|
598
|
+
Person1: {
|
|
599
|
+
PersonId: 3,
|
|
600
|
+
DisplayName: 'Dave Larabee',
|
|
601
|
+
ClubId: 3,
|
|
602
|
+
Images: [],
|
|
603
|
+
Club: {
|
|
604
|
+
Name: 'Sword & Blade of Callie',
|
|
605
|
+
Color1: 'red',
|
|
606
|
+
Color2: 'gold'
|
|
607
|
+
},
|
|
608
|
+
EventPersons: [
|
|
609
|
+
{
|
|
610
|
+
DEPosition: null
|
|
611
|
+
}
|
|
612
|
+
]
|
|
613
|
+
},
|
|
614
|
+
Person2: {
|
|
615
|
+
PersonId: 22,
|
|
616
|
+
DisplayName: 'Bob Smith',
|
|
617
|
+
ClubId: 6,
|
|
618
|
+
Images: [
|
|
619
|
+
{
|
|
620
|
+
ImageId: 12,
|
|
621
|
+
URL: 'https://randomuser.me/api/portraits/men/81.jpg'
|
|
622
|
+
}
|
|
623
|
+
],
|
|
624
|
+
Club: {
|
|
625
|
+
Name: 'SwordPlay Society'
|
|
626
|
+
},
|
|
627
|
+
EventPersons: [
|
|
628
|
+
{
|
|
629
|
+
DEPosition: null
|
|
630
|
+
}
|
|
631
|
+
]
|
|
632
|
+
}
|
|
633
|
+
},
|
|
634
|
+
{
|
|
635
|
+
TimerStatus: 'stopped',
|
|
636
|
+
BoutId: 1955,
|
|
637
|
+
PoolId: 139,
|
|
638
|
+
EventId: 6,
|
|
639
|
+
Person1Id: 10,
|
|
640
|
+
Person2Id: 8,
|
|
641
|
+
Status: 'Scheduled',
|
|
642
|
+
Score1: 0,
|
|
643
|
+
Score2: 0,
|
|
644
|
+
Started: null,
|
|
645
|
+
Ended: null,
|
|
646
|
+
TimeLeft: 0,
|
|
647
|
+
RoundLabel: null,
|
|
648
|
+
DEBoutId: null,
|
|
649
|
+
DENextBoutId: null,
|
|
650
|
+
RefereeId: null,
|
|
651
|
+
createdAt: '2024-07-16T15:49:16.000Z',
|
|
652
|
+
updatedAt: '2024-07-16T15:49:16.000Z',
|
|
653
|
+
Person1: {
|
|
654
|
+
PersonId: 10,
|
|
655
|
+
DisplayName: 'Melissa Jones',
|
|
656
|
+
ClubId: 4,
|
|
657
|
+
Images: [
|
|
658
|
+
{
|
|
659
|
+
ImageId: 21,
|
|
660
|
+
URL: 'https://randomuser.me/api/portraits/women/9.jpg'
|
|
661
|
+
}
|
|
662
|
+
],
|
|
663
|
+
Club: {
|
|
664
|
+
Name: 'Guardians of the Guard',
|
|
665
|
+
Color1: 'purple',
|
|
666
|
+
Color2: 'orange'
|
|
667
|
+
},
|
|
668
|
+
EventPersons: [
|
|
669
|
+
{
|
|
670
|
+
DEPosition: null
|
|
671
|
+
}
|
|
672
|
+
]
|
|
673
|
+
},
|
|
674
|
+
Person2: {
|
|
675
|
+
PersonId: 8,
|
|
676
|
+
DisplayName: 'Julie Riddle',
|
|
677
|
+
ClubId: 2,
|
|
678
|
+
Images: [
|
|
679
|
+
{
|
|
680
|
+
ImageId: 23,
|
|
681
|
+
URL: 'https://randomuser.me/api/portraits/women/41.jpg'
|
|
682
|
+
}
|
|
683
|
+
],
|
|
684
|
+
Club: {
|
|
685
|
+
Name: 'Historical Fencing Of Anywhere'
|
|
686
|
+
},
|
|
687
|
+
EventPersons: [
|
|
688
|
+
{
|
|
689
|
+
DEPosition: null
|
|
690
|
+
}
|
|
691
|
+
]
|
|
692
|
+
}
|
|
693
|
+
},
|
|
694
|
+
{
|
|
695
|
+
TimerStatus: 'stopped',
|
|
696
|
+
BoutId: 1956,
|
|
697
|
+
PoolId: 139,
|
|
698
|
+
EventId: 6,
|
|
699
|
+
Person1Id: 1,
|
|
700
|
+
Person2Id: 22,
|
|
701
|
+
Status: 'Scheduled',
|
|
702
|
+
Score1: 0,
|
|
703
|
+
Score2: 0,
|
|
704
|
+
Started: null,
|
|
705
|
+
Ended: null,
|
|
706
|
+
TimeLeft: 0,
|
|
707
|
+
RoundLabel: null,
|
|
708
|
+
DEBoutId: null,
|
|
709
|
+
DENextBoutId: null,
|
|
710
|
+
RefereeId: null,
|
|
711
|
+
createdAt: '2024-07-16T15:49:16.000Z',
|
|
712
|
+
updatedAt: '2024-07-16T15:49:16.000Z',
|
|
713
|
+
Person1: {
|
|
714
|
+
PersonId: 1,
|
|
715
|
+
DisplayName: 'Dave Smith',
|
|
716
|
+
ClubId: 4,
|
|
717
|
+
Images: [
|
|
718
|
+
{
|
|
719
|
+
ImageId: 7,
|
|
720
|
+
URL: 'https://randomuser.me/api/portraits/men/22.jpg'
|
|
721
|
+
}
|
|
722
|
+
],
|
|
723
|
+
Club: {
|
|
724
|
+
Name: 'Guardians of the Guard',
|
|
725
|
+
Color1: 'purple',
|
|
726
|
+
Color2: 'orange'
|
|
727
|
+
},
|
|
728
|
+
EventPersons: [
|
|
729
|
+
{
|
|
730
|
+
DEPosition: null
|
|
731
|
+
}
|
|
732
|
+
]
|
|
733
|
+
},
|
|
734
|
+
Person2: {
|
|
735
|
+
PersonId: 22,
|
|
736
|
+
DisplayName: 'Bob Smith',
|
|
737
|
+
ClubId: 6,
|
|
738
|
+
Images: [
|
|
739
|
+
{
|
|
740
|
+
ImageId: 12,
|
|
741
|
+
URL: 'https://randomuser.me/api/portraits/men/81.jpg'
|
|
742
|
+
}
|
|
743
|
+
],
|
|
744
|
+
Club: {
|
|
745
|
+
Name: 'SwordPlay Society'
|
|
746
|
+
},
|
|
747
|
+
EventPersons: [
|
|
748
|
+
{
|
|
749
|
+
DEPosition: null
|
|
750
|
+
}
|
|
751
|
+
]
|
|
752
|
+
}
|
|
753
|
+
},
|
|
754
|
+
{
|
|
755
|
+
TimerStatus: 'stopped',
|
|
756
|
+
BoutId: 1957,
|
|
757
|
+
PoolId: 139,
|
|
758
|
+
EventId: 6,
|
|
759
|
+
Person1Id: 16,
|
|
760
|
+
Person2Id: 10,
|
|
761
|
+
Status: 'Scheduled',
|
|
762
|
+
Score1: 0,
|
|
763
|
+
Score2: 0,
|
|
764
|
+
Started: null,
|
|
765
|
+
Ended: null,
|
|
766
|
+
TimeLeft: 0,
|
|
767
|
+
RoundLabel: null,
|
|
768
|
+
DEBoutId: null,
|
|
769
|
+
DENextBoutId: null,
|
|
770
|
+
RefereeId: null,
|
|
771
|
+
createdAt: '2024-07-16T15:49:16.000Z',
|
|
772
|
+
updatedAt: '2024-07-16T15:49:16.000Z',
|
|
773
|
+
Person1: {
|
|
774
|
+
PersonId: 16,
|
|
775
|
+
DisplayName: 'Christian Jacob Peralta',
|
|
776
|
+
ClubId: 1,
|
|
777
|
+
Images: [],
|
|
778
|
+
Club: {
|
|
779
|
+
Name: 'Acme Fencing Club',
|
|
780
|
+
Color1: 'rose',
|
|
781
|
+
Color2: 'navy'
|
|
782
|
+
},
|
|
783
|
+
EventPersons: [
|
|
784
|
+
{
|
|
785
|
+
DEPosition: null
|
|
786
|
+
}
|
|
787
|
+
]
|
|
788
|
+
},
|
|
789
|
+
Person2: {
|
|
790
|
+
PersonId: 10,
|
|
791
|
+
DisplayName: 'Melissa Jones',
|
|
792
|
+
ClubId: 4,
|
|
793
|
+
Images: [
|
|
794
|
+
{
|
|
795
|
+
ImageId: 21,
|
|
796
|
+
URL: 'https://randomuser.me/api/portraits/women/9.jpg'
|
|
797
|
+
}
|
|
798
|
+
],
|
|
799
|
+
Club: {
|
|
800
|
+
Name: 'Guardians of the Guard'
|
|
801
|
+
},
|
|
802
|
+
EventPersons: [
|
|
803
|
+
{
|
|
804
|
+
DEPosition: null
|
|
805
|
+
}
|
|
806
|
+
]
|
|
807
|
+
}
|
|
808
|
+
},
|
|
809
|
+
{
|
|
810
|
+
TimerStatus: 'stopped',
|
|
811
|
+
BoutId: 1958,
|
|
812
|
+
PoolId: 139,
|
|
813
|
+
EventId: 6,
|
|
814
|
+
Person1Id: 8,
|
|
815
|
+
Person2Id: 3,
|
|
816
|
+
Status: 'Scheduled',
|
|
817
|
+
Score1: 0,
|
|
818
|
+
Score2: 0,
|
|
819
|
+
Started: null,
|
|
820
|
+
Ended: null,
|
|
821
|
+
TimeLeft: 0,
|
|
822
|
+
RoundLabel: null,
|
|
823
|
+
DEBoutId: null,
|
|
824
|
+
DENextBoutId: null,
|
|
825
|
+
RefereeId: null,
|
|
826
|
+
createdAt: '2024-07-16T15:49:16.000Z',
|
|
827
|
+
updatedAt: '2024-07-16T15:49:16.000Z',
|
|
828
|
+
Person1: {
|
|
829
|
+
PersonId: 8,
|
|
830
|
+
DisplayName: 'Julie Riddle',
|
|
831
|
+
ClubId: 2,
|
|
832
|
+
Images: [
|
|
833
|
+
{
|
|
834
|
+
ImageId: 23,
|
|
835
|
+
URL: 'https://randomuser.me/api/portraits/women/41.jpg'
|
|
836
|
+
}
|
|
837
|
+
],
|
|
838
|
+
Club: {
|
|
839
|
+
Name: 'Historical Fencing Of Anywhere',
|
|
840
|
+
Color1: 'red',
|
|
841
|
+
Color2: 'blue'
|
|
842
|
+
},
|
|
843
|
+
EventPersons: [
|
|
844
|
+
{
|
|
845
|
+
DEPosition: null
|
|
846
|
+
}
|
|
847
|
+
]
|
|
848
|
+
},
|
|
849
|
+
Person2: {
|
|
850
|
+
PersonId: 3,
|
|
851
|
+
DisplayName: 'Dave Larabee',
|
|
852
|
+
ClubId: 3,
|
|
853
|
+
Images: [],
|
|
854
|
+
Club: {
|
|
855
|
+
Name: 'Sword & Blade of Callie'
|
|
856
|
+
},
|
|
857
|
+
EventPersons: [
|
|
858
|
+
{
|
|
859
|
+
DEPosition: null
|
|
860
|
+
}
|
|
861
|
+
]
|
|
862
|
+
}
|
|
863
|
+
}
|
|
864
|
+
]
|
|
866
865
|
}
|
|
867
|
-
],
|
|
868
|
-
|
|
866
|
+
],
|
|
867
|
+
eventRules: [
|
|
869
868
|
{
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
|
|
873
|
-
|
|
869
|
+
RuleId: 5,
|
|
870
|
+
RuleName: 'DE3rdFenceOff',
|
|
871
|
+
RuleValue: 'false',
|
|
872
|
+
Context: 'de'
|
|
874
873
|
},
|
|
875
874
|
{
|
|
876
|
-
|
|
877
|
-
|
|
878
|
-
|
|
879
|
-
|
|
875
|
+
RuleId: 6,
|
|
876
|
+
RuleName: 'PoolNumOfPasses',
|
|
877
|
+
RuleValue: '5',
|
|
878
|
+
Context: 'pool'
|
|
880
879
|
},
|
|
881
880
|
{
|
|
882
|
-
|
|
883
|
-
|
|
884
|
-
|
|
885
|
-
|
|
881
|
+
RuleId: 7,
|
|
882
|
+
RuleName: 'DENumOfPasses',
|
|
883
|
+
RuleValue: '7',
|
|
884
|
+
Context: 'de'
|
|
886
885
|
},
|
|
887
886
|
{
|
|
888
|
-
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
887
|
+
RuleId: 9,
|
|
888
|
+
RuleName: 'DEPromotionOrder1',
|
|
889
|
+
RuleValue: 'W%,IND,TS',
|
|
890
|
+
Context: 'de'
|
|
892
891
|
},
|
|
893
892
|
{
|
|
894
|
-
|
|
895
|
-
|
|
896
|
-
|
|
897
|
-
|
|
893
|
+
RuleId: 10,
|
|
894
|
+
RuleName: 'DENumOfPromotion',
|
|
895
|
+
RuleValue: '100%',
|
|
896
|
+
Context: 'de'
|
|
898
897
|
},
|
|
899
898
|
{
|
|
900
|
-
|
|
901
|
-
|
|
902
|
-
|
|
903
|
-
|
|
899
|
+
RuleId: 11,
|
|
900
|
+
RuleName: 'PoolSeeding',
|
|
901
|
+
RuleValue: 'HR',
|
|
902
|
+
Context: 'pool'
|
|
904
903
|
},
|
|
905
904
|
{
|
|
906
|
-
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
905
|
+
RuleId: 14,
|
|
906
|
+
RuleName: 'CutOffNumber',
|
|
907
|
+
RuleValue: '32',
|
|
908
|
+
Context: 'event'
|
|
910
909
|
}
|
|
911
|
-
],
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
|
|
915
|
-
}
|
|
910
|
+
],
|
|
911
|
+
hostingClubColors: {
|
|
912
|
+
Color1: 'rose',
|
|
913
|
+
Color2: 'navy'
|
|
914
|
+
}
|
|
916
915
|
};
|
|
917
916
|
|
|
918
|
-
export default
|
|
917
|
+
export default getPoolsWithBouts6PoolId139;
|