Skip to content

Commit

Permalink
update attendee and waitlist check-in instructions (#361)
Browse files Browse the repository at this point in the history
  • Loading branch information
rileysw authored Jan 26, 2024
1 parent 3568acb commit 0eb0c8a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,10 @@ function CheckInModal({ onDismiss, onConfirm, participant }: ActionModalProps) {
<TextContent>
<ul>
{/* TODO: actual instructions for check-in associates */}
<li>Create a badge for the participant ...</li>
<li>Ask participant to sign the SPFB sheet ...</li>
<li>Ask for a photo ID and verify name is under attendee list.</li>
<li>Have participant sign the SPFB sheet.</li>
<li>Scan badge barcode with webcam or type in digits.</li>
<li>Fill in badge and give to participant.</li>
</ul>
</TextContent>
{/* TODO: badge barcode input */}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,16 @@ function WaitlistPromotionModal({
<TextContent>
<ul>
{/* TODO: actual instructions for check-in leads */}
<li>Log into the portal</li>
<li>Sign waiver</li>
<li>Confirm attendance</li>
<li>Ask for a photo ID and verify name is under waitlist.</li>
<li>Promote participant.</li>
<li>
Have participant log into the portal, sign the waiver, and confirm
attendance.
</li>
<li>Follow normal check-in procedures.</li>
<li>
Direct participant to info booth for Slack and event onboarding.
</li>
</ul>
</TextContent>
{/* TODO: badge barcode input */}
Expand Down

0 comments on commit 0eb0c8a

Please sign in to comment.