IZGD builds a single timeline for every matter

One chronological feed pulls together everything that's happened on a case, then surfaces it as a client recap and a daily agenda.

workflowknowledge-management

IZGD's fork stitches the scattered history of a matter - documents, chat, workflow steps, audit events - into one tidy stream you can read top to bottom. That stream feeds two things lawyers actually open: a client-facing recap of where a case stands, and a dashboard "today's agenda" with a recent-activity feed and week-by-week navigation. The agenda wires into a live Google Calendar, so the day's commitments sit next to the matter's latest movements.

The interface is still moving - the recap has already changed shape a few times, settling into a tab on the open file rather than a standalone page. But the engine underneath, the part that merges all those different event types into one feed, is solid, tested, and not tied to any one jurisdiction.

So what Worth a look for any firm or legal-ops team that wants a one-glance "what's happened and what's next" view per matter, instead of hunting across separate tools.

View this fork on GitHub →

Spotted something wrong? Or know the PR text has fresher detail than the writeup above?

Commits in this thread

14 commits from IZGD/legal-platform, oldest first. Source extracted verbatim from the harvested git log.

SHA Subject Author Date
05481232 docs: design for dashboard agenda/activity + client recap page + dossier log SW3xyz 2026-06-16 ↗ GitHub
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
06e2f644 docs: implementation plan for dashboard/client-recap/dossier-log SW3xyz 2026-06-16 ↗ GitHub
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ccfc56d4 feat(backend): unified dossier timeline aggregator SW3xyz 2026-06-16 ↗ GitHub
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
4de25d3a feat(backend): project timeline, recap and recent-activity routes SW3xyz 2026-06-16 ↗ GitHub
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
b9487c0e feat(frontend): API client for timeline/recap/recent-activity SW3xyz 2026-06-16 ↗ GitHub
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
76115d28 feat(frontend): client recap page with dossier activity timeline SW3xyz 2026-06-16 ↗ GitHub
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
ae14f025 feat(frontend): link to client recap from projects list SW3xyz 2026-06-16 ↗ GitHub
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
0c020b12 feat(frontend): dashboard today's agenda + recent activity feed SW3xyz 2026-06-16 ↗ GitHub
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
b4c6b967 fix(frontend): make client recap link a visible labeled button in projects list SW3xyz 2026-06-16 ↗ GitHub
Was opacity-0 hover-only (undiscoverable). Now an always-visible 'Récap' chip; widened the column + matching header/skeleton cells.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
d09ee9e1 feat(frontend): elevate client recap page design (hero, stat row, timeline) SW3xyz 2026-06-16 ↗ GitHub
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
a9982ccc feat(frontend): elaborate agenda page UI (summary band, today focus, refined week) SW3xyz 2026-06-16 ↗ GitHub
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
f0dc44e3 feat(frontend): add 'Récap client' link on the open dossier page SW3xyz 2026-06-16 ↗ GitHub
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
c54f73e1 refactor(frontend): move client recap into a dossier 'Aperçu' tab; remove standalone page + buttons SW3xyz 2026-06-16 ↗ GitHub
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2e386bf5 feat(frontend): week navigation on agenda (prev/next/today, range fetch) SW3xyz 2026-06-16 ↗ GitHub
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>

Capture this thread into my fork

Download a single Markdown prompt that tells Claude how to port every commit above into your working tree — adapting paths and structure to match your repo. Run it via claude -p < capture-thread-667.md from inside the repo you want the changes in.

⬇ Download capture-thread-667.md