Prox OS Internal Docs
ProductAppsPersonal

Timeline App

/app-user/activity is the current Timeline App route. The stable app id remains activity for compatibility, while the user-facing title is now Timeline.

/app-user/activity is the current Timeline App route. The stable app id remains activity for compatibility, while the user-facing title is now Timeline.

Role

Timeline is the user-facing activity surface for Prox OS. It groups app launches, link routing, sponsor events, music events, Slidepad openings, AI questions, visitor signals, docs work, and mock deployment events into one productized view.

Current UI

  • Hero summary: "Today in Prox OS."
  • Category filters: All, Apps, Links, Sponsors, AI, System, Music, Slidepad, Visitors, and Raw.
  • Important moment cards.
  • Activity heat preview.
  • Timeline event cards with timestamps, severity, category, and detail panel.
  • Raw structured event table for future event-store adapters.

Startup Behavior

Signed-in demo sessions open Timeline with Hola after the shell boot flow. Timeline opens first, then Hola opens in front of it, which leaves the larger Timeline window partially visible behind Hola.

Anonymous users can still open /app-user/activity directly. The current condition uses the existing local demo session state rather than a full auth system.

Backend Boundary

Timeline uses typed mock data. It is not a telemetry backend, analytics SDK, audit backend, or realtime event store. Future work should connect it to app runtime events, connector sync jobs, AI action metadata, permission/audit logs, and workspace event providers.

On this page