template-saas/docs
Adrian Flores Cortes f853c49568
Some checks are pending
CI / Backend CI (push) Waiting to run
CI / Frontend CI (push) Waiting to run
CI / Security Scan (push) Waiting to run
CI / CI Summary (push) Blocked by required conditions
feat(frontend): Align documentation with development - complete frontend audit
- Add Sales/Commissions routes to router (11 new routes)
- Complete authStore (refreshTokens, updateProfile methods)
- Add JSDoc documentation to 40+ components across all categories
- Create FRONTEND-ROUTING.md with complete route mapping
- Create FRONTEND-PAGES-SPEC.md with 38 page specifications
- Update FRONTEND_INVENTORY.yml to v4.1.0 with resolved gaps

Components documented: ai/, audit/, commissions/, feature-flags/,
notifications/, sales/, storage/, webhooks/, whatsapp/

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-25 01:23:50 -06:00
..
00-vision-general [TASK-2026-01-24-DOC] docs: Update vision general to reflect all 22 modules 2026-01-24 22:25:34 -06:00
01-modulos [TASK-021] docs: Sync SAAS-020 documentation with implementation 2026-01-24 23:48:02 -06:00
02-especificaciones [TASK-030/031] docs: Fix status inconsistency in ET specs 2026-01-24 22:48:34 -06:00
03-integraciones [REESTRUCTURA-DOCS] refactor: Corregir estructura docs/ segun SIMCO-DOCUMENTACION-PROYECTO 2026-01-24 20:34:14 -06:00
04-devops [REESTRUCTURA-DOCS] refactor: Corregir estructura docs/ segun SIMCO-DOCUMENTACION-PROYECTO 2026-01-24 20:34:14 -06:00
05-frontend feat(frontend): Align documentation with development - complete frontend audit 2026-01-25 01:23:50 -06:00
97-adr/adr [REESTRUCTURA-DOCS] refactor: Corregir estructura docs/ segun SIMCO-DOCUMENTACION-PROYECTO 2026-01-24 20:34:14 -06:00
_MAP.md [REESTRUCTURA-DOCS] refactor: Corregir estructura docs/ segun SIMCO-DOCUMENTACION-PROYECTO 2026-01-24 20:34:14 -06:00
README.md [SIMCO-V38] feat: Actualizar a SIMCO v3.8.0 2026-01-10 08:53:08 -06:00

id title type status priority version created_date updated_date
DOCS-ROOT Documentacion Template SaaS Overview Published P0 1.0.0 2026-01-07 2026-01-10

Template SaaS - Documentacion

Proyecto: template-saas Version: 1.0.0 Estado: Release Candidate Sistema: SIMCO v3.7


Descripcion

Template base para desarrollo de plataformas SaaS multi-tenant con:

  • Autenticacion JWT + OAuth
  • Multi-tenancy con PostgreSQL RLS
  • Billing con Stripe
  • Notificaciones multicanal (Email, Push, WebSocket, WhatsApp)
  • Feature Flags por tenant/plan/user
  • Integracion IA multi-proveedor
  • Storage multi-proveedor (S3, R2, MinIO)

Navegacion

Documentacion Principal

Seccion Descripcion
Mapa de Documentacion Indice completo de documentacion
Vision General Arquitectura y vision del proyecto
Modulos Especificaciones de 14 modulos SAAS
Integraciones 8 integraciones externas
ADRs 5 Architecture Decision Records

Por Tipo de Documento

  • Modulos SAAS: docs/01-modulos/SAAS-*.md
  • Integraciones: docs/02-integraciones/INT-*.md
  • ADRs: docs/architecture/adr/ADR-*.md
  • Especificaciones: docs/02-especificaciones/ET-*.md

Referencias de Orchestration

Documento Proposito
Contexto del Proyecto Alias, rutas, convenciones
Estado del Proyecto Estado actual y progreso
Herencia SIMCO Directivas heredadas
Inventario Master SSOT del proyecto

  • Backend: apps/backend/ - NestJS 10.x + TypeORM
  • Frontend: apps/frontend/ - React 18.x + Vite
  • Database: apps/database/ - PostgreSQL 16+ DDL

Estructura de Documentacion

docs/
├── README.md              # Este archivo
├── _MAP.md                # Mapa completo de documentacion
├── 00-vision-general/     # Vision y arquitectura
├── 01-modulos/            # Especificaciones SAAS-001 a SAAS-014
├── 02-integraciones/      # Integraciones INT-001 a INT-008
├── 02-especificaciones/   # Especificaciones tecnicas
├── 02-devops/             # Guias de CI/CD y despliegue
└── architecture/
    └── adr/               # Architecture Decision Records

Ultima actualizacion: 2026-01-10 Autor: Claude Code (Estandarizacion SIMCO v3.7)