From 0eb0c8acfd5e14c4d0da2d45d09527058a456d89 Mon Sep 17 00:00:00 2001
From: rileysw <74111006+rileysw@users.noreply.github.com>
Date: Fri, 26 Jan 2024 06:37:26 -0800
Subject: [PATCH] update attendee and waitlist check-in instructions (#361)
---
.../admin/participants/components/CheckInModal.tsx | 6 ++++--
.../components/WaitlistPromotionModal.tsx | 13 ++++++++++---
2 files changed, 14 insertions(+), 5 deletions(-)
diff --git a/apps/site/src/app/admin/participants/components/CheckInModal.tsx b/apps/site/src/app/admin/participants/components/CheckInModal.tsx
index 8899636b..a2221bc5 100644
--- a/apps/site/src/app/admin/participants/components/CheckInModal.tsx
+++ b/apps/site/src/app/admin/participants/components/CheckInModal.tsx
@@ -39,8 +39,10 @@ function CheckInModal({ onDismiss, onConfirm, participant }: ActionModalProps) {
{/* TODO: actual instructions for check-in associates */}
- - Create a badge for the participant ...
- - Ask participant to sign the SPFB sheet ...
+ - Ask for a photo ID and verify name is under attendee list.
+ - Have participant sign the SPFB sheet.
+ - Scan badge barcode with webcam or type in digits.
+ - Fill in badge and give to participant.
{/* TODO: badge barcode input */}
diff --git a/apps/site/src/app/admin/participants/components/WaitlistPromotionModal.tsx b/apps/site/src/app/admin/participants/components/WaitlistPromotionModal.tsx
index ca6ae2a7..a25b2005 100644
--- a/apps/site/src/app/admin/participants/components/WaitlistPromotionModal.tsx
+++ b/apps/site/src/app/admin/participants/components/WaitlistPromotionModal.tsx
@@ -37,9 +37,16 @@ function WaitlistPromotionModal({
{/* TODO: actual instructions for check-in leads */}
- - Log into the portal
- - Sign waiver
- - Confirm attendance
+ - Ask for a photo ID and verify name is under waitlist.
+ - Promote participant.
+ -
+ Have participant log into the portal, sign the waiver, and confirm
+ attendance.
+
+ - Follow normal check-in procedures.
+ -
+ Direct participant to info booth for Slack and event onboarding.
+
{/* TODO: badge barcode input */}