Renamed Student to Attendee

This commit is contained in:
Jose Selesan
2026-09-17 18:58:00 -03:00
parent e8bca3a5ae
commit fa30fe2cff
22 changed files with 120 additions and 104 deletions

View File

@@ -41,7 +41,7 @@ gruperly/
│ │ ├── src/
│ │ │ ├── http/ # Infraestructura HTTP (validate, problem-details, session-auth, ...)
│ │ │ ├── lib/ # Prisma (cliente + UnitOfWork), pagination, email, helpers
│ │ │ ├── modules/ # Módulos: health-check, auth, groups, students, payments, waitlist
│ │ │ ├── modules/ # Módulos: health-check, auth, groups, attendees, payments, waitlist
│ │ │ │ └── <módulo>/
│ │ │ │ ├── routes.ts
│ │ │ │ └── features/<accion>/{route,use-case}.ts
@@ -73,7 +73,7 @@ gruperly/
│ │ ├── src/
│ │ │ ├── schemas/ # Validaciones Zod compartidas
│ │ │ │ ├── group.schema.ts
│ │ │ │ ├── student.schema.ts
│ │ │ │ ├── attendee.schema.ts
│ │ │ │ └── payment.schema.ts
│ │ │ └── index.ts
│ │ ├── tsconfig.json