@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.
92 lines (91 loc) • 2.97 kB
JavaScript
const mockTournamentDetails =
{
"TournamentId": 9,
"Name": "Queen's Court",
"StartDate": "2024-07-20",
"EndDate": "2024-07-21",
"RegistrationCutOff": "2024-07-20",
"Description": "Queen City Sword GuildΓÇÖs first tournament, featuring steel longsword.",
"HostedOnM2": true,
"TotalParticipants": 77,
"Events": [
{
"EventId": 1,
"EventName": "Longsword Open",
"Date": "2024-05-03",
"StartTime": "12:00:16",
"ParticipantsCount": 13,
"Weapon": {
"Name": "Longsword"
}
},
{
"EventId": 8,
"EventName": "Longsword B",
"Date": "2024-07-20",
"StartTime": "09:00:00",
"ParticipantsCount": 26,
"Weapon": {
"Name": "Longsword"
}
},
{
"EventId": 9,
"EventName": "Longsword A",
"Date": "2024-07-20",
"StartTime": "13:00:00",
"ParticipantsCount": 15,
"Weapon": {
"Name": "Longsword"
}
},
{
"EventId": 10,
"EventName": "Messer",
"Date": "2024-07-21",
"StartTime": "09:00:00",
"ParticipantsCount": 23,
"Weapon": {
"Name": "Messer"
}
}
],
"Club": {
"Name": "Queen City Sword Guild",
"ClubId": 23,
"Images": [
{
"ImageId": 34,
"URL": "https://meyersquared.com/images/Club12.png",
"AltText": "Queens City"
}
]
},
"Address": {
"Name": "Test Location",
"City": "Delaware",
"State": "OH",
"Address1": "123 Anywhere",
"Zip": 43015,
"Coordinates": "40.2828592,-83.1118049"
},
"Images": [
{
"ImageId": 24,
"URL": "https://images.squarespace-cdn.com/content/v1/588e439e1b10e309aeed2280/1549377422004-9SSG2INBP1HGR5OK4DIN/FacebookMockup2.png?format=1000w",
"AltText": "Queen's Court"
}
],
"PrimaryContact": {
"DisplayName": "Dwain Crackel",
"Images": [
{
"ImageId": 7,
"URL": "https://randomuser.me/api/portraits/men/22.jpg",
"AltText": null
}
]
},
"TotalEvents": 4
}
export default mockTournamentDetails;