docs: update TODO with phase 02 progress
This commit is contained in:
8
TODO.md
8
TODO.md
@@ -12,9 +12,11 @@
|
||||
- [ ] nginx (reverse proxy)
|
||||
|
||||
## PHASE 02 — SaaS Core
|
||||
- [ ] Monorepo Node.js/TypeScript (workspaces, tsconfig base)
|
||||
- [ ] `packages/database` (schema, migrations)
|
||||
- [ ] `packages/types`, `packages/shared`
|
||||
- [x] Monorepo Node.js/TypeScript (pnpm workspaces, tsconfig base)
|
||||
- [x] Node 22 LTS + pnpm instalados no host
|
||||
- [x] `packages/database` (Prisma 7 + driver adapter `pg`, migration inicial)
|
||||
- [x] `packages/types` (TenantStatus, AgentState), `packages/shared`
|
||||
- [x] Tabela `tenants` criada via migration (seção 29 do agente.md)
|
||||
|
||||
## PHASE 03 — Tenant Isolation
|
||||
- [ ] Tabela `tenants` + RLS
|
||||
|
||||
Reference in New Issue
Block a user