Compare commits
No commits in common. "c86f92d2bb62e0523affc3a2d2c14e235af29a49" and "1318b4dd1bae864294dcdc6c654ff38259f249fb" have entirely different histories.
c86f92d2bb
...
1318b4dd1b
|
|
@ -1,6 +1,6 @@
|
||||||
# DEV-GUIDE.md
|
# CLAUDE.md
|
||||||
|
|
||||||
Guía de desarrollo y convenciones del proyecto.
|
Este archivo proporciona orientación a Claude Code (claude.ai/code) para trabajar con el código de este repositorio.
|
||||||
|
|
||||||
## Contexto
|
## Contexto
|
||||||
|
|
||||||
|
|
@ -96,7 +96,7 @@
|
||||||
| Documento | Estado |
|
| Documento | Estado |
|
||||||
|-----------|--------|
|
|-----------|--------|
|
||||||
| README.md | ✅ |
|
| README.md | ✅ |
|
||||||
| DEV-GUIDE.md | ✅ |
|
| CLAUDE.md | ✅ |
|
||||||
| OWASP_CHECKLIST.md | ✅ |
|
| OWASP_CHECKLIST.md | ✅ |
|
||||||
| GraphQL Schema | ✅ (Banana Cake Pop) |
|
| GraphQL Schema | ✅ (Banana Cake Pop) |
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# Reporte de Pruebas Manuales QA
|
# Reporte de Pruebas Manuales QA
|
||||||
|
|
||||||
**Fecha:** 2026-01-08
|
**Fecha:** 2026-01-08
|
||||||
**Tester:** QA Team
|
**Tester:** Claude Code
|
||||||
**Ambiente:** Desarrollo Local (localhost:4200 / localhost:5000)
|
**Ambiente:** Desarrollo Local (localhost:4200 / localhost:5000)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
|
||||||
|
|
@ -51,7 +51,7 @@
|
||||||
|
|
||||||
| # | Actividad | Detalle | Rol | Proceso |
|
| # | Actividad | Detalle | Rol | Proceso |
|
||||||
|---|-----------|---------|-----|---------|
|
|---|-----------|---------|-----|---------|
|
||||||
| 3.1 | Inicialización del repositorio | Crear estructura de carpetas, .gitignore, README, DEV-GUIDE.md con convenciones del proyecto | DevOps | DV |
|
| 3.1 | Inicialización del repositorio | Crear estructura de carpetas, .gitignore, README, CLAUDE.md con convenciones del proyecto | DevOps | DV |
|
||||||
| 3.2 | Configuración solución .NET | Crear solución con 4 proyectos (Domain, Application, Infrastructure, GraphQL), referencias entre proyectos | Backend Dev | DV |
|
| 3.2 | Configuración solución .NET | Crear solución con 4 proyectos (Domain, Application, Infrastructure, GraphQL), referencias entre proyectos | Backend Dev | DV |
|
||||||
| 3.3 | Configuración proyecto Angular | ng new con standalone, configurar ESLint, Prettier, paths aliases, Apollo Angular para GraphQL | Frontend Dev | DV |
|
| 3.3 | Configuración proyecto Angular | ng new con standalone, configurar ESLint, Prettier, paths aliases, Apollo Angular para GraphQL | Frontend Dev | DV |
|
||||||
| 3.4 | Configuración de base de datos | Docker compose para SQL Server, scripts de inicialización, connection strings por ambiente | DevOps/DBA | DV |
|
| 3.4 | Configuración de base de datos | Docker compose para SQL Server, scripts de inicialización, connection strings por ambiente | DevOps/DBA | DV |
|
||||||
|
|
|
||||||
|
|
@ -34,7 +34,7 @@
|
||||||
│ └── migrations/
|
│ └── migrations/
|
||||||
├── deploy/
|
├── deploy/
|
||||||
│ └── docker/
|
│ └── docker/
|
||||||
├── DEV-GUIDE.md
|
├── CLAUDE.md
|
||||||
├── README.md
|
├── README.md
|
||||||
└── .gitignore
|
└── .gitignore
|
||||||
```
|
```
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
**Fecha:** 2026-01-09
|
**Fecha:** 2026-01-09
|
||||||
**Versión:** 1.0
|
**Versión:** 1.0
|
||||||
**Ejecutor:** Playwright Automation
|
**Ejecutor:** Claude AI + Playwright
|
||||||
**Ambiente:** Desarrollo Local (localhost:4200 / localhost:5000)
|
**Ambiente:** Desarrollo Local (localhost:4200 / localhost:5000)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
@ -224,6 +224,6 @@ npx playwright test activation.spec.ts
|
||||||
---
|
---
|
||||||
|
|
||||||
**Firma Digital:**
|
**Firma Digital:**
|
||||||
QA Engineer: QA Team
|
QA Engineer: Claude AI
|
||||||
Fecha: 2026-01-09T07:45:00Z
|
Fecha: 2026-01-09T07:45:00Z
|
||||||
Herramienta: Playwright + xUnit + NSubstitute
|
Herramienta: Playwright + xUnit + NSubstitute
|
||||||
|
|
|
||||||
|
|
@ -1,7 +1,7 @@
|
||||||
# QA Report: Student Activation Flow
|
# QA Report: Student Activation Flow
|
||||||
|
|
||||||
**Fecha:** 2026-01-09
|
**Fecha:** 2026-01-09
|
||||||
**Tester:** QA Automation Team
|
**Tester:** Claude AI (QA Automation)
|
||||||
**Ambiente:** localhost:4200 (Frontend) / localhost:5000 (Backend)
|
**Ambiente:** localhost:4200 (Frontend) / localhost:5000 (Backend)
|
||||||
**Navegador:** Chromium (Playwright MCP)
|
**Navegador:** Chromium (Playwright MCP)
|
||||||
**Version:** 1.0.0
|
**Version:** 1.0.0
|
||||||
|
|
@ -270,6 +270,6 @@ El sistema esta **listo para produccion** en cuanto a este flujo.
|
||||||
---
|
---
|
||||||
|
|
||||||
**Firma Digital:**
|
**Firma Digital:**
|
||||||
QA Engineer: QA Team
|
QA Engineer: Claude AI
|
||||||
Fecha: 2026-01-09T06:30:00Z
|
Fecha: 2026-01-09T06:30:00Z
|
||||||
Herramienta: Playwright MCP + QA Team
|
Herramienta: Playwright MCP + Claude Code
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue