Skip to content

Commit

Permalink
Refactor: Update event IDs in mock_events.json
Browse files Browse the repository at this point in the history
  • Loading branch information
luthfiarifin committed Oct 6, 2024
1 parent e1e8e21 commit 0bfa983
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions app/data/mock_events.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[
{
"eventId": 1,
"eventId": 0,
"organizer": "6700f3aa798dc557f72ec630",
"name": "Web Summit",
"description": "One of the largest tech conferences in the world.",
Expand Down Expand Up @@ -32,7 +32,7 @@
]
},
{
"eventId": 2,
"eventId": 1,
"organizer": "6700f3aa798dc557f72ec630",
"name": "Tomorrowland",
"description": "The world’s biggest electronic music festival.",
Expand Down Expand Up @@ -64,7 +64,7 @@
]
},
{
"eventId": 3,
"eventId": 2,
"organizer": "6700f3aa798dc557f72ec630",
"name": "Comic-Con San Diego",
"description": "The largest convention of comics, movies, and pop culture.",
Expand Down Expand Up @@ -96,7 +96,7 @@
]
},
{
"eventId": 4,
"eventId": 3,
"organizer": "6700f3aa798dc557f72ec630",
"name": "SXSW (South by Southwest)",
"description": "Annual conglomeration of film, interactive media, and music festivals.",
Expand Down Expand Up @@ -128,7 +128,7 @@
]
},
{
"eventId": 5,
"eventId": 4,
"organizer": "6700f3aa798dc557f72ec630",
"name": "Coachella Valley Music and Arts Festival",
"description": "One of the biggest music and arts festivals in the world.",
Expand Down Expand Up @@ -160,7 +160,7 @@
]
},
{
"eventId": 6,
"eventId": 5,
"organizer": "6700f3aa798dc557f72ec630",
"name": "The Met Gala",
"description": "Annual fundraising gala for the Metropolitan Museum of Art's Costume Institute.",
Expand All @@ -184,7 +184,7 @@
]
},
{
"eventId": 7,
"eventId": 6,
"organizer": "6700f3aa798dc557f72ec630",
"name": "Cannes Film Festival",
"description": "Annual film festival held in Cannes, France.",
Expand All @@ -208,7 +208,7 @@
]
},
{
"eventId": 8,
"eventId": 7,
"organizer": "6700f3aa798dc557f72ec630",
"name": "Wimbledon Tennis Championships",
"description": "The oldest and most prestigious tennis tournament in the world.",
Expand Down Expand Up @@ -240,7 +240,7 @@
]
},
{
"eventId": 9,
"eventId": 8,
"organizer": "6700f3aa798dc557f72ec630",
"name": "Oktoberfest",
"description": "The world's largest Volksfest, combining a beer festival and a traveling funfair.",
Expand All @@ -264,7 +264,7 @@
]
},
{
"eventId": 10,
"eventId": 9,
"organizer": "6700f3aa798dc557f72ec630",
"name": "New York Fashion Week",
"description": "One of the major fashion weeks held globally, showcasing upcoming fashion trends.",
Expand Down Expand Up @@ -296,7 +296,7 @@
]
},
{
"eventId": 11,
"eventId": 10,
"organizer": "6700f3aa798dc557f72ec630",
"name": "Burning Man",
"description": "A week-long annual event focusing on community, art, self-expression, and self-reliance.",
Expand All @@ -320,7 +320,7 @@
]
},
{
"eventId": 13,
"eventId": 12,
"organizer": "6700f3aa798dc557f72ec630",
"name": "SXSW (South by Southwest)",
"description": "Annual conglomerate of parallel film, interactive media, and music festivals and conferences.",
Expand Down Expand Up @@ -352,7 +352,7 @@
]
},
{
"eventId": 14,
"eventId": 13,
"organizer": "6700f3aa798dc557f72ec630",
"name": "Comic-Con International",
"description": "The largest comic and popular arts convention in the world.",
Expand Down Expand Up @@ -384,7 +384,7 @@
]
},
{
"eventId": 16,
"eventId": 14,
"organizer": "6700f3aa798dc557f72ec630",
"name": "Edinburgh Fringe Festival",
"description": "The world's largest arts festival, featuring thousands of performances across various genres.",
Expand Down Expand Up @@ -416,7 +416,7 @@
]
},
{
"eventId": 17,
"eventId": 15,
"organizer": "6700f3aa798dc557f72ec630",
"name": "Formula 1 Monaco Grand Prix",
"description": "The most prestigious race in the Formula 1 calendar.",
Expand Down Expand Up @@ -448,7 +448,7 @@
]
},
{
"eventId": 18,
"eventId": 16,
"organizer": "6700f3aa798dc557f72ec630",
"name": "Melbourne International Comedy Festival",
"description": "One of the three largest comedy festivals in the world.",
Expand Down

0 comments on commit 0bfa983

Please sign in to comment.