Renamed Student to Attendee
This commit is contained in:
4
stack.md
4
stack.md
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user