desker/apps/web/src
Pau Costa Ferrer 604d4c7244 Allow admins and supervisors to book or update reservations for other users
- 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`.
2026-03-28 18:26:47 +01:00
..
lib Allow admins and supervisors to book or update reservations for other users 2026-03-28 18:26:47 +01:00
routes Prevent past bookings and updates across web and API 2026-03-28 18:19:57 +01:00
app.css Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
app.html Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00