e325981b17
- Backend: create_checkin now auto-resolves user_id from auth token when not provided in the request body - Backend: list_checkins now JOINs users table to return username alongside each check-in - Frontend: all 4 check-in functions now pass user_id from AppState.currentUser - Frontend: check-in history shows 👤 username next to each entry - Also made work order count clickable: shows WO detail modal - Added work_orders list to MSFS asset response Closes #62