Skip to content

Commit

Permalink
Changes to points
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinmonisit committed Feb 1, 2025
1 parent c1440d5 commit 7414694
Showing 1 changed file with 14 additions and 13 deletions.
27 changes: 14 additions & 13 deletions app/dashboard/views/organizerView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,30 +22,31 @@ type ScannerTab = 'CHECK IN' | 'EVENT' | 'MANUAL' | 'SPONSOR';
const timeWhenAllHackersCanComeThrough = new Date(2024, 2, 23, 12, 0); // March 23rd, 12PM

const eventPoints = {
"github-copilot": 15,
"figma-workshop": 15,
"github-copilot": 25,
"figma-workshop": 25,
"wakefern-coffee-chat": 15,
"wakefern-cafe": 15,
"midnight-surprise": 15,
"icims-tech-talk": 15,
"icims-tech-talk": 25,
"lunch-saturday": 0,
"dinner-saturday": 0,
"breakfast-sunday": 0,
"lunch-sunday": 0,
"meal-placeholder": 0,
"overcookd-4person-3-stars": 20,
"overcookd-4person-2-stars": 15,
"overcookd-4person-1-star": 10,
"overcookd-2v2-winner": 10,
"food-texture-guess": 15,
"tea-tasting-guess": 15,
"overcookd-4person-3-stars": 30,
"overcookd-4person-2-stars": 20,
"overcookd-4person-1-star": 15,
"overcookd-2v2-winner": 15,
"food-texture-guess": 10,
"tea-tasting-guess": 20,

"chess": 5,

"cup-stack-large-win": 15,
"cup-stack-large-under-time": 5,
"cup-stack-small-win": 15,
"cup-stack-small-under-time": 10,
"cup-stack-large-shorter-time": 15,
"cup-stack-large-longer-time": 10,
"cup-stack-small-shorter-time": 15,
"cup-stack-small-longer-time": 10,
"stack-cup-game-win": 25,

"jellybean-first-place": 75,
"jellybean-second-place": 50,
Expand Down

0 comments on commit 7414694

Please sign in to comment.