New projects created: - michangarrito (marketplace mobile) - template-saas (SaaS template) - clinica-dental (dental ERP) - clinica-veterinaria (veterinary ERP) Architecture updates: - Move catalog from core/ to shared/ - Add MCP servers structure and templates - Add git management scripts - Update SUBREPOSITORIOS.md with 15 new repos - Update .gitignore for new projects Repository infrastructure: - 4 main repositories - 11 subrepositorios - Gitea remotes configured 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
66 lines
1.5 KiB
Markdown
66 lines
1.5 KiB
Markdown
# Proyecto Trading Platform - Knowledge Base
|
|
|
|
**Categoria:** Projects
|
|
**Proyecto:** trading-platform
|
|
**Estado:** En desarrollo (40%)
|
|
**Fecha:** 2025-12-27
|
|
|
|
---
|
|
|
|
## Descripcion
|
|
|
|
Plataforma de trading e inversiones con modulos educativos integrados.
|
|
|
|
## Arquitectura
|
|
|
|
```
|
|
trading-platform/
|
|
├── backend/ # NestJS API
|
|
├── frontend/ # React + Vite
|
|
├── database/ # PostgreSQL schemas
|
|
└── orchestration/ # Sistema NEXUS
|
|
```
|
|
|
|
## Tecnologias
|
|
|
|
| Componente | Tecnologia |
|
|
|------------|------------|
|
|
| Backend | NestJS + TypeORM |
|
|
| Frontend | React + Zustand |
|
|
| Database | PostgreSQL 15 |
|
|
| Payments | Stripe |
|
|
| Real-time | WebSocket |
|
|
|
|
## Modulos Principales
|
|
|
|
- OQI-001: User Management
|
|
- OQI-002: Education
|
|
- OQI-003: Portfolio Management
|
|
- OQI-004: Investment Accounts
|
|
- OQI-005: Payments (Stripe)
|
|
|
|
## Patrones Reutilizables
|
|
|
|
Los siguientes patrones fueron extraidos de trading-platform al catalogo:
|
|
|
|
| Patron | Ubicacion Catalogo |
|
|
|--------|-------------------|
|
|
| Payments (Stripe) | `shared/catalog/payments/` |
|
|
| WebSocket | `shared/catalog/websocket/` |
|
|
| Portales/Dashboard | `shared/catalog/portales/` |
|
|
|
|
## Lecciones Aprendidas
|
|
|
|
1. **Real-time**: WebSocket para actualizaciones de precios en vivo
|
|
2. **Payments**: Webhook handling robusto para Stripe
|
|
3. **Education**: Tracking de progreso con gamificacion
|
|
|
|
## Referencias
|
|
|
|
- Proyecto: `projects/trading-platform/`
|
|
- Catalogo: `shared/catalog/` (modulos extraidos)
|
|
|
|
---
|
|
|
|
*Knowledge Base - Workspace v1*
|