All modules

Project Management

Activity Log

Chronological feed of every project change — who did what, when.

What it is

Auto-recorded log of mutations across the GDD. Reading the feed tells you "the last day on this project" without opening 30 modules. Filter by user or entity type to dig in.

When to use it

  • Catching up on what happened while you were on vacation.
  • Auditing who changed a specific entity (used to debug "who renamed this character?").
  • Reviewing team velocity in concrete terms.
  • Sanity-checking before a milestone — did anyone touch [X] this week?

How to use it

  1. 1Open Activity Log — sorted newest-first.
  2. 2Filter by user, entity type, or action.
  3. 3Click an entry to jump to the affected entity (when applicable).

Tips you should know

  • Records are append-only — there's no UI to edit or delete.
  • Entries older than 90 days may be pruned by maintenance jobs to keep the index fast (Team plan unlimited).
  • The feed updates in real time — leave the tab open during a sprint kickoff.
  • Pair with Version History for forensic deep-dives — the log shows what changed, the snapshot shows the previous state.

Related modules