desker/apps/web
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
..
src Add real-time space status updates and reservation management 2026-03-28 00:50:51 +01:00
.env Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
package.json Add real-time space status updates and reservation management 2026-03-28 00:50:51 +01:00
postcss.config.js Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
svelte.config.js Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
tailwind.config.js Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
tsconfig.json Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00
vite.config.ts Initialize Hot Desking app with web and API services 2026-03-28 00:06:57 +01:00