- Configure workspace Git repository with comprehensive .gitignore - Add Odoo as submodule for ERP reference code - Include documentation: SETUP.md, GIT-STRUCTURE.md - Add gitignore templates for projects (backend, frontend, database) - Structure supports independent repos per project/subproject level Workspace includes: - core/ - Reusable patterns, modules, orchestration system - projects/ - Active projects (erp-suite, gamilit, trading-platform, etc.) - knowledge-base/ - Reference code and patterns (includes Odoo submodule) - devtools/ - Development tools and templates - customers/ - Client implementations template 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
22 lines
649 B
Markdown
22 lines
649 B
Markdown
# Standards (DEPRECADO)
|
|
|
|
**Estado:** Deprecado
|
|
**Fecha:** 2025-11-28
|
|
|
|
---
|
|
|
|
## Nueva Ubicación
|
|
|
|
Los standards del proyecto se han reorganizado:
|
|
|
|
| Contenido | Nueva Ubicación |
|
|
|-----------|-----------------|
|
|
| Convenciones API | [95-guias-desarrollo/backend/NAMING-CONVENTIONS-API.md](../95-guias-desarrollo/backend/NAMING-CONVENTIONS-API.md) |
|
|
| Guías Backend | [95-guias-desarrollo/backend/](../95-guias-desarrollo/backend/) |
|
|
| Guías Frontend | [95-guias-desarrollo/frontend/](../95-guias-desarrollo/frontend/) |
|
|
| ADRs | [97-adr/](../97-adr/) |
|
|
|
|
---
|
|
|
|
Este directorio se mantiene como referencia histórica. No agregar nuevos archivos aquí.
|