Backend de template-saas - Workspace V2
Go to file
Adrian Flores Cortes d72bc4da04 fix(entities): Align User, Tenant, Role entities with DDL schema
- User entity: Add display_name, phone_verified, is_owner, password_changed_at,
  failed_login_attempts, locked_until, preferences, last_activity_at,
  created_by, updated_by, deleted_at fields
- Tenant entity: Add subscription_status, stripe_customer_id,
  stripe_subscription_id, subscription_ends_at, created_by, updated_by,
  deleted_at fields. Fix logo_url length (255→500)
- Role entity: Add slug, permissions, parent_role_id, level, created_by fields.
  Fix name length (50→100)
- Update test mocks to include new entity fields

Ensures DDL↔Backend coherence as per TRIGGER-COHERENCIA-CAPAS

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-30 15:57:32 -06:00
__mocks__ Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00
src fix(entities): Align User, Tenant, Role entities with DDL schema 2026-01-30 15:57:32 -06:00
.dockerignore Initial commit - Backend de template-saas migrado desde monorepo 2026-01-16 08:07:11 -06:00
.env.example [INTEGRACION] fix: Corregir credenciales en .env.example 2026-01-20 18:21:15 -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 fix: Resolve TypeORM entity type metadata issues 2026-01-25 06:36:18 -06:00
package.json fix: Resolve TypeORM entity type metadata issues 2026-01-25 06:36:18 -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