All Completions
Search a worker's name to verify orientation status before allowing site access.
Select workers using the checkboxes to generate training record PDFs.
Use this form to add a worker who completed orientation in person or couldn't finish on their phone. This creates a completion record directly in Supabase.
Worker Info
Orientation Details
Orientation Videos — Vimeo IDs
Orientation videos are hosted in Supabase Storage. To replace a video, upload the new file to the orientation-videos bucket in Supabase and update the URL in the code.
Current video URLs are set in the code as:
const VIDEO_EN = '...supabase.co/.../English Orientation Video.mp4'
const VIDEO_ES = '...supabase.co/.../Spanish Orientation Video.mp4'
To swap a video, upload the new file with the same name to the Supabase bucket — the URL stays the same automatically.
const VIDEO_EN = '...supabase.co/.../English Orientation Video.mp4'
const VIDEO_ES = '...supabase.co/.../Spanish Orientation Video.mp4'
To swap a video, upload the new file with the same name to the Supabase bucket — the URL stays the same automatically.
💡 Make sure the bucket is set to Public so videos can play without authentication.
Edit the text shown on the final "You're Cleared!" screen. Changes apply to both English and Spanish automatically and take effect immediately.
🏁 Completion Screen Text
🇺🇸 English
🇲🇽 Spanish
🇺🇸 English
🇲🇽 Spanish
🇺🇸 English
🇲🇽 Spanish
🇺🇸 English
🇲🇽 Spanish
✅ Completion Icon
The symbol shown inside the green circle. Works for both languages.
📞 Orientation Contact
Displayed on the completion screen so workers know who to call with questions.
🗺️ Site Arrival Info
Shown on the completion screen to help workers get to the site. Leave any field blank to hide it.
🗺️ Site Logistics Plan PDF
Upload the site logistics plan PDF. It will be shown on the worker completion screen.
No PDF set
💡 Changes are stored in this browser. To make them permanent across all devices, update the
T.en / T.es constants in the HTML file.