Marketplace móvil para negocios locales
Go to file
rckrdmrd 343ff55271 [MCH-DOC-VAL] docs: Completar definiciones técnicas con SIMCO 4.0.1
Actualiza catálogos de definiciones técnicas con nuevos módulos,
servicios, entidades y esquemas de base de datos.

Cambios por archivo:

DATABASE-SCHEMA.md (+138 líneas):
- Agregado simco_version: 4.0.1
- Schemas: 12 -> 15 (ai, onboarding, predictions)
- Tablas: ~49 -> ~65
- Nuevas tablas documentadas: conversations, inventory_predictions
- Diagrama de relaciones actualizado

ENTITIES-CATALOG.md (+54 líneas):
- Agregado simco_version: 4.0.1
- Entities: 25 -> 35+
- Nuevos módulos: AI/MCP, Predictions, Onboarding, Notifications
- Relaciones actualizadas para nuevas entidades

MODULES-CATALOG.md (+94 líneas):
- Agregado simco_version: 4.0.1
- Módulos: 18 -> 24
- Agregados: MCH-M19 a MCH-M24 (Offline, Referrals, CoDi, Widgets, i18n, SAT)
- Detalles completos de MCH-M10 (Predictions) y MCH-M11 (MCP Server)
- Matriz de dependencias expandida

SERVICES-CATALOG.md (+60 líneas):
- Agregado simco_version: 4.0.1
- Services: 18+ -> 30+
- Nuevos módulos: MCP Server, Predictions, Onboarding, Notifications
- Inyección de dependencias actualizada

_INDEX.yml:
- version: 1.0.0 -> 1.1.0
- Totales actualizados (entities: 35, services: 30, modules: 24)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-17 04:50:04 -06:00
.github/workflows [MIGRATION-V2] feat: Migrar michangarrito a estructura v2 2026-01-10 11:28:54 -06:00
backend@d624447d4c [MULTI-REPO] Convertir a estructura multi-repo con submodules -v2 2026-01-16 08:28:00 -06:00
backups [MIGRATION-V2] feat: Migrar michangarrito a estructura v2 2026-01-10 11:28:54 -06:00
database@ad9944d86b [MULTI-REPO] Convertir a estructura multi-repo con submodules -v2 2026-01-16 08:28:00 -06:00
deploy [MIGRATION-V2] feat: Migrar michangarrito a estructura v2 2026-01-10 11:28:54 -06:00
docs [MCH-DOC-VAL] docs: Completar definiciones técnicas con SIMCO 4.0.1 2026-01-17 04:50:04 -06:00
frontend@67d3eef6a5 [MULTI-REPO] Convertir a estructura multi-repo con submodules -v2 2026-01-16 08:28:00 -06:00
mcp-server@d08364c9eb [MULTI-REPO] Convertir a estructura multi-repo con submodules -v2 2026-01-16 08:28:00 -06:00
mobile@a71600df2f [MULTI-REPO] Convertir a estructura multi-repo con submodules -v2 2026-01-16 08:28:00 -06:00
orchestration [MCH-DOC-VAL] docs: Validacion documental inicial 2026-01-17 04:19:07 -06:00
whatsapp-service@7ca75455bc [MULTI-REPO] Convertir a estructura multi-repo con submodules -v2 2026-01-16 08:28:00 -06:00
.env [MIGRATION-V2] feat: Migrar michangarrito a estructura v2 2026-01-10 11:28:54 -06:00
.env.docker [MIGRATION-V2] feat: Migrar michangarrito a estructura v2 2026-01-10 11:28:54 -06:00
.env.example [MIGRATION-V2] feat: Migrar michangarrito a estructura v2 2026-01-10 11:28:54 -06:00
.env.ports [MIGRATION-V2] feat: Migrar michangarrito a estructura v2 2026-01-10 11:28:54 -06:00
.gitignore [MICHANGARRITO] chore: Add .gitignore for dependencies and build artifacts 2026-01-13 02:13:02 -06:00
.gitmodules [MULTI-REPO] Convertir a estructura multi-repo con submodules -v2 2026-01-16 08:28:00 -06:00
docker-compose.yml [MIGRATION-V2] feat: Migrar michangarrito a estructura v2 2026-01-10 11:28:54 -06:00
README.md [MIGRATION-V2] feat: Migrar michangarrito a estructura v2 2026-01-10 11:28:54 -06:00

MiChangarrito - Plataforma POS Multi-tenant

Version: 0.1.0 Estado: Desarrollo Tipo: STANDALONE (SaaS) Sistema: SIMCO + NEXUS v3.4


Descripcion

Plataforma de punto de venta (POS) para tiendas pequenas y medianas en Mexico. Sistema multi-tenant con soporte para multiples canales: app movil, web, WhatsApp y asistente IA.

Funcionalidades Principales

  • Punto de venta rapido y facil
  • Gestion de productos e inventario
  • Control de clientes y fiados
  • Pedidos y ordenes
  • Integracion WhatsApp Business
  • Asistente IA para ventas
  • Reportes y analytics
  • Pagos: Stripe, MercadoPago, Clip, CoDi, SPEI

Stack Tecnologico

Capa Tecnologia
Backend NestJS + TypeScript
Frontend Web React + Vite
Mobile React Native
Database PostgreSQL 16+ con RLS (Multi-tenant)
Cache Redis
AI/LLM OpenRouter, OpenAI, Claude, Ollama
WhatsApp Meta Business API
Payments Stripe, MercadoPago, Clip

Estructura del Proyecto

michangarrito/
├── apps/
│   ├── backend/          # API NestJS
│   ├── frontend/         # Web React
│   ├── mobile/           # React Native
│   ├── web/              # Landing page
│   ├── mcp-server/       # Servidor MCP para LLM
│   └── whatsapp-service/ # Integracion WhatsApp
├── database/
│   ├── schemas/          # DDL
│   └── seeds/            # Datos iniciales
├── docs/
│   ├── 00-vision-general/
│   ├── 01-epicas/
│   ├── 02-especificaciones/
│   └── 90-transversal/
└── orchestration/
    ├── 00-guidelines/
    ├── inventarios/
    ├── environment/
    └── trazas/

Modulos Principales

  1. Auth - Autenticacion y autorizacion
  2. Tenants - Multi-tenancy
  3. Products - Catalogo de productos
  4. Inventory - Control de inventario
  5. Sales - Punto de venta
  6. Customers - Clientes y fiados
  7. Orders - Pedidos
  8. Reports - Reportes y analytics
  9. Subscriptions - Planes y suscripciones
  10. Payments - Integracion de pagos

Inicio Rapido

# Backend
cd apps/backend && npm install && npm run start:dev

# Frontend
cd apps/frontend && npm install && npm run dev

# MCP Server
cd apps/mcp-server && npm install && npm run start

# WhatsApp Service
cd apps/whatsapp-service && npm install && npm run start

Variables de Entorno

Ver .env.example para la configuracion requerida.


Referencias

  • Vision: docs/00-vision-general/VISION-PROYECTO.md
  • Arquitectura: docs/00-vision-general/ARQUITECTURA-TECNICA.md
  • Requerimientos: docs/00-vision-general/REQUERIMIENTOS-FUNCIONALES.md
  • Contexto: orchestration/00-guidelines/

Creado: 2026-01-04 Actualizado: 2026-01-07