User Dashboard

{data.profile?.display_name?.[0]?.toUpperCase() ?? 'U'}

{data.profile?.display_name}

{data.user?.email}

Your Role

Section
{data.profile?.section?.name ?? 'N/A'}
Position
{data.profile?.section_position ?? 'N/A'}

User Guide

To scan a QR code, head over to Scanner in the top right corner. Click on "Start Scanning" and allow camera permissions. If your camera gets stuck, simply refresh the page or click "Stop Scanning" and then "Start Scanning" again. When you scan a QR code, the participant's ticket is automatically marked as scanned.

{#if data.profile?.section_position === 'events_manager'}

Events Manager Guide

As an Events Manager, you have access to the Events section. Here you can create new events, manage participants by syncing with Google Sheets, send email invitations with QR codes, and view event statistics.

{/if}