From 8acfa34d3b0a412134f6d8e26c8df7aa574a2ac7 Mon Sep 17 00:00:00 2001
From: Andrew Somers <67980093+avsomers25@users.noreply.github.com>
Date: Sat, 4 Oct 2025 13:56:32 -0400
Subject: [PATCH 1/2] AAA
---
app/dashboard/page.tsx | 40 +++++++++++++++++++++++-
app/dashboard/views/organizerView.tsx | 44 +++++++++++++++++----------
2 files changed, 67 insertions(+), 17 deletions(-)
diff --git a/app/dashboard/page.tsx b/app/dashboard/page.tsx
index 8c6c62f..c3ab89e 100644
--- a/app/dashboard/page.tsx
+++ b/app/dashboard/page.tsx
@@ -1172,7 +1172,8 @@ export default function Dashboard() {
- {/* Clue Counter Card */}
+ {/* Clue Counter Card */}
+ {false && (
+ Autopsy reported intoxication, multiple lacerations, and burn marks found on his body. Cause of death: not yet known. +
+ ) + } + { + userData?.stage == "Nemo" && ( ++ In order to not startle guests, an announcement was made. “Unfortunately, Austin was not able to make his speech tonight. Instead, his close peer and CEO of (company name), Horacio will be presenting in his place. Horacio takes the stage prepared. +
+ ) + } + { + userData?.stage == "Gear Game" && ( ++ Photo of Obsidian, Archibald, Horacio, and Austin all sharing a drink dated as 7:55pm (horacio next to austin). Obsidian looks annoyed at Austin, while Archibald and Horacio excitedly cheer with him +
+ ) + } + { + userData?.stage == "Cup stacking" && ( ++ Aurelia had to leave shortly before Austin’s speech due to her increased workload at his company. Shortly after his body was discovered, she appeared like she never left, biting her nails and repeatedly running her fingers through her hair. +
+ ) + } + { + userData?.stage == "Ring Toss" && ( ++ "Just Kevin and I went looking for Austin a few minutes after his speech was supposed to start. Security stopped us at the door, telling us not to step any closer..." +
+ ) + }You’ve advanced to stage {userData?.stage}.
diff --git a/app/dashboard/views/organizerView.tsx b/app/dashboard/views/organizerView.tsx index 13fcb1c..6de9560 100644 --- a/app/dashboard/views/organizerView.tsx +++ b/app/dashboard/views/organizerView.tsx @@ -35,11 +35,14 @@ const eventPoints = { 'f-25 dinner-saturday': 0, 'meal-placeholder': 0, 'Cipher': 20, - 'Gear game': 20, + 'Gear game 20': 20, + 'Gear game 10': 10, 'Switch game': 10, 'Ring toss - middle': 15, - 'Ring toss - side': 10, - 'Cup stacking': 15, + 'Ring toss - side10': 10, + 'Ring toss - side5': 5, + 'Cup stacking - 10': 10, + 'Cup stacking - 20': 20, 'Workshop': 15, 'shop - Lego flowers' : -15, 'shop - LotFancy Deck of Cards': -30, @@ -50,14 +53,16 @@ const eventPoints = { 'shop - Squishmallow Octopus': -110, 'shop - Fall Squishmallows': -65, 'shop - steampunk plush': -40, + 'shop - google waterbottle': -120, }; function ScanStatus(props: { status: STATUS; scanType: ScannerTab; fullName: string; + scannedEmail: string; }) { - const { status, scanType, fullName } = props; + const { status, scanType, fullName, scannedEmail } = props; return (Status:
{fullName &&
Found User: {fullName}
} +{fullName &&
Email: {scannedEmail}
}{status === 'SUCCESSFUL' && (
Successful.
@@ -117,7 +123,7 @@ function OrganizerView() { ); const [isSponsor, setIsSponsor] = useState{scanResponse}
+{scanResponse}