Skip to content

Commit

Permalink
Merge pull request #56 from tiarasjec/hotfix
Browse files Browse the repository at this point in the history
fix : event rules
  • Loading branch information
rabilrbl authored May 3, 2024
2 parents 90d58f0 + ded9773 commit c3e8eb1
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions src/data/categoryList.ts
Original file line number Diff line number Diff line change
Expand Up @@ -411,22 +411,12 @@ const categoriesList = {
name: "Business Bay (Shark Tank)",
description: "A dynamic thrill of Ideas and Toss.",
rules: [
"Open to all drone enthusiasts.",
"Individual or team participation (up to 5 members).",
"No restrictions on team composition.",
"One attempt per bot.",
"Penalties for collisions.",
"No arena access during race.",
"No test flights.",
"Teams must have charged batteries.",
"Drone must cross finish line to win.",
"Off-the-shelf drones prohibited.",
"Frame size limitations.",
"Battery/power supply limitations.",
"Line-of-sight operation.",
"Radio telemetry range limitations.",
"Team size: 2-3 Members",
"Plagiarized content found in any video will lead to immediate disqualification.",
"Decision of the judges will be final in all regards."
],
prerequisites: ["Drone building and piloting skills."],
prerequisites: [],

general_rules: ["Sportsmanship and adherence to event guidelines."],
thumbnail: `${tiaraAssetsPrefix}/technical/business_bay.avif`,
startTime: "2024-05-09 10:00:00",
Expand Down Expand Up @@ -631,7 +621,7 @@ const categoriesList = {
"Candidates should be present at the venue on time.",
"Participant must carry their own laptop and other accessories.",
],
prerequisites: ["PP"],
prerequisites: [],
costs: 250,
thumbnail: `${tiaraAssetsPrefix}/nontechnical/synergy.avif`,
startTime: "2024-05-12 10:00",
Expand Down

0 comments on commit c3e8eb1

Please sign in to comment.