From 815d97a3caa93f5ae2952d550d118dade440203f Mon Sep 17 00:00:00 2001 From: Andrew Somers <67980093+avsomers25@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:27:58 -0400 Subject: [PATCH 1/2] events list --- app/dashboard/views/organizerView.tsx | 42 +++++++++------------------ 1 file changed, 14 insertions(+), 28 deletions(-) diff --git a/app/dashboard/views/organizerView.tsx b/app/dashboard/views/organizerView.tsx index 4d9411c..1d76af0 100644 --- a/app/dashboard/views/organizerView.tsx +++ b/app/dashboard/views/organizerView.tsx @@ -23,42 +23,28 @@ const timeWhenAllHackersCanComeThrough = new Date(2024, 2, 23, 12, 0); // March const events = [ 'lunch-saturday', - 'wakefern-tech-talk', - 'wakefern-api-demo', + 'github-copilot', 'icims-tech-talk', - 'rusa-workshop', + 'NTICE-talk', 'usacs-resume-workshop', - 'cloudflare-tech-talk', - 'mlh-soroban-quest', - 'mlh-copilot', - 'meta-swe-tech-talk', - 'rucp-workshop', + 'figma-workshop', + 'NJT-metro', 'dinner-saturday', 'breakfast-sunday', 'lunch-sunday', - 'chess-win', - 'found-douglass', - 'tshirts', ]; const eventPoints = { - 'lunch-saturday': 0, - 'wakefern-tech-talk': 20, - 'wakefern-api-demo': 20, - 'icims-tech-talk': 20, - 'rusa-workshop': 20, - 'usacs-resume-workshop': 10, - 'cloudflare-tech-talk': 20, - 'mlh-soroban-quest': 10, - 'mlh-copilot': 10, - 'meta-swe-tech-talk': 10, - 'rucp-workshop': 10, - 'dinner-saturday': 0, - 'breakfast-sunday': 0, - 'lunch-sunday': 0, - 'chess-win': 15, - 'found-douglass': 15, - tshirts: 0, + 'lunch-saturday':0, + 'github-copilot':15, + 'icims-tech-talk':15, + 'NTICE-talk':15, + 'usacs-resume-workshop':15, + 'figma-workshop':15, + 'NJT-metro':15, + 'dinner-saturday':0, + 'breakfast-sunday':0, + 'lunch-sunday':0, }; function ScanStatus(props: { From d4d93e9bfd3af7fa57728475f35df05aadf23506 Mon Sep 17 00:00:00 2001 From: Andrew Somers <67980093+avsomers25@users.noreply.github.com> Date: Fri, 25 Oct 2024 10:35:00 -0400 Subject: [PATCH 2/2] Update organizerView.tsx --- app/dashboard/views/organizerView.tsx | 34 +++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) diff --git a/app/dashboard/views/organizerView.tsx b/app/dashboard/views/organizerView.tsx index 1d76af0..da8fd04 100644 --- a/app/dashboard/views/organizerView.tsx +++ b/app/dashboard/views/organizerView.tsx @@ -32,6 +32,23 @@ const events = [ 'dinner-saturday', 'breakfast-sunday', 'lunch-sunday', + 'cat-attire', + 'hidden-cat', + 'win-blackjack', + 'minigold-ho1', + 'winning-videogame', + 'participating-videogame', + 'winning-slots', + 'participating-slots', + 'winning-trivia', + 'participating-trivia', + 'printing-photo', + 'stickers', + 'lotion', + 'tote-bag', + 'playing-cards', + 'stuffed-animals', + 'lego-sets', ]; const eventPoints = { @@ -45,6 +62,23 @@ const eventPoints = { 'dinner-saturday':0, 'breakfast-sunday':0, 'lunch-sunday':0, + 'cat-attire':15, + 'hidden-cat':15, + 'win-blackjack':10, + 'minigold-ho1':20, + 'winning-videogame':20, + 'participating-videogame':5, + 'winning-slots':20, + 'participating-slots':-5, + 'winning-trivia':50, + 'participating-trivia':15, + 'printing-photo':-10, + 'stickers':-15, + 'lotion':-25, + 'tote-bag':-25, + 'playing-cards':-30, + 'stuffed-animals':-30, + 'lego-sets':-70, }; function ScanStatus(props: {