UNPKG

@dcrackel/meyersquaredui

Version:

This template should help get you started developing with Vue 3 in Vite. The template uses Vue 3 `<script setup>` SFCs, check out the [script setup docs](https://v3.vuejs.org/api/sfc-script-setup.html#sfc-script-setup) to learn more.

255 lines (253 loc) 9.43 kB
const getPoolsWithPeople = { "message": "Pools retrieved", "tournamentId": 63, "eventStatus": "planning", "pools": [ { "PoolId": 180, "Name": "Pool 1", "RingName": "Ring 1", "Flight": 1, "PoolType": "pool", "EventId": 26, "Status": "planning", "Updated": "2024-10-16T13:38:51.000Z", "EventPersons": [ { "EventId": 26, "PoolPosition": 4, "DEPosition": null, "Status": "Absent", "Person": { "PersonId": 79, "DisplayName": "Tom Testerlou", "ClubId": 10, "ShowData": true, "Images": [], "Club": { "Name": "Columbus United Fencing Club" }, "HEMARatings": [], "M2Ratings": [] } }, { "EventId": 26, "PoolPosition": 5, "DEPosition": null, "Status": "Absent", "Person": { "PersonId": 101, "DisplayName": "Team Bestest", "ClubId": 10, "ShowData": true, "Images": [], "Club": { "Name": "Columbus United Fencing Club" }, "HEMARatings": [], "M2Ratings": [] } }, { "EventId": 26, "PoolPosition": 1, "DEPosition": null, "Status": "Absent", "Person": { "PersonId": 37, "DisplayName": "Brian Thiessen", "ClubId": 38, "ShowData": true, "Images": [], "Club": { "Name": "Steelhead Western Martial Arts" }, "HEMARatings": [ { "Rating": 1114.2 } ], "M2Ratings": [] } }, { "EventId": 26, "PoolPosition": 8, "DEPosition": null, "Status": "Absent", "Person": { "PersonId": 18, "DisplayName": "Sean Hanson", "ClubId": 3, "ShowData": true, "Images": [], "Club": { "Name": "Sword & Blade of Callie" }, "HEMARatings": [], "M2Ratings": [] } } ], "poolStrength": 0, "poolStrengthInd": 0 }, { "PoolId": 181, "Name": "Pool 2", "RingName": "Ring 2", "Flight": 1, "PoolType": "pool", "EventId": 26, "Status": "planning", "Updated": "2024-10-16T13:38:51.000Z", "EventPersons": [ { "EventId": 26, "PoolPosition": 2, "DEPosition": null, "Status": "Absent", "Person": { "PersonId": 49, "DisplayName": "Jack Seyler", "ClubId": 43, "ShowData": true, "Images": [], "Club": { "Name": "Ars Gladii" }, "HEMARatings": [ { "Rating": 1282.1 } ], "M2Ratings": [] } }, { "EventId": 26, "PoolPosition": 6, "DEPosition": null, "Status": "Absent", "Person": { "PersonId": 9, "DisplayName": "Sean McCoy", "ClubId": 7, "ShowData": true, "Images": [], "Club": { "Name": "Hilt & Heart" }, "HEMARatings": [], "M2Ratings": [] } }, { "EventId": 26, "PoolPosition": 3, "DEPosition": null, "Status": "Absent", "Person": { "PersonId": 89, "DisplayName": "Jesse May", "ClubId": 18, "ShowData": true, "Images": [], "Club": { "Name": "Hilt and Helm Pittsburgh Fencing Club" }, "HEMARatings": [ { "Rating": 1001.1 } ], "M2Ratings": [] } }, { "EventId": 26, "PoolPosition": 7, "DEPosition": null, "Status": "Absent", "Person": { "PersonId": 111, "DisplayName": "Aaron Senteney", "ClubId": 38, "ShowData": true, "Images": [], "Club": { "Name": "Steelhead Western Martial Arts" }, "HEMARatings": [], "M2Ratings": [] } } ], "poolStrength": 0, "poolStrengthInd": 0 } ], "eventRules": [ { "RuleId": 1, "RuleName": "PoolTime", "RuleValue": "120", "Context": "pool" }, { "RuleId": 2, "RuleName": "PoolMaxPoints", "RuleValue": "7", "Context": "pool" }, { "RuleId": 3, "RuleName": "DETime", "RuleValue": "120", "Context": "de" }, { "RuleId": 4, "RuleName": "DEMaxPoints", "RuleValue": "7", "Context": "de" }, { "RuleId": 5, "RuleName": "DE3rdFenceOff", "RuleValue": "false", "Context": "de" }, { "RuleId": 9, "RuleName": "DEPromotionOrder", "RuleValue": "Win Percent,Win Count,Indicator,Points Scored", "Context": "de" }, { "RuleId": 10, "RuleName": "DENumOfPromotion", "RuleValue": "100%", "Context": "de" }, { "RuleId": 11, "RuleName": "PoolSeeding", "RuleValue": "HR - Hema Rating", "Context": "pool" }, { "RuleId": 14, "RuleName": "CutOffNumber", "RuleValue": "64", "Context": "event" } ], "hostingClubColors": { "Color1": "navy", "Color2": "rose" } }; export default getPoolsWithPeople;