Press n or j to go to the next uncovered block, b, p or k for the previous block.
| 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 | 436x 436x 436x 436x | import dayjs from "dayjs";
import {
AssignmentAlgorithm,
EventName,
EventConfig,
EventSignupStrategy,
LoginProvider,
RemoveLotterySignupsStrategy,
} from "shared/config/eventConfigTypes";
import { ProgramType, SignupType } from "shared/types/models/programItem";
import { SignupQuestionType } from "shared/types/models/settings";
// Event days
const friday = "2026-07-24";
const saturday = "2026-07-25";
const sunday = "2026-07-26";
export const eventConfig: EventConfig = {
// Event info
eventName: EventName.ROPECON,
eventYear: "2026",
// Event settings
enableRevolvingDoor: true,
enableTagDropdown: true,
assignmentAlgorithm: AssignmentAlgorithm.RANDOM_PADG,
enableGroups: true,
removeLotterySignupsStrategy: RemoveLotterySignupsStrategy.OVERLAP,
programGuideUrl: "https://ropecon.fi/opas",
activeProgramTypes: [
ProgramType.TABLETOP_RPG,
ProgramType.LARP,
ProgramType.WORKSHOP,
ProgramType.TOURNAMENT,
ProgramType.OTHER_GAMING,
ProgramType.OTHER,
],
twoPhaseSignupProgramTypes: [
ProgramType.TABLETOP_RPG,
ProgramType.LARP,
ProgramType.WORKSHOP,
ProgramType.OTHER_GAMING,
],
eventStartTime: `${friday}T12:00:00Z`, // Fri 15:00 GMT+3
preConventionWeekSignupStartTime: "2026-07-13T17:00:00Z", // Mon 13.7. 20:00 GMT+3
mainEventProgramVisibleTime: "2026-07-23T17:00:00Z", // Thu 23.7. 20:00 GMT+3
directSignupWindows: {
tournament: [
// Friday
{
signupWindowStart: dayjs(`${friday}T12:00:00Z`), // Fri 15:00 GMT+3
signupWindowClose: dayjs(`${friday}T21:00:00Z`), // Fri 24:00 GMT+3
},
// Saturday
{
signupWindowStart: dayjs(`${friday}T15:00:00Z`), // Fri 18:00 GMT+3
signupWindowClose: dayjs(`${saturday}T21:00:00Z`), // Sat 24:00 GMT+3
},
// Sunday
{
signupWindowStart: dayjs(`${saturday}T15:00:00Z`), // Sat 18:00 GMT+3
signupWindowClose: dayjs(`${sunday}T21:00:00Z`), // Sun 24:00 GMT+3
},
],
},
rollingDirectSignupProgramTypes: [ProgramType.OTHER],
enableRollingDirectSignupPreviousDay: true,
hideParticipantListProgramTypes: [],
// These program items have their signup always open even if signup mode is set to lottery
directSignupAlwaysOpenIds: [],
// Add these to Konsti under 'other' program type
addToKonstiOther: [],
// These program items have hand picked revolving door status
addRevolvingDoorIds: [],
// These program items are imported to Konsti but don't have Konsti signup
noKonstiSignupIds: [],
// Don't import these program items from Kompassi - this is program item id, not schedule item
ignoreProgramItemsIds: [],
signupQuestions: [
{
programItemId: "hamarankavijat-roolipeli", // Hämäränkävijät-roolipeli – 1. pelautus (5 - 8-vuotiaille)
questionFi: "Peliin ilmoitetun lapsen ikä",
questionEn: "The age of the child signed up for the game",
private: true,
type: SignupQuestionType.TEXT,
selectOptions: [],
},
{
programItemId: "hamarankavijat-roolipeli-2", // Hämäränkävijät-roolipeli – 2. pelautus (5 - 8-vuotiaille)
questionFi: "Peliin ilmoitetun lapsen ikä",
questionEn: "The age of the child signed up for the game",
private: true,
type: SignupQuestionType.TEXT,
selectOptions: [],
},
{
programItemId: "hamarankavijat-roolipeli-3", // Hämäränkävijät-roolipeli – 3. pelautus (7 - 12-vuotiaille)
questionFi: "Peliin ilmoitetun lapsen ikä",
questionEn: "The age of the child signed up for the game",
private: true,
type: SignupQuestionType.TEXT,
selectOptions: [],
},
{
programItemId: "pikamaalauskilpailu-speed-painting-contest",
questionFi: "Haluan, että maalattavan figuni pohjaväri on",
questionEn: "I want my miniature to be primed",
private: false,
type: SignupQuestionType.SELECT,
selectOptions: [
{ optionFi: "Musta", optionEn: "Black" },
{ optionFi: "Valkoinen", optionEn: "White" },
],
},
{
programItemId: "pikamaalauskilpailu-speed-painting-contest-2",
questionFi: "Haluan, että maalattavan figuni pohjaväri on",
questionEn: "I want my miniature to be primed",
private: false,
type: SignupQuestionType.SELECT,
selectOptions: [
{ optionFi: "Musta", optionEn: "Black" },
{ optionFi: "Valkoinen", optionEn: "White" },
],
},
{
programItemId: "pikamaalauskilpailu-speed-painting-contest-3",
questionFi: "Haluan, että maalattavan figuni pohjaväri on",
questionEn: "I want my miniature to be primed",
private: false,
type: SignupQuestionType.SELECT,
selectOptions: [
{ optionFi: "Musta", optionEn: "Black" },
{ optionFi: "Valkoinen", optionEn: "White" },
],
},
{
programItemId: "pikamaalauskilpailu-speed-painting-contest-4",
questionFi: "Haluan, että maalattavan figuni pohjaväri on",
questionEn: "I want my miniature to be primed",
private: false,
type: SignupQuestionType.SELECT,
selectOptions: [
{ optionFi: "Musta", optionEn: "Black" },
{ optionFi: "Valkoinen", optionEn: "White" },
],
},
],
tournamentSignupQuestion: null,
tournamentSignupQuestionExcludeIds: [],
customDetailsProgramItems: {},
// Require checkbox to be checked before signing up
entryConditions: [],
// Two phase signup settings
preSignupStart: 60 * 4, // minutes
directSignupPhaseStart: 60 * 2, // minutes
phaseGap: 15, // minutes
// Use fixed time to open all lottery signups for the whole event
fixedLotterySignupTime: null,
// Program items with parentId use startTime configured here
startTimesByParentIds: new Map(),
// What signup type is set if signup type is missing
defaultSignupType: SignupType.OTHER,
// Default DB values
defaultSignupStrategy: EventSignupStrategy.LOTTERY_AND_DIRECT,
defaultLoginProvider: LoginProvider.LOCAL_KOMPASSI,
};
|