Documentation Index
Fetch the complete documentation index at: https://help.1nspect.app/llms.txt
Use this file to discover all available pages before exploring further.
Archived Inspections
Archived Inspections is your record of completed work still on the device. After you mark an inspection complete, it moves out of Assigned Inspections and into this archive. From here you can re-open a completed inspection to review what you captured, or delete it from the device to free up storage.What “archived” means here: the inspection is complete on your end. Whether the report has been published on the web admin is a separate question — publishing happens in the Generate Your First Report workflow on the web. An inspection is “archived” on mobile as soon as you marked it complete; the office may still be drafting the final report.
How an inspection lands here
An inspection arrives in Archived as soon as its status is one of the terminal values:| Status (from Firestore) | Source | What it means |
|---|---|---|
completed | Mobile — you marked the inspection complete | Field work done |
complete | Older mobile records | Same as completed |
finalized | Web admin | Office marked it finalized |
submitted | Web admin | Report submitted to the workflow |
synced | Sync engine | Mobile sync confirmed receipt by the server |
Opening the screen
There are two ways to reach Archived Inspections:- Home → View Completed Inspections (the third button on the Home screen)
- Header back from a deep-link or notification (if the web admin sends you a link to a specific completed inspection)
What each row shows
Each archived inspection appears as a row with:| Element | Notes |
|---|---|
| Client name + property address | e.g. “Robert & Lisa Smith - 123 Oak Dr, Austin TX” |
| Inspection date | Formatted to your device locale |
| Status badge | Completed (green) — what you will normally see here. In Progress (orange) appears only for malformed records that landed here in error. |
| Delete button | Red button on the right of each row — see Deleting below |
Tapping a row
Tap an archived inspection’s row (anywhere except the Delete button) to open it for review. You are taken to the Starting an Inspection screen withisResuming: true — meaning all the original fields are pre-filled and the inspection is treated as resumable.
From that screen, the Start Inspection button at the bottom advances you to the Capture Screen, where you can review and edit findings exactly as you did during the original inspection. Editing a published inspection re-marks it as in-progress; complete it again when you are done.
Important: opening an archived inspection does not automatically re-publish the report. If you make edits and your office has already published the report on the web, you’ll need to coordinate so they re-publish after your changes sync.
Deleting an archived inspection
The Delete button on each row removes the inspection from this device. Before deletion, a confirmation alert appears:Delete Inspection Are you sure you want to delete this inspection? This cannot be undone. [Cancel] [Delete]Tap Delete to confirm. The inspection is:
- Removed from local storage on this device
- Removed from your local Redux store (the in-memory state)
- Not deleted from the cloud — the office’s record remains intact in the web admin and Firestore
When to delete: when device storage is tight, or when you’ve fully transitioned an inspection to web for post-processing and no longer need the local copy. Otherwise, leaving them archived is harmless — they are small (kilobytes per inspection, plus already-uploaded photos which live in the cloud, not on-device).
Live sync from the cloud
Archived Inspections runs a real-time Firestore listener while the screen is open. If the web admin marks an inspection finalized / submitted / synced while you’re viewing this screen, it appears in seconds without you having to refresh. The listener uses your inspector identity to scope the query — you will only see your own inspections, never another inspector’s. This matches the behavior in Assigned Inspections.Storage and lifecycle on the device
By default, Archived Inspections are kept on-device indefinitely. The app does not auto-prune the archive. The trade-offs:- Keeping the archive: instant offline access to past work. Good for inspectors who reference old reports often (e.g. “I think I saw the same brand water heater last week — let me look”).
- Pruning the archive: less device storage used. Good for inspectors with older / lower-storage phones.
What you cannot do on this screen
The archive is read-mostly. You cannot from this screen:- Re-publish a report — that lives on the web admin Report Workspace
- Send the report to a different email — also web admin
- Bulk-export inspections — also web admin (Tools → Export)
- Edit assigned inspector — that’s an order-level change made on the web
Related articles
- Home & Assigned Inspections — your active queue, which feeds Archived
- Starting an Inspection — where you land when you tap a row to review
- Offline & Sync — the rules that govern how cloud and local data merge
- Generate Your First Report — the web-side workflow for publishing reports