template-saas/docs
Adrian Flores Cortes 0ead18e28f [SPRINT-3] docs: Add page specifications and dead code analysis
## ST-3.3 Documentation (3 SP)
- Add 11 page specification files documenting 25 pages
- Create docs/05-frontend/pages/ directory
- Specs: Goals, MLM, Portfolio, RBAC, Notifications, Analytics,
  Audit, Storage, Webhooks, Settings
- Add _INDEX.md with complete listing

## ST-3.4 Dead Code Analysis (1 SP)
- Analyze usePortfolio hook usage (18/21 functions used)
- Document components ready for future use
- Decision: Keep all code as preparation for features
- Create DEAD-CODE-REPORT.md

## Frontend Submodule
- WCAG improvements (11 files)
- 160 unit tests (8 new test files)

Sprint 3 (P2) completed: 14 SP

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-02-03 20:27:51 -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-007] feat: Complete CAPVED analysis and sync for template-saas 2026-01-27 12:30:59 -06:00
02-especificaciones docs: Add ET-SAAS-018 to ET-SAAS-022 technical specifications 2026-02-03 13:14:48 -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 [SPRINT-3] docs: Add page specifications and dead code analysis 2026-02-03 20:27:51 -06:00
97-adr/adr [REESTRUCTURA-DOCS] refactor: Corregir estructura docs/ segun SIMCO-DOCUMENTACION-PROYECTO 2026-01-24 20:34:14 -06:00
99-referencias [HOMOLOG] docs: Complete homologation with workspace-v2 standards 2026-02-03 02:55:31 -06:00
_MAP.md chore: Update docs/_MAP.md and purge obsolete archive files 2026-02-03 13:05:24 -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)