|
|
83bd04525a
|
db: Homologar seeds entre DEV y PROD
Sincronización completa de archivos de seeds:
DEV -> PROD (16 archivos):
- audit_logging: activity_log_sample, audit-logs, system-metrics
- content_management: marie-curie-bio, media-files, tags, moderation_rules
- gamification_system: initialize_user_gamification
- progress_tracking: demo-progress, exercise-attempts
- social_features: teams
- system_configuration: feature_flags
- educational_content: 3 archivos de test
- auth: test-users
PROD -> DEV (8 archivos):
- audit_logging: default-config
- content_management: default-templates
- lti_integration: lti_consumers
- progress_tracking: module_progress
- system_configuration: feature_flags_seeds, gamification_parameters,
notification_settings, rate_limits
Incluye reporte de validación DDL/Seeds.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
|
2025-12-26 17:25:04 -06:00 |
|
|
|
ea1879f4ad
|
feat: Initial workspace structure with multi-level Git configuration
- 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>
|
2025-12-08 10:44:23 -06:00 |
|