From beb23d777e77e345a76793810c803e6d65a50079 Mon Sep 17 00:00:00 2001 From: justin Date: Sat, 30 May 2026 15:59:27 -0500 Subject: [PATCH] Photo ID quality check after upload Shows uploaded image at larger size with automated quality checks: - File size (too small = low quality warning) - File type validation (JPEG, PNG, PDF, HEIC) - Resolution check (minimum 400x250 for readable text) - Aspect ratio check (should look like an ID card) Green checkmark for passing checks, red X for issues. Yellow warning box for quality problems with specific guidance. Accept & Continue button to confirm, Retake to re-upload. After accept, collapses to small preview with "Change ID" option. Front of ID only (sufficient for FMCSA MCS-150 filing). Co-Authored-By: Claude Opus 4.6 (1M context) --- .../intake/steps/DOTIntakeStep.astro | 169 +++++++++++++++--- 1 file changed, 145 insertions(+), 24 deletions(-) diff --git a/site/src/components/intake/steps/DOTIntakeStep.astro b/site/src/components/intake/steps/DOTIntakeStep.astro index 8668646..431e728 100644 --- a/site/src/components/intake/steps/DOTIntakeStep.astro +++ b/site/src/components/intake/steps/DOTIntakeStep.astro @@ -210,9 +210,27 @@

Required for FMCSA filings. Driver's license, passport, or state ID.

-