Lesson 7 of 7 · 3 min

Reading the Activity Timeline

Understand the chronological event feed on your order detail and use it to audit what has happened on a job without contacting the provider.

Reading the Activity Timeline

Video coming soon

7/7

Lesson Notes

01

The Activity timeline is a reverse-chronological feed of every meaningful event on your order, rendered as an ACTIVITY card in the Appointment tab on iOS and embedded in the Details tab on the web. Each event row has a leading icon, a title, a timestamp, and optional detail text. Events are sorted newest-first so the most recent action is always at the top, matching the feel of a notification inbox rather than a static checklist.

02

The events you can expect to see, in production order, are: Order placed (with the date and your name), Shoot scheduled (date + technician name), any visit rows that differ from the primary scheduled time, Shoot started (marks when the job flipped to In Progress), Media uploaded (first upload date + total asset count), Editing started (editor name if available), Delivered, Customer approved, Invoice sent (amount), Invoice due, Invoice paid (amount), and Cancelled (with the reason if one was provided). Dispatch phase events — Technician en route, Arrived on-site, Shoot in progress, Trip complete — also appear on iOS when the technician is using live trip tracking for your order.

03

The timeline is built entirely from data the backend already includes in the project response — there is no separate API call. This means it loads instantly with the rest of the order detail and does not require a page refresh to update. However, if you are watching an active shoot in real time, pull to refresh on iOS or reload the page on the web to pick up new dispatch events as the technician's trip progresses.

04

If an event timestamp is missing (for example, the provider has not yet started editing so there is no 'Editing started' event), that row is simply omitted. You will never see a placeholder row with a blank date. This makes the timeline trustworthy — every row you see represents something that actually happened and has a recorded timestamp.

Key Takeaways

  • The Activity timeline shows every event on your order — from order placed through delivery and payment — in reverse-chronological order.
  • Dispatch events (En route, Arrived, Shoot in progress, Trip complete) appear on iOS when your technician is running a live trip for your order.
  • The timeline loads with the order detail response — no extra fetch, no blank placeholder rows.
  • Pull to refresh (iOS) or reload the page (web) to pick up real-time dispatch events during an active shoot.
  • Missing events are simply omitted — if you don't see 'Editing started', editing has not yet been logged by the provider.
Related documentation at docs.vremly.com