Skip to content

Commit c51ecc2

Browse files
committed
another update for hackgt12 point values
1 parent bf60fb6 commit c51ecc2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

  • services/hexathons/src/common

services/hexathons/src/common/util.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@ import { InteractionModel, InteractionType } from "../models/interaction";
88
export const EVENT_TYPE_POINTS: { [key in EventType]: number } = {
99
"food": 0,
1010
"workshop": 30,
11-
"ceremony": 50,
11+
"ceremony": 0,
1212
"tech-talk": 40,
1313
"mini-event": 10,
1414
"important": 0,
1515
"speaker": 40,
16-
"mini-challenge": 30, // sponsor events at HackGT 12
16+
"mini-challenge": 40, // sponsor events at HackGT 12
1717
"important-workshop": 50,
1818
"main-event": 50, // Museum event at HackGT 12
1919
"performance": 15,
@@ -60,7 +60,7 @@ export const getHexathonUserWithUpdatedPoints = async (
6060
return prev + 20;
6161
}
6262
if (interaction.type === InteractionType.EXPO_SUBMISSION) {
63-
return prev + 200;
63+
return prev + 250;
6464
}
6565
return prev;
6666
}, 0);

0 commit comments

Comments
 (0)