Backend de template-saas - Workspace V2
Go to file
rckrdmrd 2ffe4864dd [template-saas/backend] feat: Add 7 TypeORM entities from HU-REFACT-005
Entities created:
- RefreshToken (auth.refresh_tokens)
- SubscriptionItem (billing.subscription_items)
- InvoiceItem (billing.invoice_items)
- Payment (billing.payments)
- FlagEvaluationRecord (feature_flags.evaluations)
- PlanFeature (plans.plan_features)
- TenantSetting (tenants.tenant_settings)

Updated modules to register new entities.
DDL-Entity coherence: 82.5% -> 100%

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-16 12:32:17 -06:00
__mocks__ Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00
src [template-saas/backend] feat: Add 7 TypeORM entities from HU-REFACT-005 2026-01-16 12:32:17 -06:00
.dockerignore Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00
.env.example Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00
.gitignore Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00
Dockerfile Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00
eslint.config.js Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00
jest.config.cjs Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00
package-lock.json Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00
package.json Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00
README.md Initial commit 2026-01-16 14:04:04 +00:00
tsconfig.json Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00

template-saas-backend-v2

Backend de template-saas - Workspace V2