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,16 @@
{
"feature_id": "CLUB-006",
"agent": "reviewer",
"stage": "review_gate",
"verdict": "APPROVED",
"summary": "Admin Club panel implementado: lista con búsqueda/paginación, detalle con movimientos, sidebar link.",
"checks": [
{ "item": "Backend typecheck + build", "ok": true },
{ "item": "Admin typecheck + build", "ok": true },
{ "item": "/club y /club/[id] en build output", "ok": true },
{ "item": "Club en sidebar", "ok": true }
],
"issues": [],
"evidence": ["npm run typecheck", "npm run build", "npm run build (admin)", "npx vitest run src/modules/club/tests/"],
"timestamp": "2026-08-26T20:55:00Z"
}