- Add role-based restrictions for booking or updating reservations on behalf of others (Admins/Supervisors only). - Extend reservation DTOs (`CreateReservationDto`, `UpdateReservationDto`) to include `userId` and `note` fields. - Update Prisma schema to allow nullable `userId` and add support for reservation notes. - Enhance API logic to validate permissions and handle ownership changes for reservations. - Improve UI for booking flow; introduce "Book for" options, user search, and reservation notes. - Localize new strings in `en.json` and `es-ES.json`. |
||
|---|---|---|
| .idea | ||
| apps | ||
| shared | ||
| src | ||
| .dockerignore | ||
| .gitignore | ||
| DOCKER_SETUP.md | ||
| docker-compose.yml | ||
| package-lock.json | ||
| package.json | ||
| prompts.md | ||
| tsconfig.base.json | ||
| tsconfig.json | ||