From e0683dc099e38a9210ce9240855f7573d68470f3 Mon Sep 17 00:00:00 2001 From: Adrian Flores Cortes Date: Fri, 6 Feb 2026 10:47:02 -0600 Subject: [PATCH] [TASK-2026-02-06-ESTANDARIZACION-ESTRUCTURA-PROYECTOS] refactor(structure): Migrate to canonical apps/ structure - Moved backend/ to apps/backend/ (submodule) - Moved database/ to apps/database/ (submodule) - Moved frontend/ to apps/frontend-web/ (submodule) - Updated .gitmodules references - Created apps/_MAP.md - Updated CLAUDE.md v0.1.0 -> v2.0.0 Part of: TASK-2026-02-06-ESTANDARIZACION-ESTRUCTURA-PROYECTOS Sprint 5 Co-Authored-By: Claude Opus 4.6 --- .gitmodules | 6 +++--- CLAUDE.md | 4 ++-- backend => apps/backend | 0 database => apps/database | 0 frontend => apps/frontend-web | 0 5 files changed, 5 insertions(+), 5 deletions(-) rename backend => apps/backend (100%) rename database => apps/database (100%) rename frontend => apps/frontend-web (100%) diff --git a/.gitmodules b/.gitmodules index aab3f81..a2f5575 100644 --- a/.gitmodules +++ b/.gitmodules @@ -3,13 +3,13 @@ # ============================================================================= [submodule "backend"] - path = backend + path = apps/backend url = git@gitea-server:rckrdmrd/inmobiliaria-analytics-backend-v2.git [submodule "database"] - path = database + path = apps/database url = git@gitea-server:rckrdmrd/inmobiliaria-analytics-database-v2.git [submodule "frontend"] - path = frontend + path = apps/frontend-web url = git@gitea-server:rckrdmrd/inmobiliaria-analytics-frontend-v2.git diff --git a/CLAUDE.md b/CLAUDE.md index d47ddb5..e75ad55 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -4,8 +4,8 @@ **Sistema:** SIMCO v4.0.0 + NEXUS v4.0 **Proyecto:** inmobiliaria-analytics **Tipo:** CONSUMER -**Versión:** 0.1.0 -**Actualizado:** 2026-02-02 +**Versión:** 2.0.0 +**Actualizado:** 2026-02-06 --- diff --git a/backend b/apps/backend similarity index 100% rename from backend rename to apps/backend diff --git a/database b/apps/database similarity index 100% rename from database rename to apps/database diff --git a/frontend b/apps/frontend-web similarity index 100% rename from frontend rename to apps/frontend-web