- 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. |
||
|---|---|---|
| .. | ||
| auth | ||
| common | ||
| events | ||
| prisma | ||
| reservations | ||
| spaces | ||
| app.controller.spec.ts | ||
| app.controller.ts | ||
| app.module.ts | ||
| app.service.ts | ||
| main.ts | ||