Zync Job Manager
Public API manager for job operations in the Zync SDK.
This manager provides the public interface for job-related functionality, following the offline-first approach where local data is returned immediately and background sync operations keep the data updated.
Functions
Get detailed information for a specific job by its UID.
Get job labor codes with filtering and sorting options
Get job statistics for a specific date range.
Get all job statuses available for a specific job category.
Observe dashboard job changes.
Observes job changes for a specific job with real-time updates and efficient change detection.
Update job cover image by uploading a local file. This is an online-only operation that uploads the image first and then updates the job with the uploaded image URL.
Update job status with offline-first support