Skip to content

Commit

Permalink
point adjustment
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmonisit committed Oct 26, 2024
1 parent 33ab30b commit 19d8606
Showing 1 changed file with 29 additions and 29 deletions.
58 changes: 29 additions & 29 deletions app/dashboard/views/organizerView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -52,35 +52,35 @@ const events = [
];

const eventPoints = {
'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':15,
'participating-videogame':5,
'winning-slots':15,
'participating-slots':-5,
'winning-trivia':50,
'participating-trivia':15,
'printing-photo':-10,
'stickers':-10,
'lotion':-15,
'tote-bag':-35,
'playing-cards':-35,
'small-stuffed-animals':-25,
'medium-stuffed-animals':-50,
'large-stuffed-animals':-70,
'lego-sets':-100,
'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': 15,
'participating-videogame': 5,
'winning-slots': 15,
'participating-slots': -5,
'winning-trivia': 50,
'participating-trivia': 15,
'printing-photo': -10,
stickers: -10,
lotion: -15,
'tote-bag': -35,
'playing-cards': -35,
'small-stuffed-animals': -25,
'medium-stuffed-animals': -50,
'large-stuffed-animals': -70,
'lego-sets': -120,
};

function ScanStatus(props: {
Expand Down

0 comments on commit 19d8606

Please sign in to comment.