desker/apps/api/src
Pau Costa Ferrer 1b3c3044ca Add building and floor management with admin editor modal
- Implement `BuildingEditorModal.svelte` for creating, editing, and deleting buildings and floors.
- Add `CreateBuildingDto`, `UpdateBuildingDto`, `CreateFloorDto`, and `UpdateFloorDto` for validation.
- Extend `SpacesService` and `SpacesController` with endpoints for building and floor CRUD operations.
- Update Prisma schema to include building descriptions and image URLs, and floor names.
- Enhance dashboard with building management functionality for admin users.
2026-03-28 16:22:36 +01:00
..
auth Add user management and registration features with invite-based onboarding 2026-03-28 16:11:10 +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
reports Add admin reporting dashboard with utilization statistics and downloadable reports 2026-03-28 16:06:05 +01:00
reservations Add "My Bookings" page and enable reservation updates and cancellations 2026-03-28 16:16:27 +01:00
spaces Add building and floor management with admin editor modal 2026-03-28 16:22:36 +01:00
users Add user management and registration features with invite-based onboarding 2026-03-28 16:11:10 +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 user management and registration features with invite-based onboarding 2026-03-28 16:11:10 +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