Auto-create athlete in startlist for unrecognized bib numbers
Build & Deploy / build-and-deploy (push) Successful in 45s
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:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user