Skip to content

Commit

Permalink
Merge pull request #62 from tiarasjec/schedule
Browse files Browse the repository at this point in the history
fix :  Event details
  • Loading branch information
anishshobithps authored May 7, 2024
2 parents 464f8c5 + ca37472 commit cc328c4
Showing 1 changed file with 51 additions and 51 deletions.
102 changes: 51 additions & 51 deletions src/data/categoryList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -947,55 +947,55 @@ const categoriesList = {
},
],
},
"12": {
team: true,
name: "Gully-Googly (Gully Cricket)",
description: "Beneath the sky, amidst chaos, legends rise with every swing of the bat",
prerequisites: [
"Each team typically consists of six players.",
"The scheduled arrival time is 9 a.m.",
"Failure to report at the assigned time will result in automatic disqualification for the team.",
"Students from different colleges are allowed to form a single team.",
],
rules: [
"There are no sixes; only boundaries are considered.",
"Runs can also be scored by running between the wickets.",
"Bowling will be conducted underarm within the designated box.",
"Common modes of dismissal include getting caught by a fielder, getting bowled, being run out, or hitting a six.",
"One pitch caught in one hand is considered out.",
"Fielders are positioned based on mutual agreement, often with variations due to space constraints.",
"Each match consists of three overs per side.",
"Gully cricket is played in a fun and spirited manner, with an emphasis on enjoyment.",
"Fair play and sportsmanship are encouraged among players.",
"Any form of vulgarity or misconduct will not be tolerated and may result in the disqualification of the offending team.",
"If a match ends in a draw, a super-over will be played. If the super over also ends in a draw, the winner will be decided by a toss.",
"Decisions made by the judges, organizers, and umpires will be deemed final and binding.",
],
costs: 1000,
thumbnail: `${tiaraAssetsPrefix}/nontechnical/gully_googly.avif`,
startTime: "2024-05-12 10:00",
// endTime: "2024-05-12 18:00",
facultyCoordinators: [
{
name: "Michael Johnson",
phone: "+1122334455",
},
],
studentCoordinators: [
{
name: "KarthikH",
phone: "7907783754",
},
{
name: "Abhishek U Acharva",
phone: "9739454720",
},
{
name: "AbhiramS",
phone: "7338475817",
},
],
},
// "12": {
// team: true,
// name: "Gully-Googly (Gully Cricket)",
// description: "Beneath the sky, amidst chaos, legends rise with every swing of the bat",
// prerequisites: [
// "Each team typically consists of six players.",
// "The scheduled arrival time is 9 a.m.",
// "Failure to report at the assigned time will result in automatic disqualification for the team.",
// "Students from different colleges are allowed to form a single team.",
// ],
// rules: [
// "There are no sixes; only boundaries are considered.",
// "Runs can also be scored by running between the wickets.",
// "Bowling will be conducted underarm within the designated box.",
// "Common modes of dismissal include getting caught by a fielder, getting bowled, being run out, or hitting a six.",
// "One pitch caught in one hand is considered out.",
// "Fielders are positioned based on mutual agreement, often with variations due to space constraints.",
// "Each match consists of three overs per side.",
// "Gully cricket is played in a fun and spirited manner, with an emphasis on enjoyment.",
// "Fair play and sportsmanship are encouraged among players.",
// "Any form of vulgarity or misconduct will not be tolerated and may result in the disqualification of the offending team.",
// "If a match ends in a draw, a super-over will be played. If the super over also ends in a draw, the winner will be decided by a toss.",
// "Decisions made by the judges, organizers, and umpires will be deemed final and binding.",
// ],
// costs: 1000,
// thumbnail: `${tiaraAssetsPrefix}/nontechnical/gully_googly.avif`,
// startTime: "2024-05-07 10:00",
// // endTime: "2024-05-12 18:00",
// facultyCoordinators: [
// {
// name: "Michael Johnson",
// phone: "+1122334455",
// },
// ],
// studentCoordinators: [
// {
// name: "KarthikH",
// phone: "7907783754",
// },
// {
// name: "Abhishek U Acharva",
// phone: "9739454720",
// },
// {
// name: "AbhiramS",
// phone: "7338475817",
// },
// ],
// },
// "13": {
// team: true,
// name: "Dunkin-Dribble (3x3 Basketball)",
Expand Down Expand Up @@ -1155,11 +1155,11 @@ const categoriesList = {
prerequisites: [],
rules: [
"Team size and composition:",
"Maximum no. of members (including accompanists) - 12",
"Maximum no. of members (including accompanists) - 10",
"Minimum vocalists - 4",
"Maximum vocalists - 7",
"Maximum no. of instruments per team: 3",
"Time limit: 2 minutes of setup time + 5 minutes of performance time (8 minutes in total).",
"Time limit: 2 minutes of setup time + 6 minutes of performance time (8 minutes in total).",
"No pre-recorded instrumentals or vocals will be allowed.",
"One individual is allowed to be a part of only one group. (Being part of more than one group will result in immediate disqualification).",
"Any regional languages, as well as English songs, will be permitted.",
Expand Down

0 comments on commit cc328c4

Please sign in to comment.