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)
|
- [ ] nginx (reverse proxy)
|
||||||
|
|
||||||
## PHASE 02 — SaaS Core
|
## PHASE 02 — SaaS Core
|
||||||
- [ ] Monorepo Node.js/TypeScript (workspaces, tsconfig base)
|
- [x] Monorepo Node.js/TypeScript (pnpm workspaces, tsconfig base)
|
||||||
- [ ] `packages/database` (schema, migrations)
|
- [x] Node 22 LTS + pnpm instalados no host
|
||||||
- [ ] `packages/types`, `packages/shared`
|
- [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
|
## PHASE 03 — Tenant Isolation
|
||||||
- [ ] Tabela `tenants` + RLS
|
- [ ] Tabela `tenants` + RLS
|
||||||
|
|||||||
Reference in New Issue
Block a user