feat(club-006): club admin: dashboard, members, movements and settings

This commit is contained in:
Deploy
2026-08-26 20:55:00 +02:00
parent db33706d2d
commit 665fc2a60d
18 changed files with 830 additions and 8 deletions

View File

@@ -0,0 +1,21 @@
{
"feature_id": "CLUB-006",
"agent": "qa",
"stage": "qa_gate",
"verdict": "APPROVED",
"qa_check": "qa",
"summary": "Build limpio. Todos los builds pasan.",
"test_results": {
"automated": [
"npm run typecheck ✅",
"npm run build ✅",
"npm run build (admin) ✅",
"npx vitest run src/modules/club/tests/ ✅"
]
},
"manual_smoke_recommended": [
"Acceder a /admin/club y verificar lista de socios",
"Hacer clic en un socio y verificar detalle + movimientos"
],
"timestamp": "2026-08-26T20:55:10Z"
}