forked from magfest-archive/production-config
-
Notifications
You must be signed in to change notification settings - Fork 0
/
event-labs.yaml
349 lines (304 loc) · 12.1 KB
/
event-labs.yaml
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
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
---
classes:
- roles::uber_server
- uber::plugin_barcode
- uber::plugin_panels
- uber::plugin_guests
- uber::plugin_hotel
- uber::plugin_tabletop
- uber::plugin_magfest
uber::plugins::extra_plugins:
magclassic:
git_repo: 'https://github.com/magfest/magclassic'
git_branch: 'master'
attendee_tournaments:
git_repo: 'https://github.com/magfest/attendee_tournaments'
git_branch: 'master'
reports:
git_repo: 'https://github.com/magfest/reports'
git_branch: 'master'
uber::config::priority_plugins: "uber, panels, guests"
# event settings
uber::config::event_name: 'MAGFest Laboratories'
uber::config::year: 2017
uber::config::event_venue: 'The Hilton Alexandria Mark Center'
uber::config::event_venue_address: '5000 Seminary Rd, Alexandria, VA 22311'
uber::config::prereg_faq_url: 'https://labs.magfest.org/frequently-asked-questions'
uber::config::use_checkin_barcode: 'True'
uber::config::collect_extra_donation: True
uber::config::groups_enabled: 'True'
uber::config::group_discount: 5,
uber::config::epoch: '2017-09-01 08'
uber::config::eschaton: '2017-09-03 18'
uber::config::prereg_open: '2017-04-27 11'
uber::config::prereg_takedown: '2017-08-31'
uber::config::group_prereg_takedown: '2017-08-25'
uber::config::uber_takedown: '2017-09-01'
uber::config::placeholder_deadline: '2017-08-28'
uber::config::supporter_deadline: '2017-08-05'
uber::config::room_deadline: '2017-07-28'
uber::config::shirt_deadline: '2017-08-11'
uber::config::printed_badge_deadline: '2017-08-05'
uber::config::shifts_created: '2017-07-11' # CHANGE to whatever date you import shifts
uber::config::dealer_reg_start: '2017-07-01' # dealer reg not allowed before this date
uber::config::dealer_reg_deadline: '2017-07-15 03' # after this date, applications are auto-waitlisted
uber::config::dealer_reg_shutdown: '2017-07-20' # after this date, no new applications allowed
uber::config::dealer_payment_due: '2017-08-15' # dealers must pay by this date
uber::config::max_badge_sales: 2000
uber::config::at_the_con: False # WHEN SETTING THIS FROM TRUE TO FALSE, MAKE SURE TO SET post_con=TRUE
uber::config::post_con: True
uber::config::send_emails: False
uber::config::redirect_all_traffic_onsite: False
uber::config::out_of_shirts: 'False'
uber::config::donation_tier:
No thanks: 0
Shirt: SHIRT_LEVEL
Supporter Pack: SUPPORTER_LEVEL
Super Supporter: 170
uber::config::donation_tier_descriptions:
no_thanks:
name: "No thanks"
icon: ""
description: "No thanks"
link: ""
shirt:
name: "Shirt"
icon: "../static/icons/iconshirt.png"
description: "Ribbon|T-Shirt"
link: "../static_views/ribbon.html|../static_views/tshirt.html"
supporter_pack:
name: "Supporter Pack"
icon: "../static/icons/star.png"
description: "Upgraded electronic badge|Swag Bag"
link: "../static_views/badge.html|../static_views/swag_bag.html"
super_supporter:
name: "Super Supporter"
icon: "../static/icons/flask.png"
description: "Messenger bag|Surprise item"
link: "../static_views/messenger_bag.html|../static_views/surprise.html"
uber::config::badge_enums:
attendee_badge: "Attendee"
supporter_badge: "Supporter"
staff_badge: "Staff"
guest_badge: "Guest"
one_day_badge: "One Day"
# prereg form UI options
uber::config::donations_enabled: true
uber::config::consent_form_url: "https://labs.magfest.org/sites/default/files/MAGLabsParentalConsentForm.pdf"
uber::config::badge_types:
staff_badge:
range_start: 152
range_end: 999
supporter_badge:
range_start: 1000
range_end: 1999
guest_badge:
range_start: 2000
range_end: 2999
attendee_badge:
range_start: 3000
range_end: 5999
one_day_badge:
range_start: 6000
range_end: 7999
uber::config::initial_attendee: 50 # badge price
uber::config::dealer_badge_price: 20
uber::config::max_dealers: 10
uber::config::default_table_price: 80
uber::config::table_prices:
1: 80
2: 80
3: 80
4: 80
uber::config::badge_prices:
single_day:
Friday: 25
Saturday: 35
Sunday: 15
attendee:
'2017-06-01': 55
'2017-09-01': 60
uber::config::shift_custom_badges: false
uber::config::job_interests:
console: "Consoles"
arcade: "Arcade"
lan: "LAN"
music: "Music"
panels: "Panels"
tabletop: "Tabletop Games"
loading_crew: "Loading Crew"
registration: "Registration"
techops: "Tech Ops / AV"
dispatch: "Dispatch"
lan: "LAN"
tournaments: "Tournaments"
jamspace: "Jamspace"
makerspace: "Makerspace"
test_chambers: "Test Chambers"
uber::config::job_locations:
console: "Consoles"
arcade: "Arcade"
lan: "LAN"
music: "Music"
panels: "Panels"
tabletop: "Tabletop"
loading_crew: "Loading Crew"
registration: "Registration"
bridge_simulator: "Escape Room"
techops: "Tech Ops / AV"
dispatch: "Dispatch"
lan: "LAN"
jamspace: "Jamspace"
marketplace: "Marketplace"
stops: "Stops"
fest_ops: "Guest"
charity: "Charity"
dorsai: "Dorsai"
mops: "Mediatron!"
merch: "Merchandise"
rescuers: "Rescuers"
security: "Security"
staff_support: "Staff Support"
ccg_tabletop: "Tabletop (CCG)"
tea_room: "Tea Room"
treasury: "Treasury"
concert_security: "Concert Security"
makerspace: "Makerspace"
museum: "Computer Museum"
lego_room: "Lego Room"
music_av: "Music A/V"
games_on_film: "Games on Film"
vrcade: "VRCade"
uber::config::shiftless_depts: "dorsai, bridge_simulator, marketplace"
uber::config::event_locations:
arcade: "Arcade"
concerts: "Concerts"
console: "Console Room"
horizons: "Escape Room"
lan_1: "LAN Free Play"
lan_2: "LAN Tournaments"
outdoors: "Outdoor Events"
panels_1: "Panels 1"
panels_2: "Panels 2"
panels_3: "Panels 3"
registration: "Registration"
tabletop: "Tabletop"
tabletop_ccg: "Tabletop (CCG)"
makerspace: "Makerspace Workshops"
uber::config::shirt_level: 20
uber::config::supporter_level: 70
uber::config::season_level: 160
uber::config::interest_list:
console: "Consoles"
arcade: "Arcade"
lan: "LAN"
music: "Music"
panels: "Guests/Panels"
tabletop: "Tabletop games"
dealers: "Dealers"
tournaments: "Tournaments"
makerspace: "Makerspace"
uber::plugin_hotel::hotel_req_hours: 24
uber::config::volunteer_checklist:
3: ''
4: 'hotel_requests/hotel_item.html'
5: 'signups/shifts_item.html'
# TODO: changeme: these are last year's forms
uber::plugin_magfest::treasury_dept_checklist_form_url: "https://docs.google.com/spreadsheets/d/1h8tkHJ5JjH7T0fwLnK-5-DifuEHBm4Wzkf20uonPUhA/edit#gid=316806961"
uber::plugin_magfest::techops_dept_checklist_form_url: "https://docs.google.com/forms/d/e/1FAIpQLSeDwhKy5-awt2zZT63y61qKPhaJdbYVNuQDhK0yLHUFsrgYdg/viewform?c=0&w=1"
uber::config::dept_head_checklist:
creating_shifts:
deadline: "2017-07-11"
description: "STOPS is happy to assist you in creating shifts, if you aren't making any changes, we can use the shifts from MAGClassic. Please let us know if you need assistance with this step or what changes you have."
path: "/jobs/index?department_id={department_id}"
assigned_volunteers:
name: "Volunteers Assigned to Your Department"
deadline: "2017-07-16"
description: "Check all of the volunteers currently assigned to your department to make sure no one is missing AND that no one is there who shouldn't be."
path: "/jobs/staffers?department_id={department_id}"
treasury:
name: "MPoint Needs"
deadline: "2017-08-29"
description: "Tell us whether you need any mpoints for your department."
path: "/magfest_dept_checklist/treasury?department_id={department_id}"
allotments:
name: "Treasury Information"
deadline: "2017-07-26"
description: "If you need cash and/or mpoints, tell us your department schedule and your specific cash needs."
path: "/magfest_dept_checklist/allotments?department_id={department_id}"
hotel_eligible:
name: "Staffers Requesting Hotel Space"
deadline: "2017-07-21"
description: "Double check that everyone in your department who you know needs hotel space has requested it."
path: "/hotel/index?department_id={department_id}"
tech_requirements:
deadline: "2017-07-16"
description: "What do you need in terms of laptops, projectors, cables, internet access, etc?"
path: "/magfest_dept_checklist/tech_requirements?department_id={department_id}"
approve_setup_teardown:
name: "Approve/Decline Additional Hotel Nights to Help With Setup/Teardown"
deadline: "2017-08-11"
description: "An overwhelming majority of staffers want to work setup and teardown shifts rather than work during the event itself, so we have far more offers than we have need for. Since this affects what hotel nights staffers get, please approve and decline requests for this for people in your department."
path: "/hotel/requests?department_id={department_id}"
placeholders:
name: "Checking Placeholder Registrations"
deadline: "2017-08-11"
description: "We create placeholder registrations for volunteers and ask them to fill out the rest of their information and also confirm that they'll be coming. We need our department heads to review the unclaimed badges for their departments to check for any essential volunteers who haven't claimed their badges."
path: "/registration/placeholders?department_id={department_id}"
printed_signs:
deadline: "2017-08-15"
description: "Other than a sign for your area, what printed signs/banners/forms do you need?"
office_supplies:
deadline: "2017-08-07"
description: "Do you need any paper, pens, sharpies, tripods, whiteboards, scissors, staplers, etc?"
postcon_hours:
name: "(After the Event) Marking and Rating Shifts"
deadline: "2017-09-06"
description: "After the weekend is over, we'll want all department heads to ensure that their volunteers had their shifts marked and rated."
path: "/jobs/signups?department_id={department_id}"
email_post_con: True
# entries here must also exist in event_locations
uber::plugin_panels::panel_rooms: "panels_1,panels_2"
uber::plugin_panels::hide_schedule: true
uber::plugin_panels::panel_app_deadline: '2017-07-31 20'
uber::plugin_panels::expected_response: 'August 2017'
uber::plugin_guests::band_email: 'MAGLabs Music Department <labs-music@magfest.org>'
uber::plugin_guests::band_email_signature: '- MAGLabs Music Department'
uber::plugin_guests::auction_start: '2017-09-03 11'
uber::plugin_guests::band_panel_deadline: '2017-08-01 08'
uber::plugin_guests::band_bio_deadline: '2017-07-01 08'
uber::plugin_guests::band_info_deadline: '2017-06-25 08'
uber::plugin_guests::band_taxes_deadline: '2017-07-25 08'
uber::plugin_guests::band_merch_deadline: '2017-08-01 08'
uber::plugin_guests::band_charity_deadline: '2017-08-24 08'
uber::plugin_guests::band_badges_deadline: '2017-08-10 08'
uber::plugin_guests::band_stage_plot_deadline: '2017-08-15 08'
uber::plugin_guests::guest_panel_deadline: '2017-08-01 08'
uber::plugin_guests::guest_bio_deadline: '2017-07-01 08'
uber::plugin_guests::guest_taxes_deadline: '2017-07-25 08'
uber::plugin_guests::guest_merch_deadline: '2017-08-01 08'
uber::plugin_guests::guest_charity_deadline: '2017-08-24 08'
uber::plugin_guests::guest_autograph_deadline: '2017-08-24 08'
uber::plugin_guests::guest_interview_deadline: '2017-08-24 08'
uber::plugin_guests::guest_travel_plans_deadline: '2017-08-24 08'
uber::plugin_guests::guest_info_deadline: '2017-06-25 08'
uber::plugin_guests::guest_badges_deadline: '2017-08-10 08'
uber::plugin_guests::require_dedicated_guest_table_presence: false
uber::plugin_guests::guest_merch_enums:
no_merch: "Not selling merch"
own_table: "Dedicated table"
# rock_island: "Rock Island" # enable rock island
uber::config::regdesk_sig: |
- Elyse Krumbein,
MAGFest Laboratories Registration Dept Head
uber::config::marketplace_email: "MAGFest Laboratories Marketplace <labs-marketplace@magfest.org>"
uber::config::marketplace_sig: |
- Shane Borrelli,
MAGFest Laboratories Marketplace Coordinator
uber::config::guest_sig: |
- C. Adam Bullock,
MAGFest Guest Relations
uber::config::panels_email: 'MAGLabs Panels <labs-panels@magfest.org>'
uber::config::peglegs_sig: |
- Dustin East,
MAGFest Laboratories Panels Dept Head