Changelog

Built one version at a time

No unfinished pages pretending to be done. Here's exactly what's real right now, and what's coming next.

V0

Foundation

Shipped
  • Two-repo setup: NestJS + Prisma backend, Next.js frontend
  • Full domain schema — organizations, clients, projects, tasks, and more
  • Local Postgres via Docker, health check endpoint
V1

Auth & organization core

In progress
  • Authentication via Clerk
  • Create an organization — creator becomes Owner
  • Org-scoped role guard (Owner / Admin / Member)
  • Cross-org isolation tests
V2

Clients & projects

Planned
  • Client records
  • Projects, scoped to a client and assigned team members
V3

Tasks & milestones

Planned
  • Kanban + list views
  • Milestones grouping tasks
V4

Files & comments

Planned
  • Project-scoped file uploads
  • Comments on tasks, files, projects
V5

Activity & notifications

Planned
  • Auto-generated activity timeline
  • Email notifications from the same events
V6

Dashboard & search

Planned
  • Real project health indicators
  • Indexed search & filtering
V7

Client portal

Planned
  • Token-based client invites
  • Sandboxed client-facing views
V8

Production polish

Planned
  • Dark mode
  • Monitoring
  • Deployed with a custom domain