No auto check-in on asset creation #7

Closed
opened 2026-05-20 21:28:07 +00:00 by shawn · 0 comments
Owner

Problem

New assets had no GPS location until someone manually checked in. No geolocation data on first creation.

Fix

Added autoCheckin(assetId) helper that silently POSTs a check-in with current GPS coordinates. Wired into all three entry modes (barcode, OCR, manual). Best-effort — skips silently if GPS unavailable.

Commits

## Problem New assets had no GPS location until someone manually checked in. No geolocation data on first creation. ## Fix Added `autoCheckin(assetId)` helper that silently POSTs a check-in with current GPS coordinates. Wired into all three entry modes (barcode, OCR, manual). Best-effort — skips silently if GPS unavailable. ## Commits - b20998e
shawn closed this issue 2026-05-20 21:28:07 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shawn/canteen-asset-tracker#7