Auto-create athlete in startlist for unrecognized bib numbers
Build & Deploy / build-and-deploy (push) Successful in 45s

When a bib number is detected (via OCR or manual entry during review)
but not found in the start list, it is now automatically added with
the placeholder name "Ukjent #<nr>" instead of being left without a
profile_id (which would exclude it from results).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-21 17:51:03 +01:00
parent 99565daafb
commit 018f84efd8
4 changed files with 18 additions and 12 deletions
+1 -1
View File
@@ -122,7 +122,7 @@ function ReviewCard({ passage, athletes, onResolved, onDeleted }) {
)}
{bib && !matchedAthlete && (
<span style={{ fontSize: '0.8rem', color: '#e67e22', marginTop: 2 }}>
Startnummer ikke i startliste
Ikke i startliste legges til automatisk
</span>
)}
</div>