miinventario-v2/apps/_MAP.md
Adrian Flores Cortes 65b32a0017
Some checks failed
Build / Build Backend (push) Has been cancelled
Build / Build Mobile (TypeScript Check) (push) Has been cancelled
Lint / Lint Backend (push) Has been cancelled
Lint / Lint Mobile (push) Has been cancelled
Test / Backend E2E Tests (push) Has been cancelled
Test / Mobile Unit Tests (push) Has been cancelled
Build / Build Docker Image (push) Has been cancelled
[TASK-2026-02-06-ESTANDARIZACION-ESTRUCTURA-PROYECTOS] refactor: Migrate to canonical apps/ structure (ADR-0011)
- backend/ → apps/backend/, database/ → apps/database/, mobile/ → apps/frontend-mobile/
- Updated .gitmodules, docker-compose.yml, CLAUDE.md v1.0.0
- Added apps/_MAP.md

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-06 10:35:45 -06:00

29 lines
901 B
Markdown

# _MAP: Aplicaciones de miinventario
**Carpeta:** apps/
**Proposito:** Contenedor canonico de todas las aplicaciones del proyecto (ADR-0011)
**Estado:** Activo
**Ultima actualizacion:** 2026-02-06
---
## Aplicaciones
| App | Ruta | Tipo | Stack | Estado | Git |
|-----|------|------|-------|--------|-----|
| **Backend API** | `apps/backend/` | API REST | [A definir] | Planificado | Submodule (miinventario-backend-v2) |
| **Frontend Mobile** | `apps/frontend-mobile/` | Mobile App | React Native | Planificado | Submodule (miinventario-mobile-v2) |
| **Database** | `apps/database/` | DDL | PostgreSQL 15+ | Activo | Submodule (miinventario-database-v2) |
---
## Notas
- Migrado a estructura apps/ canonica (ADR-0011) 2026-02-06
- No tiene frontend-web (solo mobile)
- 3 submodulos git separados (POLYREPO)
---
*Generado por TASK-2026-02-06-ESTANDARIZACION-ESTRUCTURA-PROYECTOS (Sprint 4)*