File tree Expand file tree Collapse file tree
services/hexathons/src/common Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -8,12 +8,12 @@ import { InteractionModel, InteractionType } from "../models/interaction";
88export 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 ) ;
You can’t perform that action at this time.
0 commit comments