๐ฑ Scan Volunteer Badge
Sync
Today's Scans
0
Current Event
Loading...
๐ฅ Recent Check-ins
No check-ins yet today
Start scanning to see recent activity
--:--
๐ Event Summary
Updated: Never
0
Checked In
0
Total Volunteers
0%
Attendance Rate
Event Progress
Volunteer Directory
Loading volunteers...
Event Management
Loading events...
๐ Attendance Reports
Select a time period to view attendance reports
โ๏ธ Settings
Scanner Configuration
Data Sync
Display Options
Data Management
This will remove all locally stored data. Make sure to sync first!
๐ง Troubleshooting
๐ฑ Scanner Input Disabled
Problem: Scanner shows "System initializing..." or "Checking events and scanning status..."
Solutions:
Manual Fix: Press Ctrl+Shift+S or open browser console (F12) and run:
document.getElementById('scannerInput').disabled = false;
document.getElementById('scannerInput').placeholder = 'Scan badge or enter volunteer ID...';
document.getElementById('scannerInput').focus();
๐ Google Sheets Sync Issues
Problem: Constant authentication popups or sync failures
Solutions:
Quick Fix: Disable sync temporarily in console:
window.Config.features.googleSheetsSync = false;
localStorage.removeItem('googleSheetsToken');
โก Performance Issues
Problem: Slow loading, excessive database transactions, or console spam
Solutions:
๐ Event Issues
Problem: Wrong event dates, Saturday events instead of Sunday, or missing events
Solutions:
๐ General Diagnostics
System Health Check and Comprehensive Diagnostics
๐ Need More Help?
If these solutions don't work, try these resources:
- ๐ Check the TESTING_GUIDE.md for detailed troubleshooting
- ๐ Use browser developer tools (F12) to check for console errors
- ๐ Try refreshing the page or clearing browser cache
- ๐ฑ Test on a different browser or device