Skip to content

Commit

Permalink
Update organizerView.tsx
Browse files Browse the repository at this point in the history
  • Loading branch information
avsomers25 committed Oct 25, 2024
1 parent 815d97a commit d4d93e9
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions app/dashboard/views/organizerView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand All @@ -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: {
Expand Down

0 comments on commit d4d93e9

Please sign in to comment.