desker/apps/api/src
Pau Costa Ferrer 3b09daeb04 Add real-time space status updates and reservation management
- Integrate WebSocket functionality using `socket.io` for floor-specific updates.
- Implement `ReservationsModule` with CRUD for managing reservations (API).
- Create `LoggerMiddleware` for consistent HTTP request logging.
- Update `SpacesService` to include real-time reservation status checks.
- Add `SpaceCard.svelte` component to reflect live space status (Web).
- Enable environmental base API URL configuration for flexible deployments.
2026-03-28 00:50:51 +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 real-time space status updates and reservation management 2026-03-28 00:50:51 +01:00
prisma Implement authentication, organization management, and floor layout features 2026-03-28 00:36:05 +01:00
reservations Add real-time space status updates and reservation management 2026-03-28 00:50:51 +01:00
spaces Add real-time space status updates and reservation management 2026-03-28 00:50:51 +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