Skip to content

Commit

Permalink
Merge pull request #233 from HackRU/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
avsomers25 authored Oct 25, 2024
2 parents 4264591 + d4d93e9 commit aa82b84
Showing 1 changed file with 48 additions and 28 deletions.
76 changes: 48 additions & 28 deletions app/dashboard/views/organizerView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,42 +23,62 @@ 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',
'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 = {
'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,
'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: {
Expand Down

0 comments on commit aa82b84

Please sign in to comment.