desker/apps/api/src
Pau Costa Ferrer 45e42c3d37 Add booking modal and enhance reservation handling
- Create `BookingModal.svelte` for booking spaces with custom time slots or full-day durations.
- Add API endpoint to fetch reservations by space ID and date.
- Update `SpacesService` with enhanced validation rules and conflict checks for reservations.
- Extend WebSocket updates to include reservation data for real-time synchronization.
- Enable date-based filtering and status handling in UI components (`SpaceCard.svelte`, `FloorplanViewer.svelte`).
2026-03-28 15:33:34 +01:00
..
auth Implement authentication, organization management, and floor layout features 2026-03-28 00:36:05 +01:00
common Add real-time space status updates and reservation management 2026-03-28 00:50:51 +01:00
events Add booking modal and enhance reservation handling 2026-03-28 15:33:34 +01:00
prisma Implement authentication, organization management, and floor layout features 2026-03-28 00:36:05 +01:00
reservations Add booking modal and enhance reservation handling 2026-03-28 15:33:34 +01:00
spaces Add booking modal and enhance reservation handling 2026-03-28 15:33:34 +01:00
app.controller.spec.ts Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
app.controller.ts Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
app.module.ts Add real-time space status updates and reservation management 2026-03-28 00:50:51 +01:00
app.service.ts Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
main.ts Implement authentication, organization management, and floor layout features 2026-03-28 00:36:05 +01:00