You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: constants/general.constant.js
+12-2Lines changed: 12 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -28,9 +28,16 @@ const HACKER_STATUSES = [
28
28
// This date is Jan 6, 2020 00:00:00 GMT -0500
29
29
constAPPLICATION_CLOSE_TIME=1578286800000;
30
30
31
+
constCONFIRMATION_TYPE_INVITE="Invite";
32
+
constCONFIRMATION_TYPE_ORGANIC="Organic";
33
+
constCONFIRMATION_TYPES=[
34
+
CONFIRMATION_TYPE_INVITE,
35
+
CONFIRMATION_TYPE_ORGANIC
36
+
];
37
+
31
38
constTRAVEL_STATUS_NONE="None";// Hacker has not been offered compensation for travelling
32
39
constTRAVEL_STATUS_BUS="Bus";// Hacker is taking bus to hackathon
33
-
constTRAVEL_STATUS_POLICY="Policy";// Hacker has been offer some reimbursement, but we are waiting for hacker to accept travel policy first
40
+
constTRAVEL_STATUS_POLICY="Policy";// Hacker has been offer some reimbursement, but we are waiting for hacker to accept travel policy first
34
41
constTRAVEL_STATUS_OFFERED="Offered";// Hacker has been offered some amount of compensation for travelling, but we have not verified their reciepts yet
35
42
constTRAVEL_STATUS_VALID="Valid";// Hacker has been offered some amount of compensation for travelling and have uploaded reciepts which we have confirmed to be an approprate amount
36
43
constTRAVEL_STATUS_INVALID="Invalid";// Hacker has been offered some amount of compensation for travelling but have uploaded reciepts which we have confirmed to be an inapproprate amount
0 commit comments