@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.
123 lines (122 loc) • 5.07 kB
JavaScript
const mockGetTournamentId =
{
"TournamentId": 74,
"Name": "Scioto Open",
"StartDate": "2025-11-08",
"EndDate": "2025-11-12",
"RegistrationCutOff": "2025-11-08",
"Description": "<p><strong>Columbus United Fencing Club presents our Fall event!</strong><br><br>We’re bringing our top judges and event staff to run a fast, fair, and exciting day of fencing!<br>Come sharpen your game and <strong>warm up for Lynx Cup!</strong></p><p><br>Events</p><ul><li><p><strong>Longsword: Division I & Division II</strong><br>• <strong>Division I eligibility:</strong> HEMA Ratings (Mixed & Men’s Steel Longsword or Including Women's and URG) <strong>over 1450</strong><br>• <strong>Division II:</strong> All other fencers<br>• <em>Note:</em> Staff may adjust division placement at their discretion to ensure safety and competitive balance.<br></p></li><li><p><strong>Marginalized Genders Longsword (MG)</strong><br>Open to <strong>women, non-binary, trans, and gender-expansive fencers</strong>.</p></li><li><p><br><strong>Other Events</strong><br>• <strong>Single Rapier</strong><br>• <strong>Saber</strong><br></p></li></ul><p>Pricing (Pre-Registration)</p><ul><li><p><strong>$45 base fee + $45 per event</strong><br></p></li></ul>",
"BasePrice": null,
"HostedOnM2": true,
"M2Registration": false,
"TotalParticipants": 3,
"Events": [
{
"EventId": 185,
"EventName": "Open Single Rapier",
"Status": "planning",
"EventPrice": null,
"Date": "2025-11-08",
"StartTime": "09:00:00",
"EventCutoff": "24",
"ParticipantsCount": 0,
"Weapon": {
"Name": "Single Rapier"
}
},
{
"EventId": 186,
"EventName": "Open Longsword Div 1",
"Status": "planning",
"EventPrice": null,
"Date": "2025-11-08",
"StartTime": "12:00:00",
"EventCutoff": "28",
"ParticipantsCount": 1,
"Weapon": {
"Name": "Longsword"
}
},
{
"EventId": 187,
"EventName": "Open Longsword Div 2",
"Status": "planning",
"EventPrice": null,
"Date": "2025-11-08",
"StartTime": "15:00:00",
"EventCutoff": "32",
"ParticipantsCount": 0,
"Weapon": {
"Name": "Longsword"
}
},
{
"EventId": 188,
"EventName": "Marginalized Genders Longsword",
"Status": "planning",
"EventPrice": null,
"Date": "2025-11-09",
"StartTime": "09:00:00",
"EventCutoff": "24",
"ParticipantsCount": 1,
"Weapon": {
"Name": "Longsword"
}
},
{
"EventId": 190,
"EventName": "Open Saber ",
"Status": "planning",
"EventPrice": null,
"Date": "2025-11-09",
"StartTime": "11:30:00",
"EventCutoff": "28",
"ParticipantsCount": 1,
"Weapon": {
"Name": "Military Saber"
}
}
],
"Club": {
"Name": "Columbus United Fencing Club",
"ClubId": 10,
"Images": [
{
"ImageId": 55,
"URL": "https://meyersquaredimages.com/images/clubs/cufc.png",
"AltText": null
}
]
},
"Address": {
"Name": "Columbus United Fencing Club",
"City": "Reynoldsburg",
"State": "OH",
"Address1": "6475 E Main St Suite #111",
"Zip": 43068,
"Coordinates": "39.953315,-82.9068263"
},
"Images": [
{
"ImageId": 87,
"URL": "https://meyersquaredimages.com/uploads/t-f2ec2ad7.png",
"AltText": "Scioto Open image"
}
],
"PrimaryContact": {
"PersonId": 62,
"DisplayName": "Matthew Dicken",
"Images": [
{
"ImageId": 56,
"URL": "https://meyersquaredimages.com/images/portraits/matdicken.png",
"AltText": "Portrait for Mat Dicken"
}
]
},
"SocialMedia": [],
"Merch": [],
"TotalEvents": 5,
"Status": "unknown"
}
export default mockGetTournamentId;