Hide unconfirmed inspections from Attik Mobile schedules and job lists so field staff only act on firm work.
Reduce confusion and wasted drive time from tentative jobs appearing like confirmed work.
Background
Attik Mobile MVP scope from product: hide unconfirmed jobs on mobile per the issue title.
Inspection types already expose confirmed and status in attik-mobile/types/index.ts and attik-mobile/lib/scheduleUtils.ts, where confirmed flags flow into schedule items.
Scope
Mobile
Filter wherever the inspector agenda merges inspections into calendar or list views, including attik-mobile/components/schedule/ScheduleCard.tsx.
Apply one consistent rule for what counts as unconfirmed versus tentative.
Backend
Decision needed on default API behavior versus explicit query flags when excluding unconfirmed for mobile clients.
Keep web and mobile aligned with product policy.
Product
Confirm whether hidden jobs are fully removed or available behind a toggle for advanced users.